refactor: Remove keyboard shortcuts

This package right now
makes the web app
nearly unusable as it
throws multiple errors on
every key press. The
package seems to be
unmaintained. I tried
two other packages
and none of them worked.
This commit is contained in:
Krille 2024-11-11 16:03:52 +01:00
commit 39de990fae
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
9 changed files with 101 additions and 265 deletions

View file

@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true