hotkey.h

来自「一个很有名的浏览器」· C头文件 代码 · 共 21 行

H
21
字号
/* Hotkeys handling. *//* $Id: hotkey.h,v 1.8 2004/08/03 21:25:00 zas Exp $ */#ifndef EL__BFU_HOTKEY_H#define EL__BFU_HOTKEY_Hstruct menu;struct terminal;/* int find_hotkey_pos(unsigned char *text); */void init_hotkeys(struct terminal *term, struct menu *menu);#ifdef ENABLE_NLSvoid clear_hotkeys_cache(struct menu *menu);#endifvoid refresh_hotkeys(struct terminal *term, struct menu *menu);/* int is_hotkey(struct menu_item *item, unsigned char key, struct terminal *term); */int check_hotkeys(struct menu *menu, unsigned char hotkey, struct terminal *term);int check_not_so_hot_keys(struct menu *menu, unsigned char key, struct terminal *term);#endif

⌨️ 快捷键说明

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