Intl support for search hotkey (where US keyboard has it).

This commit is contained in:
2026-02-05 00:57:42 +00:00
parent 0061fc54ae
commit 5717486197
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
@input="updateSearch"
@keydown.escape="clearSearch"
/>
<span v-if="!query" class="search-hint" @click="focusSearch">/</span>
<span v-if="!query" class="search-hint" @click="focusSearch">{{ store.prefs.searchHotkey }}</span>
</div>
<div class="spacer smallgap"></div>
<DiskSpace v-if="store.space.disk" />