Fix delete shortcut

This commit is contained in:
2023-11-18 17:50:01 +01:00
parent 6e091db8fa
commit 9ab374f38e

View File

@@ -205,6 +205,7 @@ myKeys =
(withScreen 2 mySharedWorkspaces)
("M-c", windows copyToAll),
("M-S-c", killAllOtherCopies),
("M-S-<Delete>", kill)
]
zipKeyPrefixes :: [String] -> [String] -> [String]