2

次のコマンドを試しています:

xdotool key --clearmodifiers --delay 500 alt+f

結果は次のエラーです。

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

--clearmodifiersandなしで試しまし--delayたが、それでも同じエラーが発生します。

私のシステムは Arch Linux と i3 ウィンドウ マネージャーです。

4

1 に答える 1

2

また、プライマリ OS (arch + i3) と同じセットアップを実行しています。xdotoolをダウンロードして、同じコマンドを実行してみました。2 つのオプションがある場合とない場合の両方で機能します。

うまくいかなかった場合は、次のことを試してみます(すでに行っている場合を除く)。

1> Reinstall *xdotool*, update, and reboot.
2> Although it worked, my mod key is set to the *win* key so I'm not sure if that somehow causes issues with 
a programmable keypress (you wouldn't think so). Try temporarily changing the modifier to the *win* key in your config and reinstall xdotool.
3> I would also try reinstalling its dependencies (namely libxtst and libxinerama)
4> If all of the above fails, I'd try the *xdotool-gui* package from the AUR instead and see if that fixes anything.

1 つの質問: 確認するために、そのエラーは常に永続的ですか、それともalt+fの 1 つの場合のみですか?

よろしく:)

于 2014-05-26T11:38:46.637 に答える