rvaiya / warpd

A modal keyboard-driven virtual pointer
MIT License
2.85k stars 126 forks source link

"unbind" doesn't work on all options with keys. #245

Closed alanxoc3 closed 1 year ago

alanxoc3 commented 1 year ago

I'm running the latest version (with wayland):

warpd v1.3.5 (built from: 31192c3)

"unbind" does not work in this specific case:

> echo 'oneshot_buttons: unbind unbind unbind' > f.txt; warpd -c f.txt -f --oneshot
ERROR: unbind is not a valid key name
wayland: mouse hiding not implemented

It does work for me for every other option I've noticed.

rvaiya commented 1 year ago

You need oneshot_buttons: unbind. You can't unbind a single key in a button group.

alanxoc3 commented 1 year ago

Ok, that works. I can close this one.