cknave/kevedit

KevEdit captures wm-specific key combinations

Closed this issue · 1 comments

When I switch to KevEdit on Linux by using Alt+Tab, the key combination sometimes triggers drawing mode in KevEdit as if I had manually pressed Tab. This doesn't happen all the time, but it's annoying when it does happen.

I'm using xfce. This doesn't happen with any of the other applications I'm using, so I don't think it's window manager problem unless there's some odd interaction effect with SDL.

I think I can consistently reproduce this. It looks like KevEdit pushes the standard key into its queue when you press modifier+key.

The easiest example I've found is going to an object and then pressing alt+s to save to a file. The file name field will start with "s" as if KevEdit also registered the s alone, not just as part of the alt+s key combo.