mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
Add browser forward/back hotkeys (#155)
This commit is contained in:
parent
0cba405b45
commit
8cbc25a932
4 changed files with 17 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ import { SettingsOptions } from '/@/renderer/features/settings/components/settin
|
|||
const ipc = isElectron() ? window.electron.ipc : null;
|
||||
|
||||
const BINDINGS_MAP: Record<BindingActions, string> = {
|
||||
browserBack: 'Browser back',
|
||||
browserForward: 'Browser forward',
|
||||
globalSearch: 'Global search',
|
||||
localSearch: 'In-page search',
|
||||
next: 'Next track',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue