GrafX2 2.9.3227
The ultimate 256-color painting program
T_Key_config Struct Reference

#include <hotkeys.h>

+ Collaboration diagram for T_Key_config:

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...
 

Field Documentation

◆ Number

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().

◆ Label

char T_Key_config::Label[36]

Text to show in the screen where you can edit the shortcut.

◆ Explanation1

char T_Key_config::Explanation1[37]

Explanation text (1/3) to show in the screen where you can edit the shortcut.

◆ Explanation2

char T_Key_config::Explanation2[37]

Explanation text (2/3) to show in the screen where you can edit the shortcut.

◆ Explanation3

char T_Key_config::Explanation3[37]

Explanation text (3/3) to show in the screen where you can edit the shortcut.

◆ Suppr

bool T_Key_config::Suppr

Boolean, true if the shortcut can be removed.

◆ Key

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().

◆ Key2

word T_Key_config::Key2

Secondary shortcut. Value is a keycode, see keyboard.h.

Referenced by Set_config_defaults(), and Window_set_shortcut().


The documentation for this struct was generated from the following file: