From 70237840991b3e2d091e8b07650b369c8cfba4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 28 Dec 2020 01:19:31 +0100 Subject: keyboard: Remove legacy hotkeys --- tt.keyboard.ahk | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'tt.keyboard.ahk') 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 --------------------------------------------------- -- cgit v1.2.3