From 64ef61095a71c9b8c11315e4d0910a3bd82eb6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 20 Nov 2022 00:14:36 +0100 Subject: =?UTF-8?q?gromka:=20=C5=A1tirje=20bendi=202022-11-20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gromka/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gromka/keyboard.py') 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] = "" -- cgit v1.2.3