
PT-20 Programming Guide
The function returns an integer indicates the key click staus.The default is
enabled.
1, if key click sound is enabled.
0, if key click sound is disabled.
To enable / disable the key click sound.
void SetKeyClick(int status);
SetKeyClick(1); /* enable the key click sound */
This routine truns on or off the key click sound
1, if key click sound is enabled.
0, if key click sound is disabled.
Change progrom key 1 & 2(P1 & P2) key define.
void Def_PKey(int nPKey, char ssDef);
Def_PKey (KEY_P1, KEY_CR); /*Change P1 key to ENT key*/
This function can change the program key (P1 & P2) to other key define.
For example, change P1 key to ENT key or ESC key.
To reset all of FN-Key setting.
將所有功能鍵設定值回復預設值(Null)
If you want to set default for all FNKey.
To check the FN-Key setting that is custom or default.
char FNKey_GetState(short smKeyNum);
if (FNKey_GetState(0))
_printf(“FN + 0 key is custom setting”);
Kommentare zu diesen Handbüchern