Update flatpak manifest, metainfo, desktop, and keyboard shortcuts

This commit is contained in:
Brendan Szymanski 2026-06-05 01:52:11 -04:00
parent 05caf7b32d
commit cffb94605d
4 changed files with 15 additions and 5 deletions

View file

@ -30,6 +30,12 @@ struct Luminate: App {
.defaultSize(width: 1100, height: 700)
.quitShortcut()
.closeShortcut()
.keyboardShortcut("f".ctrl()) { _ in
// Focus search
}
.keyboardShortcut("r".ctrl()) { _ in
// Refresh library
}
}
}