AHK_X11
AHK_X11 copied to clipboard
can't remap a key with one which itself is remapped by another (example available!)
Hello, i'm trying to remap this keys:
s::a d::b a::x w::y q::w e::o Numpad1::s Numpad2::d Numpad3::f Numpad5::e f::j g::k h::l t::i space::backspace
the problem is that if, for example, i press "s", that should send only "a", it sends it once than sends infinite times "x". That doesn't happen pressing "d" since "b" isn't remapped to another key.
I'm launching AHK_X11 appimage launching with the .ahk from command line without installing it on artix linux xfce s6.
Thanks for the report, I didn't know this was an issue. I'll have a look soon but unsure if it will be easily fixable