We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command xdotool key Right produces an additional Tab before sending the Right arrow.
xdotool key Right
You can see if in xev. The first block shows keysym Tab and after that comes keysym Right.
xev
KeyPress event, serial 38, synthetic NO, window 0x5600001, root 0x6aa, subw 0x5600002, time 4377053, (48,41), root:(80,105), state 0x2000, keycode 77 (keysym 0xff09, Tab), same_screen YES, XKeysymToKeycode returns keycode: 23 XLookupString gives 1 bytes: (09) " " XmbLookupString gives 1 bytes: (09) " " XFilterEvent returns: False KeyPress event, serial 39, synthetic NO, window 0x5600001, root 0x6aa, subw 0x5600002, time 4377058, (48,41), root:(80,105), state 0x2010, keycode 41 (keysym 0xff53, Right), same_screen YES, XKeysymToKeycode returns keycode: 114 XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 39, synthetic NO, window 0x5600001, root 0x6aa, subw 0x5600002, time 4377065, (48,41), root:(80,105), state 0x2010, keycode 77 (keysym 0x8bd, notequal), same_screen YES, XLookupString gives 3 bytes: (e2 89 a0) "≠" XFilterEvent returns: False KeyRelease event, serial 39, synthetic NO, window 0x5600001, root 0x6aa, subw 0x5600002, time 4377066, (48,41), root:(80,105), state 0x2000, keycode 41 (keysym 0x65, e), same_screen YES, XKeysymToKeycode returns keycode: 26 XLookupString gives 1 bytes: (65) "e" XFilterEvent returns: False
I can observe the same behavior with Left, Up and Down arrow keys.
xdotool version: 3.20160805.1 System: Linux Mint 21.3 Cinnamon, Kernel 6.8.0-51-generic
The text was updated successfully, but these errors were encountered:
Can also confirm this in version 3.20211022.1
Sorry, something went wrong.
No branches or pull requests
The command
xdotool key Right
produces an additional Tab before sending the Right arrow.You can see if in
xev
. The first block shows keysym Tab and after that comes keysym Right.I can observe the same behavior with Left, Up and Down arrow keys.
xdotool version: 3.20160805.1
System: Linux Mint 21.3 Cinnamon, Kernel 6.8.0-51-generic
The text was updated successfully, but these errors were encountered: