Fix conflicting keybinds cmd-v and cmd-h. Now have cmd-shift-h/v
This commit is contained in:
parent
1c8ab38b68
commit
6ad8c24880
1 changed files with 2 additions and 2 deletions
|
|
@ -116,5 +116,5 @@ cmd-shift-9 = 'move-node-to-workspace 9'
|
||||||
cmd-shift-c = 'reload-config'
|
cmd-shift-c = 'reload-config'
|
||||||
cmd-f = 'fullscreen'
|
cmd-f = 'fullscreen'
|
||||||
|
|
||||||
cmd-v = 'layout h_tiles'
|
cmd-shift-v = 'layout h_tiles'
|
||||||
cmd-h = 'layout v_tiles'
|
cmd-shift-h = 'layout v_tiles'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue