Layouts: Add Japanese (jp) layout based on japanese keyboards

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/669>
This commit is contained in:
MoonlightWave-12
2024-09-05 09:52:04 +02:00
committed by Marge Bot
parent b1962eca5a
commit 8b26ea691b
7 changed files with 1597 additions and 4 deletions

View File

@ -101,6 +101,8 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("it+fur", include_str!("../data/keyboards/it+fur.yaml")),
("it+fur_wide", include_str!("../data/keyboards/it+fur_wide.yaml")),
("jp", include_str!("../data/keyboards/jp.yaml")),
("jp_wide", include_str!("../data/keyboards/jp_wide.yaml")),
("jp+kana", include_str!("../data/keyboards/jp+kana.yaml")),
("jp+kana_wide", include_str!("../data/keyboards/jp+kana_wide.yaml")),