diff --git a/src/conio/keys.h b/src/conio/keys.h index 2e630daf162d4de799a7bb6ebb79a95b7d53ebe6..55fb8876daf315f1a41f95a8d8fcc4497d5924d6 100644 --- a/src/conio/keys.h +++ b/src/conio/keys.h @@ -44,4 +44,5 @@ #define CIO_KEY_NPAGE (0x51 << 8) #define CIO_KEY_ALT_F(x) ((x<11)?((0x67+x) << 8):((0x80+x) << 8)) -#define CIO_KEY_MOUSE 0x02ff +#define CIO_KEY_MOUSE 0x7d00 // This is the right mouse on Schneider/Amstrad PC1512 PC keyboards +#define CIO_KEY_ABORTED 0x0100 // ESC key by scancode