fix mouse_keys not working at all

This commit is contained in:
xs5871 2022-08-05 20:43:21 +00:00 committed by Kyle Brown
parent 23fd3a9bed
commit ad6f4e5f05

View File

@ -119,7 +119,7 @@ class MouseKeys(Module):
self.pointing_device.report_y[0] = 0xFF & (0 - self.move_step)
if self._down_activated:
self.pointing_device.report_y[0] = self.move_step
# self.pointing_device.hid_pending = True
self.pointing_device.hid_pending = True
return
def before_hid_send(self, keyboard):