Add Select All shortcut (#1270)
This commit is contained in:
@ -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", "")]}
|
||||
|
Reference in New Issue
Block a user