diff options
-rw-r--r-- | tt.keyboard.ahk | 12 |
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 |