diff options
Diffstat (limited to 'src/lib/include/proto/keymap_file.h')
-rw-r--r-- | src/lib/include/proto/keymap_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/include/proto/keymap_file.h b/src/lib/include/proto/keymap_file.h index 53ffeb7..281b147 100644 --- a/src/lib/include/proto/keymap_file.h +++ b/src/lib/include/proto/keymap_file.h @@ -8,6 +8,7 @@ typedef struct { int normal[128]; int shift[128]; int caps[128]; + int shiftcaps[128]; int mod[128]; int shiftmod[128]; bool ralt_is_mod; // true: right alt = alt-gr |