Browse Source

tooncher/controls.py: added ref to TODO

Fabian Peter Hammerle 6 years ago
parent
commit
fc3b8dbccd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tooncher/controls.py

+ 1 - 0
tooncher/controls.py

@@ -135,6 +135,7 @@ class ExtendedControls:
 
     def _handle_xevent(self, xevent):
         # TODO investigate why some release events get lost
+        # https://stackoverflow.com/q/18160792/5894777
         if isinstance(xevent, Xlib.protocol.event.KeyPress) \
                 or isinstance(xevent, Xlib.protocol.event.KeyRelease):
             self._handle_xkeyevent(xevent)