web/omnibox: add keyboard shortcuts support

- shift+d to paste
    - ⌘/ctrl+v to paste
    - shift+k for auto mode
    - shift+l for audio mode
    - esc to clear input

todo:
    - shortcut for "muted" mode
This commit is contained in:
dumbmoron
2024-07-03 17:42:34 +00:00
parent 9a89bca762
commit 3198ea2341
2 changed files with 53 additions and 10 deletions

View File

@@ -50,3 +50,5 @@ export type CobaltSettings = {
save: CobaltSettingsSave,
privacy: CobaltSettingsPrivacy,
};
export type DownloadModeOption = CobaltSettings['save']['downloadMode'];