I'm trying to create these shortcuts:
- Remap
ctrl+c,v,x
toctrl+j,k,q
because I'm using Dvorak layout. alt+i,j,k,l
to arrow keys. And it must work with the other modifiers, likeshift+alt+l
->shift+right
.
I used to have this on Windows, configured with a really great app AutoHotKey. But on Linux, surprisingly, there are no such straightforward options.
What doesn't work:
- Regular settings. I can't even change copy-paste there, and even if I could, there would be another problem (happened on MacOS): Basically, I need to silence
ctrl+j
and emitctrl+c
, not just do copy when I pressctrl+j
. This is because other apps don't expect such weird combinations and can have some other functionality assigned to it that would conflict. - Third party apps:
- AutoKey: It doesn't silence the shortcuts used to execute scripts. So if I write a script to emit
Up
when I pressalt+i
, the system will seealt+i+Up
. - Ktrl: It was working (with two very annoying bugs), but I just got a new laptop and installed newer version of Ubuntu, and it doesn't work here now. Plus I really don't want to deal with those bugs anymore.
- I have looked into other apps and couldn't find anything else
- AutoKey: It doesn't silence the shortcuts used to execute scripts. So if I write a script to emit