mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Fix keybinding
This commit is contained in:
parent
6980f156c3
commit
cb450a7c5b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ myKeys =
|
|||
, ("M-S-C-<Backspace>", withFocused (sendMessage . UnMerge))
|
||||
, ("M-<Tab>", onGroup W.focusDown')
|
||||
, ("M-C-<Tab>", onGroup W.focusUp')
|
||||
, ("M-t", toggleTabbedLayout)
|
||||
, ("M-S-t", toggleTabbedLayout)
|
||||
|
||||
|
||||
, ("M-f", toggleFullscreen)
|
||||
|
|
Loading…
Reference in a new issue