summaryrefslogtreecommitdiff
path: root/src/include/common.h
diff options
context:
space:
mode:
authorAlexander Larsson <[email protected]>2012-01-09 17:55:18 +0100
committerBenjamin Valentin <benpicco@rechenknecht2k7.(none)>2012-03-16 00:32:51 +0100
commite2d0da87ec3f7add9643c7f7f424df080d95d8dc (patch)
tree81f0b3024b3440b881b9e61e165a93d23ca0b22d /src/include/common.h
parentdacdbd19b2d6037235aa4ed1bd28f89286236046 (diff)
downloadmarco-e2d0da87ec3f7add9643c7f7f424df080d95d8dc.tar.bz2
marco-e2d0da87ec3f7add9643c7f7f424df080d95d8dc.tar.xz
Introduce key combination to switch between windows on all workspaces taken from https://bugzilla.gnome.org/show_bug.cgi?id=577699
Diffstat (limited to 'src/include/common.h')
-rw-r--r--src/include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 73611e36..a7eb89b1 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -116,9 +116,11 @@ typedef enum
/* Alt+Tab */
META_GRAB_OP_KEYBOARD_TABBING_NORMAL,
META_GRAB_OP_KEYBOARD_TABBING_DOCK,
+ META_GRAB_OP_KEYBOARD_TABBING_NORMAL_ALL_WORKSPACES,
/* Alt+Esc */
META_GRAB_OP_KEYBOARD_ESCAPING_NORMAL,
+ META_GRAB_OP_KEYBOARD_ESCAPING_NORMAL_ALL_WORKSPACES,
META_GRAB_OP_KEYBOARD_ESCAPING_DOCK,
META_GRAB_OP_KEYBOARD_ESCAPING_GROUP,