📄 fip_scancodes.h
字号:
/* * Push button scancodes for PROSONIC (V) player * * Copyright(c) 2002 Sigma Designs, Inc. * Author: Markus Brenner * September 2002 */#ifndef _FIP_SCANCODES_PROSONIC_H#define _FIP_SCANCODES_PROSONIC_H#define SC_PANEL_RELEASE 0x00000000#define SC_PANEL_REV 0x00000008#define SC_PANEL_FWD 0x00000080#define SC_PANEL_PREV 0x00000800#define SC_PANEL_NEXT 0x00008000#define SC_PANEL_EJECT 0x00000004#define SC_PANEL_PLAY 0x00000040#define SC_PANEL_PAUSE 0x00000400#define SC_PANEL_STOP 0x00000002#define SC_PANEL_NAV_UP 0x00000020#define SC_PANEL_NAV_RIGHT 0x00000200#define SC_PANEL_NAV_DOWN 0x00000001#define SC_PANEL_NAV_LEFT 0x00000010#define SC_PANEL_NAV_ENTER 0x00000100#undef SC_PANEL_POWER#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -