ios: mac catalyst kb shortcuts

This commit is contained in:
2026-05-02 23:50:51 -07:00
parent 29e340fd08
commit 2f265fd847
3 changed files with 109 additions and 0 deletions

View File

@@ -9,5 +9,8 @@ struct SybilApp: App
WindowGroup {
SplitView()
}
.commands {
SybilCommands()
}
}
}