-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Sequence tirggers function #91
Comments
I'm not sure what you mean by sequence, but you can use the Dvorak-specific
|
read my other example. i have to use os qwerty |
in kiibohd/KLL the feature available, you can read it in the spec http://input.club/kll. |
I'm still not sure exactly what you're talking about, but if you're looking for a qwerty-ctrl key when your default layout is hard-coded dvorak, a macro like this would work:
Where layer 5 is the qwerty keymap of the control keys you're talking about, and your control key is |
Do you mind having to do execute all of your shortcuts in QWERTY? If not, here is a solution. You should change layer 1 to be a QWERTY layer. Then you should change the Ctrl keys on your Dvorak layer to function keys that use |
I believe that's what they're talking about - the macro I wrote does the same thing. |
I see that now. Do you know if there is some file in which I can find the macros that correspond to each action? |
Unfortunately macros are implemented in a different way than the actions - action.c contains a lot of them. |
Oh. I was hoping I could find a solution to the problem I posted in your subreddit. Do you have any ideas? |
* Add support for Keychron K6 White LED * Pin backlight to high to disable backlighting
* initial vial commit * final vial support with encoder, info.json fixed
is it possible to send a keypress after a sequence? for example for a dvorak user who wants to keep the qwerty CTRL functions (copy, cut, find...) locations like LCTL(KC_K) will result in LCTL(KC_C).
same thing needed in the Symbol Layer in the default map of the Ergodox_EZ, how can I activate the ctrl shortcuts on a layer who run over the needed keys (c,v,a,f)
i can't find this feature in the docs.
The text was updated successfully, but these errors were encountered: