?? keydef.h
字號:
/* Copyright 1997, ESS Technology, Inc. */
/* SCCSID @(#)keydef.h 1.4 4/23/98 */
/*
* $Log$
*/
/**************************************************************
* NOTE :
* If KEYS definitions are changed, the KEYS definitions
* in the play.c should also changed.
**************************************************************/
/*- key definations ---------------------------------------------------------*/
#define NO_KEY (-1)
#define KEY_0 0x00
#define KEY_1 0x01
#define KEY_2 0x02
#define KEY_3 0x03
#define KEY_4 0x04
#define KEY_5 0x05
#define KEY_6 0x06
#define KEY_7 0x07
#define KEY_8 0x08
#define KEY_9 0x09
#define KEY_PLUS_10 0x0a
#define KEY_PLUS 0x0b
#define KEY_MINUS 0x0c
#define KEY_RESUME_KEY 0x0d
#define ECHO_PLUS 0x0e
#define ECHO_MINUS 0x0f
#define SURROUND_KEY 0x10
#define VOCAL_ASSIST_KEY 0x11
#define REPEAT_KEY 0x12
#define PBC_KEY 0x13
#define TIME_KEY 0x14
#define SCREEN_ON_KEY 0x15
#define RESUME_KEY 0x16
#define MUTE_KEY 0x17
#define VOLUME_UP_KEY 0x18
#define VOLUME_DOWN_KEY 0x19
#define CLEAR_KEY 0x1a
#define PROGRAM_KEY 0x1b
#define SHUFFLE_KEY 0x1c
#define INTRO_KEY 0x1d
#define MODE_KEY 0x1e
#define PLAY_KEY 0x1f
#define STOP_KEY 0x20
#define GOTO_KEY 0x21
#define FB_KEY 0x22
#define FF_KEY 0x23
#define PAUSE_KEY 0x24
#define SLOW_KEY 0x25
#define STEP_KEY 0x26
#define ADVANCE_KEY 0x27
#define INDEX_MINUS_KEY 0x28
#define INDEX_PLUS_KEY 0x29
#define SET_A_KEY 0x2a
#define SET_B_KEY 0x2b
#define AUTO_POWER_OFF_KEY 0x2c
#define ERROR_KEY 0x2d
#define FREEZE_KEY 0x2e
#define STOPRETURN_KEY 0x2f
/* KEYS are not in the switch statements. */
#define DEFAULT_KEY 0x50
#define TRACK_SCAN_KEY 0x51
#define DISC_SCAN_KEY 0x52
#define ROTATE_CLOCK_KEY 0x53
#define ROTATE_ANTI_CLOCK_KEY 0x54
#define FIRST_DISC_KEY 0x55
#define SECOND_DISC_KEY 0x56
#define THIRD_DISC_KEY 0x57
#define BOOK_MARK_KEY 0x58
#define OSD_LANGUAGE_KEY 0x59
#define POWER_KEY 0x5a
#define EJECT_KEY 0x5b
#define PREVIOUS_KEY 0x5c
#define NEXT_KEY 0x5d
#define RETURN_KEY 0x60
#define ZOOM_IN_KEY 0x61
#define ZOOM_OUT_KEY 0x62
#define ZOOM_UP_KEY 0x63
#define ZOOM_LEFT_KEY 0x64
#define ZOOM_RIGHT_KEY 0x65
#define ZOOM_DOWN_KEY 0x66
#define TV_MODE_KEY 0x67
#ifdef SGAME
#define GAME_VIDEO_KEY 0x68
#define GAME_RESET_KEY 0x69
#endif
#define AV_SW_KEY 0x6a
#define DISC_1_EJECT_KEY 0x6b
#define DISC_2_EJECT_KEY 0x6c
#define XUECHANG_KEY 0x6d
#ifdef CUST71
#define AUDIOMODE_KEY 0x11
#define FREEZE_KEY 0x68
#define KEY_PLUS_5 0x69
#define EXCHANGE_KEY 0x6A
#endif
#define DISPLAY_KEY SCREEN_ON_KEY
#if defined(NEW_ESS_REMOTE) || defined(ESS_REMOTE) || defined(SAST_REMOTE)
#define DIGEST_KEY 0x0b
#define AUDIOMODE_KEY 0x13
#define OSD_KEY 0x26
#define SETAB_KEY 0x58
#endif
#define RESET_KEY 114
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -