regolith-linux / ilia

A GTK-based Desktop Executor
Apache License 2.0
77 stars 10 forks source link

Allow ilia keybindings to be configured #10

Open kgilmer opened 2 years ago

kgilmer commented 2 years ago

Based on https://github.com/regolith-linux/regolith-desktop/issues/268

sr9992 commented 2 years ago

+1, this would be nice. One thing I miss from Rofi is that Ctrl+N and Ctrl+P could be used to select the next and previous entries instead of having to use the up and down arrows. I use Emacs so I'm pretty used to those bindings and they worked with Rofi out of the box :grin:

christo-auer commented 1 year ago

+1 from me as well! Would use Ctrl+j and Ctrl-p as I am a vim user! :-D Or at least give tab to cycle through the current results.

kgilmer commented 1 year ago

implemented in https://github.com/regolith-linux/ilia/commit/bb5549e28c5018084fa5f569736096c52ea5125e

kgilmer commented 1 year ago

Rather than implementing general purpose keybinding replacement, I opted to just add vim and emacs prev/next items for now based on user feedback and relative complexity. May opt for expanding customization options in the future based on user feedback.

christo-auer commented 1 year ago

Awesome! Thanks!