Skip to content

Instantly share code, notes, and snippets.

@dinopetrone
Created October 4, 2012 17:33
Show Gist options
  • Save dinopetrone/3835156 to your computer and use it in GitHub Desktop.
Save dinopetrone/3835156 to your computer and use it in GitHub Desktop.
[
{
"keys": ["super+alt+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
},
{ "keys": ["alt+1"], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["alt+3"], "command": "move_to_group", "args": { "group": 2 } },
{ "keys": ["alt+4"], "command": "move_to_group", "args": { "group": 3 } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment