EasyAVR icon indicating copy to clipboard operation
EasyAVR copied to clipboard

Shift Sticky bug, more than a capital letter.

Open RuanoK opened this issue 6 years ago • 2 comments

Using sticky key feature, if I write fast I can write 2 capitals letters, TH as example ,using the bug. in fast way but as regular typist, I have experimented with more speed and get 3 and 4 letters capital letters, but this case is forced. Best regards, Ongoe Allen.

RuanoK avatar Apr 05 '20 15:04 RuanoK

This is because the software clears the sticky key on the alpha_up action. So, if you press two keys at a time they they can both get the sticky modifier. This was done so that you could hold a key if desired, but the side effect probably isn't acceptable. I'll look into it.

dhowland avatar Apr 05 '20 22:04 dhowland

I made a test build that changed this behavior, but it doesn't work. When the mod is unstuck by the the alpha key downstroke, the mod goes up before the alpha goes down. This is due to the way the USB HID drivers work. Fixing this is going to be non-trivial.

dhowland avatar Apr 06 '20 01:04 dhowland