-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add Caps Word #51
Comments
any updates on this? |
I expect to add it in the next few weeks. I've added some todos above so you can keep track of progress. |
I managed to add it here. https://github.com/BorjaLL/qmk_files/tree/main/crkbd/keymaps/borjall |
Thanks, there are a few implementations for QMK, but https://getreuer.info/posts/keyboards/caps-word/ is definitely one of the candidates. |
There is progress on that implementation checklist!
|
@getreuer Thanks for the QMK PR and the update! I'll try to have it ready for the 28th! For ZMK, it's been added in the middle of a bunch of implementation changes and new features and they'll be pushed all together in a few days. |
Caps Word is now available in Miryoku ZMK, see the Miryoku ZMK readme for details. |
Sorry to bump the issue without any meaningful help. Any update for caps word QMK? |
@azzamsa The To try it now you can add To replace When it's added it will be as a replacement for caps lock with a shift function for regular caps lock, as seen in Miryoku ZMK. |
I got it working with VI navigation azzamsa/miryoku_qmk@4324456, but failed with caps word azzamsa/miryoku_qmk@caf66d3 Am I missing something? |
@azzamsa For caps word, first try only the "To try it now" paragraph above. You'll need to do the 3 things mentioned there exactly. See the example workflow options linked above. If you don't use the workflow you'll still need the same 2 file changes but will need to rebase manually instead. If you want to do that, see https://github.com/manna-harbour/miryoku_qmk/blob/e9dfa7d007e9655ebe6ef7c22bc6112eb228782a/.github/workflows/main.yml#L60-L61 for how to drop the If that works, you can try the "To replace" paragraph. For that, what you have here https://github.com/azzamsa/miryoku_qmk/blob/caf66d38e870b6eddddeb8843bcefb61dc41036b/users/manna-harbour_miryoku/custom_config.h looks good except the macro name needs to be changed to |
Yes, I have did those three things. The hardest thing is the merge conflict. Many of the GitHub workflows deleted upstream. So I just use magit feature to just use "their" state. Now, I just need to add this change: #pragma once
-#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD \
+#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
+
+#define MIRYOKU_LAYER_NAV \
RESET, DF(U_TAP), DF(U_EXTRA), DF(U_BASE), U_NA, U_RDO, U_PST, U_CPY, U_CUT, U_UND, \
KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, U_NA, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, CAPS_WORD, \
U_NA, KC_ALGR, DF(U_NUM), DF(U_NAV), U_NA, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_INS, \ Unfortunately, both caps lock and caps lock with shift becomes caps word. I think I just need to wait couple of weeks for this feature. I don't want to bother your time. |
@azzamsa The workflows handle the merge automatically. If using magit you could interactive rebase and drop all With They are both just if you want to try out caps word now, with the minimum of changes. When I add it it'll be with the shift function for caps lock, but that will require using key overrides https://docs.qmk.fm/#/feature_key_overrides. |
Yes, I have tried it. It works well. :) Now, I reverted my branch to get usual caps lock. Will wait the "official" release. |
Another update: Caps Word is now exposed in Oryx (announcement). So that addresses the implementation checkbox for Miryoku Oryx. |
@getreuer Excellent, thanks for the update! I love ticking those checkboxes! I'll try to add it to Miryoku QMK and Oryx next week (and tick more boxes! 😂). |
Caps Word in now available in Miryoku QMK in a temporary banch: https://github.com/manna-harbour/miryoku_qmk/tree/capsword-tmp. It'll be added to the |
Caps Word in now used in place of Caps Lock in Miryoku QMK and Miryoku ZMK. Combine with Shift for Caps Lock. KMonad doesn't support Caps Word, and Oryx doesn't support key overrides (for combining with Shift for Caps Lock), so those tasks have been moved to #90 and this issue will be closed. |
The text was updated successfully, but these errors were encountered: