Add the Spanish QWERTY layout (ISO 105-key, used in Spain).
File: gui/src/js/layouts/es-qwerty.js
Reference: fr-azerty.js — closest analogue (ISO with accents). Keep field order and code style consistent.
After creating the file, register it in layouts.js and add the <script> tag in gui/index.html. Apache-2.0 license header at the top.
Checklist:
Setup: docs/CONTRIBUTING.md. Difficulty: easy.
Add the Spanish QWERTY layout (ISO 105-key, used in Spain).
File:
gui/src/js/layouts/es-qwerty.jsReference: fr-azerty.js — closest analogue (ISO with accents). Keep field order and code style consistent.
After creating the file, register it in layouts.js and add the
<script>tag ingui/index.html. Apache-2.0 license header at the top.Checklist:
make dev, finger highlighting works for all keysmake lint,make test,wails buildpassSetup: docs/CONTRIBUTING.md. Difficulty: easy.