ch57x-keyboard-tool
ch57x-keyboard-tool copied to clipboard
Modifier keys aren't working unless first in key array
I've discovered that "shift-slash" does work as described, however only if it's the first entry in the array.
This method will produce "?AB"
- ["shift-slash, A, B",(another set), (another set)]
This method will produce "AB/"
- ["A, B,shift-slash",(another set), (another set)]
( I want to thank you for the work you've done. I very much appreciate it!)
Do you have 3 x 1 keys + 1 knob keyboard model?
I'm having a similar issue. it is a 3x2 keys + 1 knob
The keyboard def is # Arbitrary scan codes (decimal) may be given like this: '<101>'. - ["shift-minus,shift-p,shift-w,shift-l", "shift-minus,shift-p,shift-w,shift-c", "shift-minus,shift-p,shift-w,shift-p"] - ["shift-minus,shift-m,shift-f,shift-p", "win-l", "enter"]
I was expecting "shift-minus,shift-p,shift-w,shift-l" to produce _PWL. instead it produces _pwl. Trying various combos, it seems that the initial character is the only one that gets a modifer.