Benedikt Köppel
Benedikt Köppel
Hi When I use `--when '2013-03-11T9:30-8:00' --duration 60`, the following event is created: - Start Time: 18:30 - End Time: 19:30 - Time Zone: +1:00 (my local time zone) It...
I have the same issue on my Swiss German keyboard layout on Wayland. Here's the config that works for me (in `.config/espanso/config/default.yml`): ``` keyboard_layout: layout: "ch" variant: "de" options: ctrl:nocaps...
Thanks for the suggestion. I tried it with the `html` approach, but get the same results. The html approach even fails when there are no umlauts (and no `ü`): :x:...
With this configuration: ```yaml matches: - label: Single Line Test trigger: .slt. replace: Single Line Test - label: Multi Line Test trigger: .mlt. replace: | Multi Line Test - label:...