change ModTap to allow for activating mod on hold, rolling key presses and fix stuck mod
This commit is contained in:
@@ -258,7 +258,7 @@ class KMKKeyboard:
|
||||
self._timeouts[timeout_key] = callback
|
||||
return timeout_key
|
||||
|
||||
def _cancel_timeout(self, timeout_key):
|
||||
def cancel_timeout(self, timeout_key):
|
||||
if timeout_key in self._timeouts:
|
||||
del self._timeouts[timeout_key]
|
||||
|
||||
|
Reference in New Issue
Block a user