diff options
author | John Ankarström <john@ankarstrom.se> | 2020-12-26 15:44:11 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-12-26 15:44:11 +0100 |
commit | b6e12ce00cc8d5619998f6c7f44af8cc4da00d86 (patch) | |
tree | 5295d0550d5b646c30ece00283b559e38cd6a093 | |
parent | 7ed9beebc615d513080ca6ddcb8c8c6e7556ed3b (diff) | |
download | ahk-b6e12ce00cc8d5619998f6c7f44af8cc4da00d86.tar.gz |
keyboard: Add ANSI keyboard mappings for åäö
-rw-r--r-- | tt.keyboard.ahk | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index 290bab0..72c47c9 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -5,6 +5,58 @@ >!s::SendInput, {U+DF} ; ß <^>!s::SendInput, {U+DF} +;; ANSI keyboard mappings ----------------------------------------------------- + +#If Layout() = layouts.us ; see tt.layout.ahk + +/* +§::< +½::> +<^>§::| +*<^>1::SendInput, § +*<^>!::SendInput, ½ +¨::' +^::* +'::¨ +<^>*::~ +*/ + +SC01A::å +SC01B::ä +SC02B::ö ++SC01A::Å ++SC01B::Ä ++SC02B::Ö +>!SC01A::SendInput, [ +>!SC01B::SendInput, ] +>!SC02B::SendInput, \ +>!+SC01A::SendInput, {{} +>!+SC01B::SendInput, {}} +>!+SC02B::SendInput, | + +/* +SC033::å +SC034::ä +SC035::ö ++SC033::Å ++SC034::Ä ++SC035::Ö +SC01A::, +SC01B::. +SC02B::/ ++SC01A::< ++SC01B::> ++SC02B::? +>!SC01A::SendInput, [ +>!SC01B::SendInput, ] +>!SC02B::SendInput, \ +>!+SC01A::SendInput, {{} +>!+SC01B::SendInput, {}} +>!+SC02B::SendInput, | +*/ + +#If + ;; Fujitsu FKB8530 mappings --------------------------------------------------- ;; -> library |