chore: Update keyboard shortcut for API to "mod+shift+r"
This commit is contained in:
parent
23b2bf2358
commit
ed20dd606f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const useShortcutsStore = create<shortcutsStoreType>((set, get) => ({
|
|||
group: "mod+g",
|
||||
cut: "mod+x",
|
||||
paste: "mod+v",
|
||||
api: "mod+r",
|
||||
api: "mod+shift+r",
|
||||
update: "mod+u",
|
||||
download: "mod+j",
|
||||
freeze: "mod+f",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue