Update flatpak manifest, metainfo, desktop, and keyboard shortcuts
This commit is contained in:
parent
05caf7b32d
commit
cffb94605d
4 changed files with 15 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue