Skip to content

Commit eb7b363

Browse files
author
sds100
committed
MyAccessibilityService: reduce repeat delay to 5ms
1 parent 03b541e commit eb7b363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/github/sds100/keymapper/service/MyAccessibilityService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class MyAccessibilityService : AccessibilityService(), IContext, IPerformGlobalA
6868
/**
6969
* The time in ms between repeating an action while holding down.
7070
*/
71-
private const val REPEAT_DELAY = 10L
71+
private const val REPEAT_DELAY = 5L
7272

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

0 commit comments

Comments
 (0)