File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const desktopLinks = computed<NavigationConfig>(() => [
3232 name: ' Settings' ,
3333 label: $t (' nav.settings' ),
3434 to: { name: ' settings' },
35- keyshortcut: ' , ' ,
35+ keyshortcut: ' s ' ,
3636 type: ' link' ,
3737 external: false ,
3838 iconClass: ' i-lucide:settings' ,
@@ -201,8 +201,8 @@ function handleSearchFocus() {
201201}
202202
203203useShortcuts ({
204- ' c ' : () => ({ name: ' compare' }),
205- ' , ' : () => ({ name: ' settings' }),
204+ c : () => ({ name: ' compare' }),
205+ s : () => ({ name: ' settings' }),
206206})
207207 </script >
208208
@@ -316,7 +316,7 @@ useShortcuts({
316316 class =" border-none"
317317 variant =" button-secondary"
318318 :to =" link.to"
319- :aria-keyshortcuts =" link.keyshortcut "
319+ :classicon =" link.iconClass "
320320 >
321321 {{ link.label }}
322322 </LinkBase >
You can’t perform that action at this time.
0 commit comments