Introduce Arabic keyboard layout

Signed-off-by: Khaled Eldoheiri <khalid@kdehairy.com>
This commit is contained in:
Khaled Eldoheiri
2021-05-21 18:49:30 +02:00
parent 07d7486e06
commit ebc8eafa07
4 changed files with 144 additions and 0 deletions

View File

@ -18,6 +18,9 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("us_wide", include_str!("../data/keyboards/us_wide.yaml")),
// Language layouts: keep alphabetical.
("ara", include_str!("../data/keyboards/ara.yaml")),
("ara_wide", include_str!("../data/keyboards/ara_wide.yaml")),
("be", include_str!("../data/keyboards/be.yaml")),
("be_wide", include_str!("../data/keyboards/be_wide.yaml")),