GrafX2 2.9.3227
The ultimate 256-color painting program
|
#include <hotkeys.h>
Data Fields | |
word | Number |
Identifier for shortcut. This is a number starting from 0, which matches T_Config_shortcut_info.Number. More... | |
char | Label [36] |
Text to show in the screen where you can edit the shortcut. More... | |
char | Explanation1 [37] |
Explanation text (1/3) to show in the screen where you can edit the shortcut. More... | |
char | Explanation2 [37] |
Explanation text (2/3) to show in the screen where you can edit the shortcut. More... | |
char | Explanation3 [37] |
Explanation text (3/3) to show in the screen where you can edit the shortcut. More... | |
bool | Suppr |
Boolean, true if the shortcut can be removed. More... | |
word | Key |
Primary shortcut. Value is a keycode, see keyboard.h. More... | |
word | Key2 |
Secondary shortcut. Value is a keycode, see keyboard.h. More... | |
word T_Key_config::Number |
Identifier for shortcut. This is a number starting from 0, which matches T_Config_shortcut_info.Number.
Referenced by Save_CFG().
char T_Key_config::Label[36] |
Text to show in the screen where you can edit the shortcut.
char T_Key_config::Explanation1[37] |
Explanation text (1/3) to show in the screen where you can edit the shortcut.
char T_Key_config::Explanation2[37] |
Explanation text (2/3) to show in the screen where you can edit the shortcut.
char T_Key_config::Explanation3[37] |
Explanation text (3/3) to show in the screen where you can edit the shortcut.
bool T_Key_config::Suppr |
Boolean, true if the shortcut can be removed.
word T_Key_config::Key |
Primary shortcut. Value is a keycode, see keyboard.h.
Referenced by Find_default_shortcut(), Set_config_defaults(), and Window_set_shortcut().
word T_Key_config::Key2 |
Secondary shortcut. Value is a keycode, see keyboard.h.
Referenced by Set_config_defaults(), and Window_set_shortcut().