Allow ilia keybindings to be configured
Based on https://github.com/regolith-linux/regolith-desktop/issues/268
+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:
+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.
implemented in https://github.com/regolith-linux/ilia/commit/bb5549e28c5018084fa5f569736096c52ea5125e
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.
Awesome! Thanks!