macbook: increase DWT timeout from 0.3s to 0.4s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b52f730889
commit
93a9f56092
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ import glob, os, select, struct, time
|
||||||
|
|
||||||
EVENT_SIZE = struct.calcsize("llHHi")
|
EVENT_SIZE = struct.calcsize("llHHi")
|
||||||
EV_KEY = 0x01
|
EV_KEY = 0x01
|
||||||
DWT_TIMEOUT = 0.3
|
DWT_TIMEOUT = 0.4
|
||||||
# Modifier keycodes — don't inhibit touchpad for these
|
# Modifier keycodes — don't inhibit touchpad for these
|
||||||
MODIFIERS = {42, 54, 29, 97, 56, 100, 125, 126} # L/R Shift, Ctrl, Alt, Super
|
MODIFIERS = {42, 54, 29, 97, 56, 100, 125, 126} # L/R Shift, Ctrl, Alt, Super
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue