layouts: Adjust French (fr+bepo) terminal-layout and make it available

Except for the arrangement of the letter-buttons,
this layout is almost identical to the French (fr) terminal-layout.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/683>
This commit is contained in:
MoonlightWave-12
2024-09-29 04:05:45 +02:00
parent e89ba89aea
commit 76194dba15
4 changed files with 37 additions and 54 deletions

View File

@ -173,6 +173,8 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("terminal/fr", include_str!("../data/keyboards/terminal/fr.yaml")),
("terminal/fr_wide", include_str!("../data/keyboards/terminal/fr_wide.yaml")),
("terminal/fr+bepo", include_str!("../data/keyboards/terminal/fr+bepo.yaml")),
("terminal/fr+bepo_wide", include_str!("../data/keyboards/terminal/fr+bepo_wide.yaml")),
("terminal/us", include_str!("../data/keyboards/terminal/us.yaml")),
("terminal/us_wide", include_str!("../data/keyboards/terminal/us_wide.yaml")),