libreoffice-online/ios/CollaboraOnlineWebViewKeyboardManager
Tor Lillqvist 4eea5bd4e8 tdf#129371: Handle Cmd-A, Cmd-C, etc in _COWVKMKeyInputControl
We can't let the normal UIResponder and UITextView mechanism try to
handle the clipboard (well, "pasteboard" is what it is called on iOS
and macOS) commands as the UITextView has no idea about the *real*
document being edited. The paste command in theory might work, but
best to let LibreOffice core handle that, too.

Change-Id: Id130708ceb5718660af26367538a17a14238843b
2020-10-08 20:33:57 +03:00
..
CollaboraOnlineWebViewKeyboardManager.h
CollaboraOnlineWebViewKeyboardManager.m tdf#129371: Handle Cmd-A, Cmd-C, etc in _COWVKMKeyInputControl 2020-10-08 20:33:57 +03:00