Skip to content

Commit

Permalink
change(web): adjusts multitap timings
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Apr 18, 2024
1 parent 67dfa93 commit f4fe095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/engine/osk/src/input/gestures/specsForLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export const DEFAULT_GESTURE_PARAMS: GestureParams = {
noiseTolerance: 10
},
multitap: {
waitLength: 500,
holdLength: 500
waitLength: 300,
holdLength: 150
},
// Note: all actual runtime values are determined at runtime based upon row height.
// See `VisualKeyboard.refreshLayout`, CTRL-F "Step 3".
Expand Down

0 comments on commit f4fe095

Please sign in to comment.