From b6e12ce00cc8d5619998f6c7f44af8cc4da00d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 26 Dec 2020 15:44:11 +0100 Subject: =?UTF-8?q?keyboard:=20Add=20ANSI=20keyboard=20mappings=20for=20?= =?UTF-8?q?=C3=A5=C3=A4=C3=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tt.keyboard.ahk | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'tt.keyboard.ahk') 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 -- cgit v1.2.3