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
; this is a modification of the following Gist by Craig Patik: https://gist.github.com/patik/672d81b94195c418d855360529fe8008 | |
; changes: | |
; - set tilde diacritic shortcut to "n" instead of "t" | |
; - update script to work with newer versions of AutoHotKey by replacing all instances of "VKC0SC029" by "sc029" | |
#UseHook | |
#Requires AutoHotkey v2.0 | |
#SingleInstance Force | |
<!sc029::ActivateContext() ; grave -> the grave ` accent gave some probs, used the virtualkey + scancode instead |