Open jzrskc opened 1 year ago
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?
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 outVersion