Press COPY on "get clipboard" request if possible
If the device runs at least Android 7, just press COPY on the device (the clipboard content will be sent via the clipboard listener). <https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_COPY>
This commit is contained in:
@@ -582,7 +582,7 @@ _`Meta` is typically the `Windows` key on the keyboard, or `Cmd` on macOS._
|
||||
| Rotate device screen | `Meta`+`r`
|
||||
| Expand notification panel | `Meta`+`n`
|
||||
| Collapse notification panel | `Meta`+`Shift`+`n`
|
||||
| Copy device clipboard to computer | `Meta`+`c`
|
||||
| Press COPY³, then Copy device clipboard to computer | `Meta`+`c`
|
||||
| Paste computer clipboard to device | `Meta`+`v`
|
||||
| Copy computer clipboard to device, then press PASTE³ | `Meta`+`Shift`+`v`
|
||||
| Enable/disable FPS counter (on stdout) | `Meta`+`i`
|
||||
|
||||
Reference in New Issue
Block a user