Q-Code User Manual
Ver. 7.0 2021/11/30
265
[QFID]
QFIDGroup0_0: TR1 TR2 X /TR4
[Path]
PowerOn
:
QFIDGroup0_0
; Set QFID State to QFIDGroup0_0.
4.31.7 Key_CLR
This command is for clearing current key state. Once it is cleared, the key will be rescanned.
Ex.
[Input_State]
KEY1: TR1 TR2
[Path]
PowerOn
: KEY1
; Set input state KEY1.
TR1: PlayV(Ch0, $V0), KEY_CLR
; Execute PLAYV(ch0,$V0) after clicking TR1, then execute KEY_CLR command to clear current
key state and rescan key state. After the playback of V0 is finished, the program will continue
the execution of PLAYV(ch0, $V0) if TR1 is being held. If TR1 is not held, the program will enter
sleep mode.
4.31.8 Key_ON
This command is for activating scan key function. When user activates Key_ON command, the system
will continually scan key.
Note: The system default is Key_ON. It is not necessary that user activate additional Key_ON
command after PowerOn.
4.31.9 Key_OFF
This command is for turning off scan key function. When user turns off scan key function, the key will
not be scanned.
Ex.
[Input_State]
KEY1: TR1
[Path]
PowerOn
: KEY_OFF, DELAY(0.3), KEY1, KEY_ON
; Scan key will be turned off as PowerOn and activated until 0.3 seconds after PowerOn.