Improvements to FS.

This commit is contained in:
2025-02-07 23:35:51 -08:00
parent 5075329813
commit ab305f7acf
5 changed files with 13 additions and 56 deletions

View File

@@ -25,6 +25,7 @@ class MenulessWindow: NSWindow {
if event.type == NSEvent.EventType.keyDown {
if modsContains(keys: OSCmd, in: modifiers) && key == kVK_ANSI_W {
performClose(nil)
return true
}
}