chore: Update keyboard shortcut for API to "mod+shift+r"

This commit is contained in:
ogabrielluiz 2024-06-10 13:07:00 -03:00
commit ed20dd606f

View file

@ -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",