mirror of
https://github.com/lowobservable/oec.git
synced 2026-05-04 23:16:10 +00:00
Implement cursor blink and reverse toggle
This commit is contained in:
@@ -333,6 +333,9 @@ class Keyboard:
|
||||
|
||||
return (key, self.modifiers, False)
|
||||
|
||||
def toggle_clicker(self):
|
||||
self.clicker = not self.clicker
|
||||
|
||||
def _apply_modifiers(self, scan_code, key):
|
||||
# TODO: Consider detection, in single modifier release mode, of entering
|
||||
# modififier release but the next keystroke not being a modifier... also
|
||||
|
||||
Reference in New Issue
Block a user