mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fix pasting not triggering Ctrl+V.
This commit is contained in:
@@ -263,7 +263,7 @@ module.exports = syrup.serial()
|
||||
return plugin.setClipboard(text)
|
||||
.then(function() {
|
||||
keyEvent({
|
||||
event: apk.wire.MessageType.DO_PRESS
|
||||
event: apk.wire.KeyEvent.PRESS
|
||||
, keyCode: adb.Keycode.KEYCODE_V
|
||||
, ctrlKey: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user