File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
apps/renderer/src/constants Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ export const shortcuts: Shortcuts = {
104
104
key : "Space" ,
105
105
} ,
106
106
} ,
107
+ misc : {
108
+ quickSearch : {
109
+ name : "keys.misc.quickSearch" ,
110
+ key : "Meta+K" ,
111
+ } ,
112
+ } ,
107
113
}
108
114
109
115
export const shortcutsType : { [ key in keyof typeof shortcuts ] : I18nKeysForShortcuts } = {
@@ -112,4 +118,5 @@ export const shortcutsType: { [key in keyof typeof shortcuts]: I18nKeysForShortc
112
118
entries : "keys.type.entries" ,
113
119
entry : "keys.type.entry" ,
114
120
audio : "keys.type.audio" ,
121
+ misc : "keys.type.misc" ,
115
122
}
Original file line number Diff line number Diff line change 22
22
"keys.layout.showShortcuts" : " Show/Hide Shortcuts" ,
23
23
"keys.layout.toggleSidebar" : " Show/Hide Feed Sidebar" ,
24
24
"keys.layout.toggleWideMode" : " Toggle Wide Mode" ,
25
+ "keys.misc.quickSearch" : " Quick Search" ,
25
26
"keys.type.audio" : " audio" ,
26
27
"keys.type.entries" : " entries" ,
27
28
"keys.type.entry" : " entry" ,
28
29
"keys.type.feeds" : " feeds" ,
29
30
"keys.type.layout" : " layout" ,
31
+ "keys.type.misc" : " misc" ,
30
32
"sidebar_title" : " Shortcuts"
31
33
}
You can’t perform that action at this time.
0 commit comments