This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Cocoa import NSApp, NSEvent, NSKeyDownMask # , NSApplication | |
from Foundation import NSObject, NSLog | |
from PyObjCTools import AppHelper | |
from AppKit import NSApplication | |
# https://bitbucket.org/ronaldoussoren/pyobjc/ | |
# you have to enable access for assistive devices in 'System Preferences>Universal Access>Keyboard' | |
class AppDelegate(NSObject): |