-
Notifications
You must be signed in to change notification settings - Fork 334
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
Support for hyper/meh #213
Comments
Hi @ThomasAlban it's unfortunately not that straightforward to support. It may sound like there isn't a lot to it in this case but when opening the door to parsing preprocessor statements it's more a question of how complex it could be. I wrote a little more about the complexity in Keymap Editor Wiki::Preprocessor Support |
Yeah you're right - I was invisioning some sort of simple pre-processor but your writeup does a good job of explaining why it's not really possible to implement it simply! |
I just had a different idea about this which would perhaps make more sense - having the UI show |
In my config I have defined
HYPER
asLS(LA(LC(LCMD)))
. However when I use it as a keypress, it shows up in the editor as undefined. It would be nice if there was some way that this could be supported!The text was updated successfully, but these errors were encountered: