Fix delete shortcut

This commit is contained in:
2023-11-18 17:50:01 +01:00
parent 55aa30845d
commit 729306d051

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]