Switcheroo icon indicating copy to clipboard operation
Switcheroo copied to clipboard

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

Open manogna4 opened this issue 6 years ago • 5 comments

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.

manogna4 avatar Mar 19 '18 04:03 manogna4

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

elig0n avatar Mar 19 '18 21:03 elig0n

Thanks for that :-)

On Tue, 20 Mar 2018 at 03:05 Eliran Gonen [email protected] 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 .

manogna4 avatar Mar 20 '18 01:03 manogna4

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.

anatoly-yakubov-betpawa avatar Jul 18 '18 10:07 anatoly-yakubov-betpawa

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?

afilp avatar Sep 18 '19 06:09 afilp

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

elig0n avatar Sep 19 '19 13:09 elig0n