resources: add wide FR terminal keyboard
The layout for this keyboard exists, however it isn't present in `resources.rs`, making it unavailable. Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
This commit is contained in:
@ -96,6 +96,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
|
||||
|
||||
// Terminal
|
||||
("terminal/fr", include_str!("../data/keyboards/terminal/fr.yaml")),
|
||||
("terminal/fr_wide", include_str!("../data/keyboards/terminal/fr_wide.yaml")),
|
||||
|
||||
("terminal/us", include_str!("../data/keyboards/terminal/us.yaml")),
|
||||
("terminal/us_wide", include_str!("../data/keyboards/terminal/us_wide.yaml")),
|
||||
|
||||
@ -93,6 +93,7 @@ foreach layout : [
|
||||
|
||||
# Terminal keyboards
|
||||
'terminal/fr',
|
||||
'terminal/fr_wide',
|
||||
'terminal/us',
|
||||
'terminal/us_wide',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user