piusareLite: euromomento

This commit is contained in:
Hane 2023-05-18 22:53:08 +02:00
commit 3b41aabb0c

View file

@ -8,7 +8,7 @@ LShift & RShift::CapsLock
LCtrl::AppsKey LCtrl::AppsKey
;;*CapsLock::return ;;*CapsLock::return
;Adding tonic vowels with tilde and ñ to non-ES keyboard ;;Adding tonic vowels with tilde and ñ to non-ES keyboard
<!a::Send, {U+00E1} <!a::Send, {U+00E1}
<!e::Send, {U+00E9} <!e::Send, {U+00E9}
<!i::Send, {U+00ED} <!i::Send, {U+00ED}
@ -24,5 +24,7 @@ LCtrl::AppsKey
<!+n::Send, {U+00D1} <!+n::Send, {U+00D1}
<!+/::Send, {U+00DC} <!+/::Send, {U+00DC}
;;Adding euro sign
<!p::Send, {U+20AC}
;;Where :C?*:U"X:: contains the hotstring trigger, this cASE BEING TYPING U " X ALL together. autohotkey gives us some control over how to interpret the hotstring, IN This Case By Inserting C?* We Are Telling Ahk To Be Case Sensitie (C), to trigger even as part of a word (?) and to trigger without an ending character such as space or newline(*). ;;Where :C?*:U"X:: contains the hotstring trigger, this cASE BEING TYPING U " X ALL together. autohotkey gives us some control over how to interpret the hotstring, IN This Case By Inserting C?* We Are Telling Ahk To Be Case Sensitie (C), to trigger even as part of a word (?) and to trigger without an ending character such as space or newline(*).