-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 1 reply
-
For 3 take a look at #40 For 2 you may be able to use multi to add For 1 there's a few ways to tackle it. If you don't care about the first key showing up and then back spacing you can do something like:
If pressing You can also use
This will do the same thing as the first example but you don't have to worry about having to backspace it. The downside with this implementation is that if any other keys are pressed with Here's how I have implemented the feature in my config. I use sequences.
This implementation has the benefit of always typing the characters you put in if the sequence failed (i.e. If you let me know a bit more of your use case I can help you find the solution that works best for you. |
Beta Was this translation helpful? Give feedback.
-
thanks for answering me .here is my sample
I created this as an example while following the instructions. What I want is to maintain tap dance for each 'q' and 'w' and 'e' separately and use the 'qwe' combo. Moreover, I would like to create hold-tap of tap dance moves for the combos 'qw,' 'we,' 'qe,' and 'qwe. . and To assign layer switching on comobo, how do I do it?? like this (q w ) (layer-switch mouselayer) or (q w ) @mouselayer ?? |
Beta Was this translation helpful? Give feedback.
-
Thanks for inadvertently tagging a couple dozen GitHub handles there 😉 Next time please wrap your quoted code with triple backticks so GitHub doesn't interpret it as Markdown with auto-tagging. |
Beta Was this translation helpful? Give feedback.
-
sorry i am not good at english and GitHub T_T .I came here by searching because I wanted to ask a question |
Beta Was this translation helpful? Give feedback.
-
Could you provide a more detailed explanation of this?? |
Beta Was this translation helpful? Give feedback.
-
Each time you press something on second_layer it will reactivate the one-shot. If that doesn't work replace |
Beta Was this translation helpful? Give feedback.
-
For your
And for pasting your configs, do it in the format: |
Beta Was this translation helpful? Give feedback.
-
i wonder if you can apply the layer I gave you and give me an example? For example, switch layers in Excel.
|
Beta Was this translation helpful? Give feedback.
-
You pinged people again, you need to wrap it in ``` |
Beta Was this translation helpful? Give feedback.
-
''' insert the code?
is it right? |
Beta Was this translation helpful? Give feedback.
-
it is only just worikng hold poistion and second solution is not working. there is a error
|
Beta Was this translation helpful? Give feedback.
-
Oh I think it needs to be |
Beta Was this translation helpful? Give feedback.
-
still not working T.T and could you give me a example about layer swiching automatically |
Beta Was this translation helpful? Give feedback.
-
Regarding layer switching, kanata has no builtin solution for automatic layer switching today, so there are no examples for a kanata configuration that would do it. Others have created their own solutions (varies by operating system) which use external programs that interact with kanata. These are described in the issue that Dark linked to you. E.g. in Windows, the komokana project would be the one to look at. For your request on multi-shot, I'm unsure about what exactly you're looking for, but I believe something like this might be it:
|
Beta Was this translation helpful? Give feedback.
-
yeah , that i want !! it is working well. thank you for answering me. When I directly click on "komokana.exe" and "komorebic.exe," they immediately shut down. So, I tried using PowerShell and specified the path with the code, setting Kanata's port to 8080, but it still doesn't work. I asked a question about discode, but haven't received any response. Do you know how to solve this? https://discord.com/channels/898554690126630914/1001698151134150656
|
Beta Was this translation helpful? Give feedback.
@gkstlr202
Regarding layer switching, kanata has no builtin solution for automatic layer switching today, so there are no examples for a kanata configuration that would do it. Others have created their own solutions (varies by operating system) which use external programs that interact with kanata. These are described in the issue that Dark linked to you. E.g. in Windows, the komokana project would be the one to look at.
For your request on multi-shot, I'm unsure about what exactly you're looking for, but I believe something like this might be it: