I am trying the following command:
xdotool key --clearmodifiers --delay 500 alt+f
and the result is the following error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 132 (XTEST)
Minor opcode of failed request: 2 (X_XTestFakeInput)
Value in failed request: 0x0
Serial number of failed request: 18
Current serial number in output stream: 19
I tried without the --clearmodifiers
and --delay
but still the same error.
My system is Arch Linux and i3 window manager.