diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 21:04:59 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 21:04:59 -0500 |
| commit | 5c1b9655b8a76403991e3f0f81d53e1489295583 (patch) | |
| tree | 2f58653b4b3502c1e66343ed9e07f16b56a6bd22 /keyboard.h | |
| parent | 7bcdc772c34b8e606d5355e8729e8a6236741dbe (diff) | |
| download | suggpicker-5c1b9655b8a76403991e3f0f81d53e1489295583.tar.gz | |
config: remove shift_label
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard.h b/keyboard.h index 7d61bee..af3e2b1 100644 --- a/keyboard.h +++ b/keyboard.h @@ -57,7 +57,6 @@ struct clr_scheme { struct key { const char *label; // primary label - const char *shift_label; // secondary label const double width; // relative width (1.0) const enum key_type type; |
