Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make modifiers custimizeable #502

Open
schoettl opened this issue Aug 23, 2017 · 1 comment
Open

Make modifiers custimizeable #502

schoettl opened this issue Aug 23, 2017 · 1 comment
Labels
C: Plugins Issue considering one of the plugins Suggestion Feature request or some other idea

Comments

@schoettl
Copy link
Contributor

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.

@ManuelSchneid3r ManuelSchneid3r changed the title Additional keys to select alternative action for better efficiency Make modifiers custimizeable Sep 10, 2017
@albertlauncher albertlauncher deleted a comment from Lenbok Jan 23, 2018
@albertlauncher albertlauncher deleted a comment from Lenbok Feb 13, 2018
@albertlauncher albertlauncher deleted a comment from schoettl Feb 13, 2018
@stale stale bot added the Stale Stale issue, closing soon. label Nov 5, 2020
@stale stale bot closed this as completed Dec 5, 2020
@stale stale bot removed the Stale Stale issue, closing soon. label Dec 5, 2020
@albertlauncher albertlauncher deleted a comment from stale bot Oct 8, 2022
@stevenxxiu
Copy link

stevenxxiu commented Oct 18, 2024

What happened to this issue? I don't see any issues in the plugins repo. I only see keybinds in Usage | Albert, which aren't customizable. In particular I'd want to use different Page Up/Page Down keys, to be closer to that of Neovim.

@ManuelSchneid3r ManuelSchneid3r added Suggestion Feature request or some other idea C: Plugins Issue considering one of the plugins labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Plugins Issue considering one of the plugins Suggestion Feature request or some other idea
Development

No branches or pull requests

3 participants