KB_CODE_SIZE
if (map[i].unshift[KB_CODE_SIZE-1] ||
map[i].shift[KB_CODE_SIZE-1] ||
map[i].ctl[KB_CODE_SIZE-1] ||
map[i].altgr[KB_CODE_SIZE-1] ||
map[i].shift_altgr[KB_CODE_SIZE-1])
char unshift[KB_CODE_SIZE];
char shift[KB_CODE_SIZE];
char ctl[KB_CODE_SIZE];
char altgr[KB_CODE_SIZE];
char shift_altgr[KB_CODE_SIZE];