Sticky layer functionality #15
-
Sometimes I'm eating something while watching Youtube or reading an article, and many keys are quite hard to press with just one hand. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 4 replies
-
Thanks for creating this issue! Miryoku is designed to take advantage of the increased ergonomics possible when using both hands, but at the expense of casual use, as it requires both hands to be used. The work-around for situations that require one hand use would be to add a custom layer and activate it with a layer toggle. I plan on including some examples but I imagine they'd really need to be tailored to each user, so it's a low priority. But your suggestion of just locking the current layer would probably be enough in many cases, should be quite easy to add, and wouldn't affect the rest of the layout. I'll look into it and see if I can add something like that. Would you be interested in testing it? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, yeah I would be interested in testing :) |
Beta Was this translation helpful? Give feedback.
-
Great, I'll let you know when I have something! |
Beta Was this translation helpful? Give feedback.
-
It'd be nice to be able to lock and unlock with a single key, but there is no layer lock in QMK (although I might add one if this turns out to be useful). TO and TG can't be used to lock the layer within a held LT. DF will work to change which layer you return to after a LT hold release, and another DF can be used to get back to the base layer. This works but it requires one key to give the effect of locking and another to unlock. I've implemented it in this branch (as a manual change to the generated c files, not in the org source). In a sublayer, on the same hand as the held LT, tap the bottom row pinkie key to lock, and tap the thumb key normally used to activate the layer to unlock. Please let me know if it works and if it's useful, and if you have any suggestions. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Thanks, fixed now! |
Beta Was this translation helpful? Give feedback.
-
See #52. |
Beta Was this translation helpful? Give feedback.
-
This feature works great! It's nice to be able to scroll through big documents and webpages without holding the thumb button to keep the navigation/mouse layer activated. The layer hold toggle is in a good position to reach it comfortably and consistently with a single hand. |
Beta Was this translation helpful? Give feedback.
-
There is toggle function for layers in ZMK and QMK it will be good for the above mentioned use case. |
Beta Was this translation helpful? Give feedback.
-
Layer lock for current and opposite layers has been added. See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features. |
Beta Was this translation helpful? Give feedback.
Layer lock for current and opposite layers has been added. See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features.