Skip to content

Commit

Permalink
Merge pull request #918 from Dygmalab/fixTyposPreferences
Browse files Browse the repository at this point in the history
fix: text of minHoldTimeout was swapped with minPriorInteval
  • Loading branch information
alexpargon authored Oct 23, 2024
2 parents ff3b94d + df54b28 commit 3cc9c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ const English = {
holdTimeoutTipDefault: "Default value: 250",
minHold: "Add Key on Tap - Minimum Hold time",
minHoldsub: "Low values will",
minHoldTip1: "Set the minimum interval between keypresses to be eligible to trigger the hold function.",
minHoldTip1: "Set the minimum time the key must be held before triggering the hold function",
minHoldTip2:
"If the value is high, the hold function won't be triggered if you press this key shortly after pressing another key.",
"If you use home-row modifiers, we recommend setting this value to 80 or 90 ms to avoid accidentally triggering the hold function when rolling your keys.",
minHoldTipDefault: "Default value: 50",
minPrior: "Add Key on Tap - Minimum Prior Interval",
minPriorsub: " - From 0 to 254 milliseconds",
Expand Down

0 comments on commit 3cc9c4e

Please sign in to comment.