mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 17:55:58 -07:00
feat: Mapped photo viewer controls to new hotkeys
This commit is contained in:
parent
fbd1d762d3
commit
a2684d1d0a
2 changed files with 52 additions and 41 deletions
|
|
@ -77,7 +77,7 @@ class _DesktopControlsState extends ConsumerState<DesktopControls> {
|
|||
child: InputHandler(
|
||||
autoFocus: true,
|
||||
keyMap: ref.watch(videoPlayerSettingsProvider.select((value) => value.currentShortcuts)),
|
||||
keyMapResult: (result) => _onKey(result),
|
||||
keyMapResult: _onKey,
|
||||
child: PopScope(
|
||||
canPop: false,
|
||||
onPopInvokedWithResult: (didPop, result) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue