--- hatari/src/includes/shortcut.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/shortcut.h 2019/04/01 07:09:27 1.1.1.2 @@ -21,7 +21,7 @@ enum { }; typedef struct { - unsigned char Key; // KEY_F11, or KEY_F12 + unsigned short Key; BOOL bShiftPressed; BOOL bCtrlPressed; } SHORTCUT_KEY;