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
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
$ ./rofi-i3-keybinds.sh
key: unrecognized option '--release'
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
The text was updated successfully, but these errors were encountered:
I took a look at the codebase and this would be my approach to fix this:
I would replace ^bindsym --release with bindsym . Effectively this would ignore the release option.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i3 keybindings might have a
--release
flag, this tool can't execute those keybindings.Docs
Here is a example where it fails:
Here is the error message:
The text was updated successfully, but these errors were encountered: