Add shortcuts for COPY and CUT

Send COPY and CUT on MOD+c and MOD+x (only supported for Android >= 7).

The shortcuts Ctrl+c and Ctrl+x should generally also work (even before
Android 7), but the active Android app may use them for other actions
instead.
This commit is contained in:
Romain Vimont
2020-07-17 00:00:42 +02:00
parent 8f64a5984b
commit 56a115b5c5
4 changed files with 38 additions and 1 deletions

View File

@@ -292,6 +292,14 @@ Expand notification panel
.B MOD+Shift+n
Collapse notification panel
.TP
.B Mod+c
Copy to clipboard (inject COPY keycode, Android >= 7 only)
.TP
.B Mod+x
Cut to clipboard (inject CUT keycode, Android >= 7 only)
.TP
.B MOD+v
Paste computer clipboard to device