This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Description
在尝试创建qq快捷键时遇到了问题
想要创建qq的截图快捷键(ctrl+alt+A),但是ps aux | grep wine找不到QQ.exe,运行.sh也报错
Defaulting to search window name, class, and classname
You specified the wrong number of args.
Usage: key [options] <keysequence> [keysequence ...]
--clearmodifiers - clear active keyboard modifiers during keystrokes
--delay DELAY - Use DELAY milliseconds between keystrokes
--repeat TIMES - How many times to repeat the key sequence
--repeat-delay DELAY - DELAY milliseconds between repetitions
--window WINDOW - send keystrokes to a specific window
Each keysequence can be any number of modifiers and keys, separated by plus (+)
For example: alt+r
Any letter or key symbol such as Shift_L, Return, Dollar, a, space are valid,
including those not currently available on your keyboard.
If no window is given, and there are windows in the stack, %1 is used. Otherwise
the currently-focused window is used
This command consumes all arguments after it, so you cannot chain
additional commands after it.
谢谢了