albert icon indicating copy to clipboard operation
albert copied to clipboard

Make modifiers custimizeable

Open schoettl opened this issue 6 years ago • 1 comments

Summary

When I want to select an alternative action, I hold the alt key and press up/down and then enter.

To press up/down, I have to move my right hand (on a traditional keyboard) or (with Neo keyboard layout) press a second modifier key plus the direction key. This is not optimal yet.

Suggestion:

Make

  • alt-j and alt-n behave like alt-down and
  • alt-k and alt-p like alt-up.

j and k are the down/up arrow keys in Vim, pagers like less, Google Calendar, and many other programs. n and p (for next and previous) are also used as shortcuts in many programs.

Would you accept a PR for this?

It would be great to just press alt-{j,j,enter}.

Notes

I also thought about different solutions that don't require to hold the alt key or press the arrow keys. But I came to the result, that it's already pretty good as it is. alt is a nice mnemonic for "alternative action".

  • alt-tab is reserved on most desktops.
  • For ctrl-tab I have to move my hands.
  • Pressing alt to toggle the visibility of the alternative action list is another idea.
  • alt-{1..n} to directly select an alternative action...

Everything else I can think of is probably less intuitive.

schoettl avatar Aug 23 '17 11:08 schoettl

This is subject to the more general plan in albertlauncher/plugins#71

ManuelSchneid3r avatar Oct 08 '22 18:10 ManuelSchneid3r