Last active
December 30, 2021 11:01
-
-
Save Radiokot/9cae4a914e2ce7101d62000df3277997 to your computer and use it in GitHub Desktop.
Mac-like language switch for Windwos (AutoHotKey)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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