]> Dogcows Code - chaz/openbox/blobdiff - util/epist/actions.hh
don't try pass focus off to windows that dont take it
[chaz/openbox] / util / epist / actions.hh
index b13149ae231e293fdc1cfb7b0a95bead8038bccd..25f1e9685d220fd4a43b72148167ad7542646a20 100644 (file)
@@ -46,27 +46,35 @@ public:
     moveWindowDown, //done
     moveWindowLeft, //done
     moveWindowRight, //done
+    resizeWindowWidth, //done
+    resizeWindowHeight, //done
 
-    toggleMaximizeFull,
-    toggleMaximizeVertical,
-    toggleMaximizeHorizontal,
+    toggleMaximizeFull, //done
+    toggleMaximizeVertical, //done
+    toggleMaximizeHorizontal, //done
 
     sendToWorkspace, //done
 
     nextWindow, //done for now
     prevWindow, //done for now
-    nextWindowOnAllWorkspaces, //done
-    prevWindowOnAllWorkspaces, //done
+    nextWindowOnAllWorkspaces, //done for now
+    prevWindowOnAllWorkspaces, //done for now
 
-    nextWindowOfClass, //done
-    prevWindowOfClass, //done
-    nextWindowOfClassOnAllWorkspaces, //done
-    prevWindowOfClassOnAllWorkspaces, //done
+    nextWindowOnAllScreens, //done for now
+    prevWindowOnAllScreens, //done for now
+
+    nextWindowOfClass, //done for now
+    prevWindowOfClass, //done for now
+    nextWindowOfClassOnAllWorkspaces, //done for now
+    prevWindowOfClassOnAllWorkspaces, //done for now
 
     changeWorkspace, //done
     nextWorkspace, //done
     prevWorkspace, //done
 
+    nextScreen, //done for now
+    prevScreen, //done for now
+  
     // these are openbox extensions
     showRootMenu,
     showWorkspaceMenu,
This page took 0.021072 seconds and 4 git commands to generate.