Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit 5eb4696

Browse files
committed
timeout of 200ms for start and stop keys
1 parent e68cee9 commit 5eb4696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uinput.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
#define UINPUT_PRINTF(...)
4949
#endif
5050

51-
#define SLEEP_TIME_SEND_STOP_KEY_US 20*1000
51+
//#define SLEEP_TIME_SEND_STOP_KEY_US 20*1000
52+
#define SLEEP_TIME_SEND_STOP_KEY_US 200*1000
5253

5354
#define die(str, args...) do { \
5455
perror(str); \

0 commit comments

Comments
 (0)