The keystroke editor now works properly

This commit is contained in:
2015-02-26 10:09:13 -06:00
parent e7852e5e91
commit b7193d16ee
8 changed files with 190 additions and 134 deletions

View File

@@ -1,3 +1 @@
import platform
if platform.system() == "Windows":
from wxUI import *
from keystrokeEditor import KeystrokeEditor