You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will print errors in log file, but will be still functional.
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.
I think one of the way hadle it, check if key filed is empty
The text was updated successfully, but these errors were encountered:
I don't want to use some of shortcuts, for example "pinch", after deleting them from config file,fusuma will crashed after some moment.
If I will use config like this :
It will print errors in log file, but will be still functional.
I think one of the way hadle it, check if key filed is empty
The text was updated successfully, but these errors were encountered: