Skip to content

Instantly share code, notes, and snippets.

@svenax
Last active December 11, 2015 21:28
Show Gist options
  • Save svenax/4662342 to your computer and use it in GitHub Desktop.
Save svenax/4662342 to your computer and use it in GitHub Desktop.
National character key chords for use with AutoHotkey (http://www.autohotkey.com)
; -*- st-default_line_ending: windows -*-
; National characters ========================================================
#Hotstring * ? ; Expand immediately everywhere
::,aa::á
::,ae::æ
::,ag::à
::,cc::ç
::,ee::é
::,eg::è
::.aa::å
::.ae::ä
::.ee::ë
::.oe::ö
::.oo::ø
::.ue::ü
#Hotstring C ; Case sensitive
::.Alpha::Α
::.alpha::α
::.Beta::Β
::.beta::β
::.Gamma::Γ
::.gamma::γ
::.Delta::Δ
::.delta::δ
::.Pi::∏
::.pi::π
; Symbols --------------------------------------------------------------------
#Hotstring C1 ; Case insensitive
::!alt::⌥
::!cac::⌃⌥⌘
::!cmd::⌘
::!ctrl::⌃
::!shift::⇧
::./=::≠
::.:(::☹
::.:)::☺
::.adn::↓
::.alt::←
::.art::→
::.aup::↑
::.bullet::•
::.cent::¢
::.copy::©
::.degr::°
::.eur::€
::.inf::∞
::.pound::£
::.skull::☠
::.tm::™
::..0::, ; To type comma on the numpad
#Hotstring *0 ?0 C0 ; Reset to defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment