Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. --- ./src/tiemu-3.03/src/gui/calc/pckeys.h.old 2007-11-15 21:37:29.000000000 +0100
  2. +++ ./src/tiemu-3.03/src/gui/calc/pckeys.h 2013-04-23 22:45:38.474357724 +0200
  3. @@ -206,10 +206,10 @@
  4. #define PCKEY_NEXT 0x69
  5. #define PCKEY_END 0x67
  6. #define PCKEY_HOME 0x61
  7. -#define PCKEY_LEFT 0x64
  8. -#define PCKEY_UP 0x62
  9. -#define PCKEY_RIGHT 0x66
  10. -#define PCKEY_DOWN 0x68
  11. +#define PCKEY_LEFT 113
  12. +#define PCKEY_UP 111
  13. +#define PCKEY_RIGHT 114
  14. +#define PCKEY_DOWN 116
  15. #define PCKEY_SELECT 0x29
  16. #define PCKEY_PRINT 0x6F
  17. #define PCKEY_EXECUTE 0xff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement