This commit is contained in:
KaKi87 2024-01-28 00:05:45 +01:00
parent 13da4b656f
commit 333743ca04

View file

@ -92,7 +92,7 @@ const
.description('Press key')
.addArgument(
new Argument('<key>', 'Key to press')
.choices(['tab', 'shift-tab', 'enter'])
.choices(['tab', 'enter'])
)
.action(key => adb(`input keyevent ${{
'tab': KeyEvent.KEYCODE_TAB,