Skip to content

Commit

Permalink
feat: add a "stop" keyboard trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 26, 2024
1 parent 6599820 commit f9face6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/apps/client/src/lib/triggers/triggers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ export const hardCodedTriggers: TriggerConfig[] = [
},
},
},
{
type: TriggerConfigType.KEYBOARD,
keys: 'Numpad0',
action: {
type: 'prompterMove',
payload: {
speed: 0,
},
},
},
{
type: TriggerConfigType.XKEYS,
productId: null,
Expand Down

0 comments on commit f9face6

Please sign in to comment.