Rename the nb layout to no, fixing input source selection
This commit is contained in:
committed by
Dorota Czaplejewicz
parent
87d368878b
commit
8024998a4b
@ -17,7 +17,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
|||||||
("es", include_str!("../data/keyboards/es.yaml")),
|
("es", include_str!("../data/keyboards/es.yaml")),
|
||||||
("it", include_str!("../data/keyboards/it.yaml")),
|
("it", include_str!("../data/keyboards/it.yaml")),
|
||||||
("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
|
("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
|
||||||
("nb", include_str!("../data/keyboards/nb.yaml")),
|
("no", include_str!("../data/keyboards/no.yaml")),
|
||||||
("number", include_str!("../data/keyboards/number.yaml")),
|
("number", include_str!("../data/keyboards/number.yaml")),
|
||||||
("se", include_str!("../data/keyboards/se.yaml")),
|
("se", include_str!("../data/keyboards/se.yaml")),
|
||||||
];
|
];
|
||||||
|
|||||||
@ -54,7 +54,7 @@ foreach layout : [
|
|||||||
'es',
|
'es',
|
||||||
'it',
|
'it',
|
||||||
'ja+kana',
|
'ja+kana',
|
||||||
'nb',
|
'no',
|
||||||
'number',
|
'number',
|
||||||
'se',
|
'se',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user