use
keyval == keysyms.Tab or keyval == keysyms.ISO_Left_Tab instead of: hardware_keycode == 23 so it works under win too.
Loading
Please register or sign in to comment
keyval == keysyms.Tab or keyval == keysyms.ISO_Left_Tab instead of: hardware_keycode == 23 so it works under win too.