We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set custom keybindings?
open_url="Alt+0"
I only get warning that alt+o as a key binding. How to unbind?
The text was updated successfully, but these errors were encountered:
damn it bolded.. I mean show="Alt+o" has being commented out.
Sorry, something went wrong.
Check with rofi -show keys, which option has that binding. then unset it in the _rofi function of the config.
rofi -show keys
Example:
rofi shows Page_Up being in use by the kb-page-prev binding.
kb-page-prev: "Page_Up"
Unset it in rofi-pass config:
_rofi () { rofi -i -kb-page-prev "" -no-auto-select "$@" }
No branches or pull requests
How to set custom keybindings?
show="Alt+o"
open_url="Alt+0"
I only get warning that alt+o as a key binding. How to unbind?
The text was updated successfully, but these errors were encountered: