Execute when the Enter key (on the numpad) is pressed
Samed-Hamma opened this issue · 1 comments
Samed-Hamma commented
Hi @Biont,
Thank you for this excellent launcher.
I happen to have a full sized keyboard and sometimes I use the "Enter" key (the one found on the numeric pad) which doesn't work.
Originally I wanted to make a PR, but I couldn't find where I can do it in the script, I'm not very good with bash.
Thank you
Biont commented
Hm, this is working fine on the Cherry KB I just plugged in. Is there any difference in keycodes sent by various keyboards?
If you like to experiment a little, here are some pointers:
- Any keybinding would need to go into the parameters of the underlying
fzf
call. If any additional config is needed, it would likely go here - Here's the fzf manpage on keybindings
- Maybe investigate what your keyboard is actually sending to the OS when you press the Enter key.
- Maybe I am just lucky and happen to use an xkb layout that's different from yours. (I am not very familiar with this area but I wouldn't be surprised if there are options to control the key behaviour there)