update the hot key to mod+k for call spotlight

This commit is contained in:
luckrnx09
2024-05-15 21:47:34 +08:00
parent 884516be28
commit ab86247c8c

View File

@@ -60,7 +60,7 @@ export function TreeSearch(props: TreeSearchProps) {
<Spotlight
actions={actions}
limit={10}
shortcut="ctrl+k"
shortcut="mod+k"
searchProps={{
leftSection: searchIcon,
placeholder: t`Search`,