-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please clarify the limitations of "Any" key. #285
Comments
+1 on CIDOO V21 (brother of EK21) |
Not sure if this was fixed recently, or it has been like this for the longest time, but you just need to write the keycode and that’s it. For example:
|
Sorry for not being clear: I know how to find and write the desired keycodes, my issue is that they don't work unless they're already listed in VIA's dropdown menu. It's as if those are the only codes that VIA has implemented or something. If I try other codes, it will save them to the key, like, as a legend or whatever, but it won't actually work in practice when I press it. However, my EK21 keypad only has VIA support and not full QMK support, so perhaps that's the issue. I have no idea. Are you saying that |
I'll also say that I don't really understand why it is like this, it makes absolutely no sense. Edit: Apparently, it's a poorly implemented via support from the manufacturer, which makes this weird behavior, ignore my comment. |
Edit: It seems like the confirm button enables again once you have typed (part of?) a valid QMK code. Just 11 days ago, I was able to enter arbitrary QMK codes in the web app. But today, I'm having the same problem mentioned in this issue--I have the options available in the dropdown, and that's it. I can type whatever I want, but the confirm button is disabled. |
+1 |
The
Special > Any
key offers infinite possibilities when working directly with QMK.But it seems that when using VIA we're limited to just the options in this menu:
For instance, keycodes like
S(KC_H)
andC(A(KC_DEL))
simply don't work, despite the fact that they follow the same syntax as the VIA menu and QMK docs.I don't expect full QMK functionality inside VIA, but is it really true that
S(KC_1)
works andS(KC_H)
doesn't?It's difficult to find information about this online, so perhaps I'm mistaken.
Currently using https://usevia.app/ to configure an EPOMAKER EK21. Thanks for the friendly app!
The text was updated successfully, but these errors were encountered: