From 333743ca049f718048f3a8eb6686948d576a0d5a Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sun, 28 Jan 2024 00:05:45 +0100 Subject: [PATCH] :pencil2: Fix e829316 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,