mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-30 19:51:34 +00:00
Putting all the code from the current master branch of TWBlue
This commit is contained in:
7
src/keyboard_handler/global_handler.py
Normal file
7
src/keyboard_handler/global_handler.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import platform
|
||||
if platform.system() == 'Linux':
|
||||
from linux import LinuxKeyboardHandler as GlobalKeyboardHandler
|
||||
elif platform.system() == 'Windows':
|
||||
from wx_handler import WXKeyboardHandler as GlobalKeyboardHandler
|
||||
elif platform.system() == 'Darwin':
|
||||
from osx import OSXKeyboardHandler as GlobalKeyboardHandler
|
Reference in New Issue
Block a user