00001 /*************************************************************************** 00002 keys.h - keys scancodes 00003 ------------------- 00004 begin : sun apr 15 2001 00005 copyright : (C) 2001 by Daniele Venzano 00006 email : webvenza@libero.it 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; version 2 of the License. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #define NO_KEY -1 00018 #define FB_DOWN 258 00019 #define FB_UP 259 00020 #define FB_LEFT 260 00021 #define FB_RIGHT 261 00022 #define FB_HOME 262 00023 #define FB_BACKSPACE 263 00024 #define FB_F1 264 00025 #define FB_F2 265 00026 #define FB_F3 266 00027 #define FB_F4 267 00028 #define FB_F5 268 00029 #define FB_F6 269 00030 #define FB_F7 270 00031 #define FB_F8 271 00032 #define FB_F9 272 00033 #define FB_F10 273 00034 #define FB_F11 274 00035 #define FB_F12 275 00036 00037