the-via/releases

KC_PLUS, KC_KP_PLUS keycodes detected as invalid

jzrskc opened this issue · 2 comments

jzrskc commented

When i try to add "+" sign in Macros, i got an error:

Whoops! Invalid keycodes detected inside {}: KC_PLUS

My goal is to create text insertion macros, i want to insert phone number:

+123-456-7890

instead of that, ``4915779041341` is printed out

Version

  • VIA 3.0.0
  • OS: MacOS Ventura

I can't even add KP_PLUS using the ANY popup

When I tried to add the "+" sign in macros, I got an error:

Whoops! Invalid keycodes detected inside {}: KC_PLUS

"KC_PLUS" is not a valid keycode.

The keycode is "KC_KP_PLUS" and its alias is "KC_PPLS" (numeric keypad +). (On the main keyboard, it is "KC_EQUAL" (alias "KC_EQL")—as "+" requires Shift on the presumed United States keyboard layout))

How did "KC_PLUS" come about? During macro recording?

"KC_KP_PLUS" is listed in the title. Was it tried as well? What was the result?