Skip to content

Instantly share code, notes, and snippets.

@Radiokot
Last active December 30, 2021 11:01
Show Gist options
  • Save Radiokot/9cae4a914e2ce7101d62000df3277997 to your computer and use it in GitHub Desktop.
Save Radiokot/9cae4a914e2ce7101d62000df3277997 to your computer and use it in GitHub Desktop.
Mac-like language switch for Windwos (AutoHotKey)
; Mac-like language switch (Replace Win+Space with Ctrl+Win+Space)
#SPACE::
Send ^#{SPACE}
Return
; Disable single left Windows key press
LWin & vk07::Return
LWin::Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment