-
Notifications
You must be signed in to change notification settings - Fork 70
Description
FW release v14.2.1
On the UHK60; when using either powerMode lock
or powerMode sleep
, and then holding and releasing s
+f
+j
+l
(in that order), those scancodes are output to the host as fjls
(in that order). Holding only j
+l
will also output jl
, but nothing happens if you try it with only s
+f
.🤷♂️
Interestingly, if you continue to hold down the j
+l
keys, it will auto-repeat both keys together (similar to how the OS repeats a single key when held, only much faster than normal OS output). Likewise, if you hold s
+f
+j
+l
, it will auto-repeat all four.
E.g., Instead of sfjllllllllllllllllll
, you get fjlsfjlsfjlsfjlsfjlsfjlsfjlsfjls
Instead of jllllllllllllllll
, you get jljljljljljljljljljljljljljljljl
.
Weird.
The UHK80 will output some of the s/f/j/l keys if you hold them for a couple of seconds, and then release. But it takes longer to happen, and they won't auto-repeat like with the UHK60.
I would assume nothing should output to the host when the UHK resumes from sleep/lock, until after the first time the s/f/j/l keys are released, and only then should normal output resume upon new keypresses...