00001 //------------------------------------------------------------------------------------------------- 00002 // 00003 // Header Name: Z760HKey.h 00004 // 00005 // General Description: Hardkey definitions 00006 // 00007 //------------------------------------------------------------------------------------------------- 00008 // 00009 // Motorola Confidential Proprietary 00010 // Template ID and version: TMP_LFC_50068 Version 1.2 00011 // (c) Copyright Motorola 2004, All Rights Reserved 00012 // 00013 //------------------------------------------------------------------------------------------------- 00014 00015 #ifndef Z760_HKEY_H 00016 #define Z760_HKEY_H 00017 00018 00019 /** 00020 * These model-dependent defines map harkey names to 00021 * Qt key names. 00022 * 00023 * As more hardkeys are added to new products, 00024 * for example, A780, a new model-dependent header must 00025 * be created and symbolically linked to ZHKey.h 00026 * 00027 * @see ZGlobal.h 00028 */ 00029 00030 #define EZX_KEY_VALUE_UP Qt::Key_PageUp 00031 #define EZX_KEY_VALUE_DOWN Qt::Key_PageDown 00032 #define EZX_KEY_VALUE_JOY_R Qt::Key_Return 00033 #define EZX_KEY_VALUE_HOME Qt::Key_F4 00034 #define EZX_KEY_VALUE_JOY_L Qt::Key_Up 00035 #define EZX_KEY_VALUE_JOY_M Qt::Key_Down 00036 #define EZX_KEY_VALUE_VOICE_REC Qt::Key_F2 00037 #define EZX_KEY_VALUE_ANSWER Qt::Key_F5 00038 #define EZX_KEY_VALUE_FLIP Qt::Key_F3 00039 #define EZX_KEY_VALUE_HEADSET_INT Qt::Key_F1 00040 00041 #endif //Z760_HKEY_H