Skip to content

Commit

Permalink
fix: default shortcut 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Sep 26, 2024
1 parent eaae155 commit 5eb653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/useStorageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const initialStorageData: StorageData = {
type: 'image',
image: chrome.runtime.getURL('/assets/Lee-Gil-ya.webp'),
},
shortcut: isMac ? '⌘ + /' : 'Ctrl + /',
shortcut: isMac ? 'meta+/' : 'Ctrl+/',
},
}

Expand Down

0 comments on commit 5eb653e

Please sign in to comment.