Add Select All shortcut (#1270)
This commit is contained in:
parent
3f9d96f120
commit
60d9567e2d
@ -153,6 +153,10 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||
<Shortcut title={t("toolBar.lock")} shortcuts={["Q"]} />
|
||||
</ShortcutIsland>
|
||||
<ShortcutIsland title={t("shortcutsDialog.editor")}>
|
||||
<Shortcut
|
||||
title={t("labels.selectAll")}
|
||||
shortcuts={[getShortcutKey("CtrlOrCmd+A", "")]}
|
||||
/>
|
||||
<Shortcut
|
||||
title={t("labels.copy")}
|
||||
shortcuts={[getShortcutKey("CtrlOrCmd+C", "")]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user