Skip to content

Commit

Permalink
MyAccessibilityService: reduce repeat delay to 5ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Apr 4, 2019
1 parent 03b541e commit eb7b363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MyAccessibilityService : AccessibilityService(), IContext, IPerformGlobalA
/**
* The time in ms between repeating an action while holding down.
*/
private const val REPEAT_DELAY = 10L
private const val REPEAT_DELAY = 5L

/**
* How long a key should be held down to repeatedly perform an action in ms.
Expand Down

0 comments on commit eb7b363

Please sign in to comment.