kvakulo / Switcheroo

The humble incremental-search task switcher for Windows
www.switcheroo.io
GNU General Public License v3.0
778 stars 121 forks source link

Alt+(j/k): j/k should be user configurable #104

Open manogna4 opened 6 years ago

manogna4 commented 6 years ago

This is for non-qwerty layouts.

This is the first time I am commenting on an open source project. I am sorry if this is not the right place to do it.

elig0n commented 6 years ago

That is the right place :-) For the time being you can use an AutoHotKey script. I.E:

ifWinActive AHK_EXE switcheroo.exe

!x:: Send !j !y:: Send !k

ifWinActive

where x,y are your alternative j,k keys

https://www.autohotkey.com

manogna4 commented 6 years ago

Thanks for that :-)

On Tue, 20 Mar 2018 at 03:05 Eliran Gonen notifications@github.com wrote:

That is the right place :-) For the time being you can use an AutoHotKey script. I.E:

ifWinActive AHK_EXE switcheroo.exe

!x:: Send !j !y:: Send !k

ifWinActive

where x,y are your alternative j,k keys

https://www.autohotkey.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kvakulo/Switcheroo/issues/104#issuecomment-374387650, or mute the thread https://github.com/notifications/unsubscribe-auth/APjHvTneZWd23YmLiDMj0Xj6IsgIZsQHks5tgCSPgaJpZM4SvlE2 .

anatoly-yakubov-betpawa commented 6 years ago

It is not about a single hotkey combo. It is more of a global issue, when users would prefer or can only use Ctrl instead instead of Alt (see my case below). Ability to modify all hotkeys in one place/registry or at least modify "modifier" key would be better than hard-coded combinations.

In my case, I've got Ctrl on "home row" (asdf) by CapsLockToCtrl.reg, and single hand Ctrl+Space is very handy to invoke Switcheroo, Ctrl+ would be fastest one to do other things as well.

afilp commented 4 years ago

Can I really use Alt/j-k for up down while searching? I have Windows 10 and this does not work. Is this an option?

elig0n commented 4 years ago

@afilp If it's not on the mainstream release you can use my custom release