Skip to content

Commit a2d09c1

Browse files
committed
feat: Add space bar as "Take" shortcut
F12 and Numpad Enter still work. You can still remove space in settings if you need to.
1 parent 963542a commit a2d09c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meteor/server/migration/upgrades/defaultSystemActionTriggers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
127127
keys: 'F12',
128128
up: true,
129129
},
130+
'2': {
131+
type: TriggerType.hotkey,
132+
keys: 'Space',
133+
up: true,
134+
},
130135
},
131136
_rank: ++j * 1000,
132137
name: t('Take'),

0 commit comments

Comments
 (0)