Remove "paste on set clipboard" feature
Now that content is pasted on Ctrl+v, the hack to send the PASTE keycode
(for Android >= 7 only) is obsolete. Remove it.
The shortcut itself can still be useful though, when Ctrl+v does not
paste (in Termux for example, it generates ^V, but pasting is still
possible via the context menu).
This reverts fc1dec0270.
This commit is contained in:
@@ -582,7 +582,7 @@ device).
|
||||
| Expand notification panel | `RCtrl`+`n`
|
||||
| Collapse notification panel | `RCtrl`+`Shift`+`n`
|
||||
| Paste computer clipboard to device | `RCtrl`+`v`
|
||||
| Copy computer clipboard to device and paste | `RCtrl`+`Shift`+`v`
|
||||
| Copy computer clipboard to device | `RCtrl`+`Shift`+`v`
|
||||
| Enable/disable FPS counter (on stdout) | `RCtrl`+`i`
|
||||
|
||||
_¹Double-click on black borders to remove them._
|
||||
|
||||
Reference in New Issue
Block a user