Skip to content

Instantly share code, notes, and snippets.

@dcardosods
dcardosods / osx-special-chars.ahk
Last active December 9, 2020 17:36 — forked from patik/osx-special-chars.ahk
AutoHotKey stuff
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force ; only one instance of this script may run at a time!
#UseHook
; below is commented because of "Invalid key error", and because the script seems to work without it
;!VKC0SC029::Return ; grave -> the grave ` accent gave some probs, used the virtualkey + scancode instead
!e::Return ; acute
!i::Return ; circumflex