Skip to content
Discussion options

You must be logged in to vote

OK, I tried the DisableLockWorkstation registry key with this configuration:

Win = Meta
Win{I} >> ArrowUp
Win{K} >> ArrowDown
Win{J} >> ArrowLeft
Win{L} >> ArrowRight

Unfortunately the registry key does not disable the special behavior of Win-L: As soon as the L of Win{L} is pressed, Windows registers the Win key (even when suppressed by keymapper) and only unregisters it when the Win key is physically released (even when keymapper tries to explicitly release it).

So, the best thing one could do, is to prevent any input after Win{L} (which would trigger unwanted shortcuts), until the Win key is physically released:

Win = Meta
AfterWinL = Virtual
AfterWinL{!Win} >> Win{F12} !AfterWinL
(Af…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@houmain
Comment options

Answer selected by drivermix
@drivermix
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants