From 32552e1413a108d8de502e9c33f112901d13d95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 23 May 2021 14:54:26 +0200 Subject: keyboard: Add Ukrainian characters to Russian layout --- tt.keyboard.ahk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tt.keyboard.ahk') diff --git a/tt.keyboard.ahk b/tt.keyboard.ahk index d4fc0b0..d426384 100644 --- a/tt.keyboard.ahk +++ b/tt.keyboard.ahk @@ -13,6 +13,18 @@ <^>!SC01B::SendInput, ~{Space} #If +#If Layout() = layouts.ru +>!SC030::SendInput, {U+0456} +>!+SC030::SendInput, {U+0406} +>!SC016::SendInput, {U+0453} +>!+SC016::SendInput, {U+0403} +>!SC014::SendInput, {U+0454} +>!+SC014::SendInput, {U+0404} +>!SC029::SendInput, {U+0457} +>!+SC029::SendInput, {U+0407} +>!SC02B::SendInput, ' +#If + ;; ANSI keyboard mappings ----------------------------------------------------- #If Layout() = layouts.us ; see tt.layout.ahk -- cgit v1.2.3