diff --git a/main.js b/main.js index 2b45f77..947335b 100644 --- a/main.js +++ b/main.js @@ -92,7 +92,7 @@ const .description('Press key') .addArgument( new Argument('', 'Key to press') - .choices(['tab', 'shift-tab', 'enter']) + .choices(['tab', 'enter']) ) .action(key => adb(`input keyevent ${{ 'tab': KeyEvent.KEYCODE_TAB,