diff options
author | Robert David <[email protected]> | 2014-03-10 11:58:07 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-24 23:09:21 +0200 |
commit | 69b7a0ad9277f21ad761c84ac1bae5455a2f879e (patch) | |
tree | 9a244ed257c08437edcf6d637420f98ac6dd3639 /src/50-marco-global-key.xml.in | |
parent | 897defba089400c910a520ca1302ca5573d3f1d7 (diff) | |
download | marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.bz2 marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.xz |
Possible keybinding to switch to previous workspace.
Disabled at default.
Diffstat (limited to 'src/50-marco-global-key.xml.in')
-rw-r--r-- | src/50-marco-global-key.xml.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/50-marco-global-key.xml.in b/src/50-marco-global-key.xml.in index 9a61c376..1a1423bd 100644 --- a/src/50-marco-global-key.xml.in +++ b/src/50-marco-global-key.xml.in @@ -127,5 +127,12 @@ schema="org.mate.Marco.general" comparison="gt" /> + <KeyListEntry name="switch-to-workspace-prev" + _description="Switch to previously selected workspace" + value="1" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + </KeyListEntries> |