diff options
author | John Ankarström <john@ankarstrom.se> | 2020-12-28 01:19:31 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-12-28 01:19:31 +0100 |
commit | 70237840991b3e2d091e8b07650b369c8cfba4e1 (patch) | |
tree | fc273bc851bcb0c44f9b072e8e6b529707dc2292 | |
parent | 2974512b27b20f5587e5a7378922e854a3851a56 (diff) | |
download | ahk-70237840991b3e2d091e8b07650b369c8cfba4e1.tar.gz |
keyboard: Remove legacy hotkeys
-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 --------------------------------------------------- |