Skip to content
New issue

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

Cant set custom keybindings? #169

Open
thepenguinthatwants opened this issue May 26, 2019 · 2 comments
Open

Cant set custom keybindings? #169

thepenguinthatwants opened this issue May 26, 2019 · 2 comments

Comments

@thepenguinthatwants
Copy link

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?

@thepenguinthatwants
Copy link
Author

damn it bolded.. I mean show="Alt+o" has being commented out.

@carnager
Copy link
Owner

carnager commented May 27, 2019

Check with rofi -show keys, which option has that binding. then unset it in the _rofi function of the config.

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 "$@"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants