diff --git a/src/core/graphics.rs b/src/core/graphics.rs index af3dcdb..a580d76 100644 --- a/src/core/graphics.rs +++ b/src/core/graphics.rs @@ -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",