From 1a1683db3898f19fb21ed33ded9806d07e5bf154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 29 Dec 2020 01:52:16 +0100 Subject: keyboard: Add more Swedish characters to ANSI layout --- tt.keyboard.ahk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tt.keyboard.ahk') diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index ba5940b..835f390 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -34,6 +34,13 @@ SC02B:: >!+SC01B::SendInput, {}} >!+SC02B::SendInput, | +>!a::SendInput, {ASC 0224} ; à +>!+a::SendInput, {ASC 0192} ; À +>!e::SendInput, {ASC 0233} ; é +>!+e::SendInput, {ASC 0201} ; É +>!4::SendInput, {ASC 0164} ; ¤ +>!+4::SendInput, {ASC 0128} ; € + #If ;; Fujitsu FKB8530 mappings --------------------------------------------------- -- cgit v1.2.3