Replies: 4 comments 5 replies
-
Edit 2: Code exists for this in the v1.3.0 branch. Documentation I can't think of any way to do this easier in kanata right now, but this has made me think of some interesting feature ideas that would support this use case:
Edit: I've created an issue to track this: #296 |
Beta Was this translation helpful? Give feedback.
-
I played around with espanso today and it's quite good. I tried it out as an alternative to kanata's sequences - which I originally developed to replace my fish shell For the date example in the original question, it comes with a default For how this relates to kanata, instead of typing the sequence by oneself, one could use a macro key on another layer to type out the espanso triggers, e.g. |
Beta Was this translation helpful? Give feedback.
-
espanso indeed works (tested windows intercept driver)
The last time I tested espanso with kanata it didn't work when typing the triggers myself, but this time it did :) wich is great. |
Beta Was this translation helpful? Give feedback.
-
With the new
|
Beta Was this translation helpful? Give feedback.
-
Here is my solution (quite cumbersome)
it starts with this in my .kbd file:
@dayiso
gives 2023-01-30 and@dayde
gives 30.01.2023but this is hardcoded and not the current date!
To fix this I scheduled a batch file to run each day to update the date
( runs on windows with german date format in the same folder as kanata.kbd)
Finally if you don't if the computer is not restarted I have to use live reload key
lrld
to tell kananta to update its config.Is there an easier way?
Beta Was this translation helpful? Give feedback.
All reactions