Implement cursor blink and reverse toggle

This commit is contained in:
Andrew Kay
2019-12-27 20:14:30 -06:00
parent 86fbbdfd29
commit c373457dff
5 changed files with 89 additions and 6 deletions

View File

@@ -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