Closed trilowy closed 4 months ago
the attachment is not parseable :-/
# kalamine keyboard layout descriptor
name: "Bépo" # full layout name, displayed in the keyboard settings
name8: "bepo" # short Windows filename: no spaces, no special chars
locale: "fr" # locale/language id
variant: "bepo" # layout variant id
author: "Trilowy" # author name
description: "French Bépo layout"
url: "https://bepo.fr"
version: "0.0.1"
geometry: "ISO"
full: |
┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┲━━━━━━━━━━┓
│ │ │ │ │ │ │ │ │ │ 9 │ 0 │ │ ┃ ┃
│ │ │ │ │ │ │ │ │ - │ │ │ │ ┃ ⌫ ┃
┢━━━━━┷━━┱──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┺━━┳━━━━━━━┫
┃ ┃ │ │ │ │ │ │ │ │ │ │ │ ┃ ┃
┃ ↹ ┃ │ '*' │ │ │ │ │ │ │ │ │ │ ┃ ┃
┣━━━━━━━━┻┱────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┺┓ ⏎ ┃
┃ ┃ │ │ │ │ │ │ │ │ │ │ │ ┃ ┃
┃ ⇬ ┃ │ │ │ │ │ │ │ │ │ │ │ ┃ ┃
┣━━━━━━┳━━┹──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┲━━┷━━━━━┻━━━━━━┫
┃ ┃ │ │ │ │ │ │ │ │ │ │ ┃ ┃
┃ ⇧ ┃ │ │ │ │ │ │ │ │ │ │ ┃ ⇧ ┃
┣━━━━━━┻┳━━━━┷━━┳━━┷━━━━┱┴─────┴─────┴─────┴─────┴─────┴─┲━━━┷━━━┳━┷━━━━━╋━━━━━━━┳━━━━━━━┫
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃
┃ Ctrl ┃ super ┃ Alt ┃ ␣ ┃ AltGr ┃ super ┃ menu ┃ Ctrl ┃
┗━━━━━━━┻━━━━━━━┻━━━━━━━┹────────────────────────────────┺━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
My issue is resolved, I got the dead acute accent wrong because of the doc in the generated file. I fixed it here: https://github.com/OneDeadKey/kalamine/pull/177
Hello,
I’m trying Kalamine to build a Bépo driver but I got an issue running:
(same error with wkalamine)
Output logs:
Here is a minimalist example that reproduce the bug: Bépo.yml.txt. If you take out one more key of that example you got another bug reported here https://github.com/OneDeadKey/kalamine/issues/175.
I tried the toml format and yml format, same error.
I’m on Windows, Kalamine 0.36 and Python 3.12.3.