Skip to content

Commit 08248c1

Browse files
committed
fix:shortcut changed to P and M from shift + p and shift + m
1 parent 3b8f2b8 commit 08248c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/utils/commands-utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ export const COMMAND_DEFINITIONS: Record<CommandId, CommandDefinition> = {
9696
},
9797
'set-canvas-mode-pointer': {
9898
id: 'set-canvas-mode-pointer',
99-
shortcut: 'Shift+P',
99+
shortcut: 'P',
100100
allowInEditable: false,
101101
},
102102
'set-canvas-mode-mover': {
103103
id: 'set-canvas-mode-mover',
104-
shortcut: 'Shift+M',
104+
shortcut: 'M',
105105
allowInEditable: false,
106106
},
107107
}

0 commit comments

Comments
 (0)