To work on my system that has another keyboard layout (not us), the following configuration was required:
nano $HOME/.config/espanso/config/default.yml
(you can check the file path with the command espanso path
).
Append at end of file.
keyboard_layout:
{ layout: br }
My keyboard layout is br. You can check yours with the command localectl status
sources: 1- https://espanso.org/docs/configuration/options/ 2- https://espanso.org/docs/install/linux/
Pinned Comments
carsme commented on 2024-01-21 08:25 (UTC)
NOTICE: The standalone
espanso-wayland
package has been merged into this pkgbase, which now builds two distinct packages:espanso-x11
: Espanso built for X11, replaces the formerespanso
package.espanso-wayland
: Espanso built for Wayland, identical to the former standaloneespanso-wayland
package.This change simplifies maintenance and ensures the packages are kept in sync. It does however incur slightly longer build times, as Espanso is compiled twice during the build process.
Your AUR helper will hopefully handle the upgrade/migration automatically.
Let me know if you encounter any issues.