kckey.h

来自「可以播放MP3,wma等文件格式的播放器」· C头文件 代码 · 共 19 行

H
19
字号
// Taken from the KDE libraries.// This file has been automatically genrated by "generate_keys.sh" // Distributed under the GNU Library General Public License #ifndef KCKEY_H #define KCKEY_H typedef struct { 	const char *name; 	int code; } KKeys; #define MAX_KEY_LENGTH           15   // should be calculated (gawk ?) #define MAX_KEY_MODIFIER_LENGTH   21  // "SHIFT + CRTL + ALT + " :  #define MAX_FCTN_LENGTH           50  // arbitrary limit #define NB_KEYS                 234 extern const KKeys KKEYS[NB_KEYS]; #endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?