core: graphics: add label metadata for layout switching keys
Add properties for these labels so they can be used in keys that switch the layout.
This commit is contained in:
parent
317a11d17c
commit
71ca235a09
1 changed files with 5 additions and 1 deletions
|
|
@ -97,7 +97,11 @@ struct Label<'a> {
|
||||||
small: bool,
|
small: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
const LABELS: [Label; 22] = [
|
const LABELS: [Label; 24] = [
|
||||||
|
Label { label: "123+",
|
||||||
|
secondary: false, small: true, },
|
||||||
|
Label { label: "ABC",
|
||||||
|
secondary: true, small: true, },
|
||||||
Label { label: "Alt",
|
Label { label: "Alt",
|
||||||
secondary: true, small: true, },
|
secondary: true, small: true, },
|
||||||
Label { label: "Ctrl",
|
Label { label: "Ctrl",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue