summaryrefslogtreecommitdiffstats
path: root/gromka/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'gromka/keyboard.py')
-rwxr-xr-xgromka/keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gromka/keyboard.py b/gromka/keyboard.py
index 4873636..5342fa5 100755
--- a/gromka/keyboard.py
+++ b/gromka/keyboard.py
@@ -13,7 +13,7 @@ with open(sys.argv[1], "r") as f:
show = BeautifulSoup(data, "xml")
-buttons = "F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Pause Ins".split(" ") + "/ 1 2 3 4 5 6 7 8 9 0 ' +".split(" ") + "Q W E R T Z U I O P Š }".split(" ") + "A S D F G H J K L Č { Ž".split(" ") + "< Y X C V B N M , . -".split(" ")
+buttons = "Esc F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Pause Ins".split(" ") + "/ 1 2 3 4 5 6 7 8 9 0 ' +".split(" ") + "Q W E R T Z U I O P Š }".split(" ") + "A S D F G H J K L Č { Ž".split(" ") + "< Y X C V B N M , . -".split(" ")
keys = {}
for button in buttons:
keys[button] = ""