Add standard shortcut for preferences

This commit is contained in:
cadenmitchell
2023-09-06 12:53:01 -06:00
parent b4aaea1940
commit 058844c010
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ var actions = {
open_local: ['<Ctrl>O'],
export_playlist: ['<Ctrl>E'],
open_uri: ['<Ctrl>U'],
prefs: null,
prefs: ['<Ctrl>comma'],
shortcuts: ['F1', '<Ctrl>question'],
about: null,
progress_forward: ['Right'],