]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.py
some intermediate stage. stacked focus cycling is very broken. dont try it. going...
[chaz/openbox] / src / openbox.py
index 68dc29a3660051569058de9754cf0cbe69c6ca8c..42bc8b0a1529e20faa78035905df483dfcf54b1c 100644 (file)
@@ -55,6 +55,7 @@ class Display(_object):
     def xinerama(*args): return apply(_openbox.Display_xinerama,args)
     def numLockMask(*args): return apply(_openbox.Display_numLockMask,args)
     def scrollLockMask(*args): return apply(_openbox.Display_scrollLockMask,args)
+    def modifierMap(*args): return apply(_openbox.Display_modifierMap,args)
     def __mul__(*args): return apply(_openbox.Display___mul__,args)
     def grab(*args): return apply(_openbox.Display_grab,args)
     def ungrab(*args): return apply(_openbox.Display_ungrab,args)
@@ -904,6 +905,9 @@ NUM_MOUSE_ACTION = _openbox.NUM_MOUSE_ACTION
 KC_Menu = _openbox.KC_Menu
 KC_All = _openbox.KC_All
 NUM_KEY_CONTEXT = _openbox.NUM_KEY_CONTEXT
+EventKeyPress = _openbox.EventKeyPress
+EventKeyRelease = _openbox.EventKeyRelease
+NUM_KEY_ACTION = _openbox.NUM_KEY_ACTION
 EventEnterWindow = _openbox.EventEnterWindow
 EventLeaveWindow = _openbox.EventLeaveWindow
 EventPlaceWindow = _openbox.EventPlaceWindow
@@ -911,9 +915,9 @@ EventNewWindow = _openbox.EventNewWindow
 EventCloseWindow = _openbox.EventCloseWindow
 EventStartup = _openbox.EventStartup
 EventShutdown = _openbox.EventShutdown
-EventKey = _openbox.EventKey
 EventFocus = _openbox.EventFocus
 EventBell = _openbox.EventBell
+EventUrgentWindow = _openbox.EventUrgentWindow
 NUM_EVENTS = _openbox.NUM_EVENTS
 class MouseData(_object):
     __swig_setmethods__ = {}
@@ -1048,6 +1052,10 @@ mbind = _openbox.mbind
 
 kbind = _openbox.kbind
 
+kgrab = _openbox.kgrab
+
+kungrab = _openbox.kungrab
+
 ebind = _openbox.ebind
 
 set_reset_key = _openbox.set_reset_key
This page took 0.022266 seconds and 4 git commands to generate.