AHK_X11 icon indicating copy to clipboard operation
AHK_X11 copied to clipboard

can't remap a key with one which itself is remapped by another (example available!)

Open ChuckBartowski91 opened this issue 1 year ago • 1 comments

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.

ChuckBartowski91 avatar Apr 16 '24 17:04 ChuckBartowski91

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

phil294 avatar Apr 16 '24 23:04 phil294