mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Windows Vim Keys don't work #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ex4722 on GitHub (Nov 15, 2022).
Describe the bug
Apologies as this is not really a bug but more of is question about workarounds. I'm in love with this program already but one thing that been bothering me is how some of the Windows Keys can't all be mapped. Currently Windows+L causes the desktop to logout instead of being intercepted by auto keys. Tried to disable windows keys shortcuts and still had no luck. Are their any known workarounds for this issue?
Thank You
Operating System
@LGUG2Z commented on GitHub (Nov 15, 2022):
I don't use the Win key for any shortcuts myself, but I think you may be able to have some luck with advanced remapping using kanata 🤞
@BlueDrink9 commented on GitHub (Nov 28, 2022):
This is impossible because it is a security feature (so malware couldn't remap it to show a passwork-stealing fake lockscreen).
Note that kanata has this issue too.
As mentioned there, you can disable the windows lock screen to get it working.
You might be able to do a low-level OS remap of either the L or windows keys, then use ahk to swap them back. That's kinda how I get around it (use a custom keyboard that has L and I keys swapped, then unswap them in ahk)
@BlueDrink9 commented on GitHub (Nov 28, 2022):
This issue should be closed. Not something this project can fix