SC056:: Send {SC056} ; types "<"
+SC056:: Send +{SC056} ; "Shift+SC056" types ">"
SC056 & x:: Send {U+00B4} ; types "´"
; The #If directive creates context-sensitive hotkeys:
#If (A_PriorHotKey = "SC056 & x" AND A_TimeSincePriorHotkey < 2000)
a::Send +{Left}á ; Press "a" within 2 seconds after "SC056 & x" to type "á"
+a::Send +{Left}Á ; Press "Shift+a" within 2 seconds after "SC056 & x" to type "Á"
#If ; turn off context sensitivity
link