DreymaR / BigBagKbdTrixPKL

"DreymaR's Big Bag of Keyboard Tricks" for Windows with EPKL
Other
326 stars 32 forks source link

Keys get stuck in WSL #55

Closed drone-ah closed 1 year ago

drone-ah commented 1 year ago

Hi, and thanks for a great tool. It works fantastically. The main qualm I am having with it is the key getting stuck, but only in WSL. It seems to be fine in other apps 🙂

My settings screen -> image

In WSL, it usually annoys me when I'm trying to delete part of a long line in the terminal (terminator) and it ends up deleting the whole line 🙁

I've also tried it with other GUI applications like gedit.

I am currently using wslg as the xserver, but I also had the same issue with GWSL.

Is there any easy way for me to fix this?

Thanks Again,

DreymaR commented 1 year ago

I've had trouble with WSL vs AHK, I ended up just auto-suspending EPKL whenever WSL is active:

suspendingApps  = X bash.exe

This EPKL setting will do that for the Bash terminal. For any other apps, you can use the Ctrl+Shift+0 hotkey to determine their window properties.

That said, I just tested it with the latest EPKL commit and it seems to be fixed? Have you tried one of the very latest commits? There have been several fixes for old problems in them. I'll likely make a new release soon.