diff options
-rw-r--r-- | tt.keyboard.ahk | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index 0a199f9..ba5940b 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -1,9 +1,9 @@ ;; General keyboard mappings -------------------------------------------------- ->!-::SendInput, {U+2013} ; – -<^>!-::SendInput, {U+2013} ->!s::SendInput, {U+DF} ; ß -<^>!s::SendInput, {U+DF} +>!-::SendInput, {ASC 0150} ; – +<^>!-::SendInput, {ASC 0150} +>!s::SendInput, {ASC 0223} ; ß +<^>!s::SendInput, {ASC 0223} ;; ANSI keyboard mappings ----------------------------------------------------- @@ -34,27 +34,6 @@ SC02B::ö >!+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 --------------------------------------------------- |