aboutsummaryrefslogtreecommitdiff
path: root/tt.keyboard.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-05-23 14:54:26 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-05-23 14:54:26 +0200
commit32552e1413a108d8de502e9c33f112901d13d95d (patch)
treeb915e608f9169dad732650029097f5ee64c0b43a /tt.keyboard.ahk
parent45afeb494e081d4bb56f860ddff39f5c1893c8b0 (diff)
downloadahk-32552e1413a108d8de502e9c33f112901d13d95d.tar.gz
keyboard: Add Ukrainian characters to Russian layout
Diffstat (limited to 'tt.keyboard.ahk')
-rw-r--r--tt.keyboard.ahk12
1 files changed, 12 insertions, 0 deletions
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