Fix delete shortcut
parent
6e091db8fa
commit
9ab374f38e
|
@ -205,6 +205,7 @@ myKeys =
|
||||||
(withScreen 2 mySharedWorkspaces)
|
(withScreen 2 mySharedWorkspaces)
|
||||||
("M-c", windows copyToAll),
|
("M-c", windows copyToAll),
|
||||||
("M-S-c", killAllOtherCopies),
|
("M-S-c", killAllOtherCopies),
|
||||||
|
("M-S-<Delete>", kill)
|
||||||
]
|
]
|
||||||
|
|
||||||
zipKeyPrefixes :: [String] -> [String] -> [String]
|
zipKeyPrefixes :: [String] -> [String] -> [String]
|
||||||
|
|
Loading…
Reference in New Issue