Skip to content
  • Mike Gorse's avatar
    DeviceEventController: fix numlock detection · 9efa51d2
    Mike Gorse authored
    _numlock_physical_mask was defined in both deviceeventcontroller.c and
    deviceeventcontroller-x11.c, and only the latter version was being updated,
    so we might do the wrong thing if numlock is assigned to something other than
    mod2.
    9efa51d2