Brazilian Portuguese Keyboard Layout.

This commit is contained in:
Luís Fernando Stürmer da Rosa
2020-07-20 09:47:19 +00:00
committed by Dorota Czaplejewicz
parent 123faecb7d
commit c87b61d065
3 changed files with 82 additions and 1 deletions

View File

@ -11,9 +11,11 @@ use std::iter::FromIterator;
// and what a convenience layout. "_wide" is not a layout,
// neither is "number"
const KEYBOARDS: &[(*const str, *const str)] = &[
// layouts
// layouts: us must be left as first, as it is the,
// fallback layout. The others should be alphabetical.
("us", include_str!("../data/keyboards/us.yaml")),
("us_wide", include_str!("../data/keyboards/us_wide.yaml")),
("br", include_str!("../data/keyboards/br.yaml")),
("de", include_str!("../data/keyboards/de.yaml")),
("de_wide", include_str!("../data/keyboards/de_wide.yaml")),
("dk", include_str!("../data/keyboards/dk.yaml")),