You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see some unexpected caps_lock outputs in the debug log when I hold down a default remapped caps_lock and scroll. Eg. to change zoom in the web browser. It seems to be perfectly symmetrical so that it does a caps lock down and up. So no issues with capslock staying on and this might be working as intended. Just wanted to point it out.
(input) CAPSLOCK DOWN [scan:0x3a virt:0x14]
(event) event_remapped_key_down
(input) <MOUSE INPUT> UP [scan:0x00 virt:0xff]
(send) CTRL DOWN
(input) CAPSLOCK DOWN [scan:0x3a virt:0x14]
(input) CAPSLOCK UP [scan:0x3a virt:0x14]
(event) event_remapped_key_up
(send) CTRL UP
The text was updated successfully, but these errors were encountered:
I see some unexpected caps_lock outputs in the debug log when I hold down a default remapped caps_lock and scroll. Eg. to change zoom in the web browser. It seems to be perfectly symmetrical so that it does a caps lock down and up. So no issues with capslock staying on and this might be working as intended. Just wanted to point it out.
The text was updated successfully, but these errors were encountered: