Skip to content

Commit

Permalink
Merge pull request #221 from danil-tolkachev/fix-russian-layout
Browse files Browse the repository at this point in the history
fix russian layout
  • Loading branch information
xyzz authored Jan 6, 2024
2 parents f5ef91f + 5d307a6 commit a19908f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/python/keymap/russian.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding: utf-8

keymap = {
"KC_GRAVE": "Ё",
"KC_2": '"\n2',
"KC_3": "№\n3",
"KC_4": ";\n4",
"KC_6": ":\n6",
"KC_7": "?\n7",
"KC_GRAVE": "~\n` Ё",
"KC_2": '@ "\n2',
"KC_3": "# \n3",
"KC_4": "$ ;\n4",
"KC_6": "^ :\n6",
"KC_7": "& ?\n7",
"KC_Q": "Q\nЙ",
"KC_W": "W\nЦ",
"KC_E": "E\nУ",
Expand Down

0 comments on commit a19908f

Please sign in to comment.