the-via / releases

GNU General Public License v3.0
2.1k stars 225 forks source link

KC_PLUS, KC_KP_PLUS keycodes detected as invalid #260

Open jzrskc opened 1 year ago

jzrskc commented 1 year ago

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

alfiedotwtf commented 9 months ago

I can't even add KP_PLUS using the ANY popup

PeterMortensen commented 8 months ago

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?