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:
Richard Acayan 2024-09-30 22:12:59 -04:00
parent 317a11d17c
commit 71ca235a09

View file

@ -97,7 +97,11 @@ struct Label<'a> {
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",
secondary: true, small: true, },
Label { label: "Ctrl",