;To indicate hex value, please use prefix '0x' or '0X', or it is recognized as a demical.

;target_scancode gives the type, code and value of the scan input event.
;ref_scancode is the input event immediately after scan input event.
;target_scancode_times indicates the times that scan input event comes when pressing 'Touchpad Toggle key'.

target_scancode = 0x4, 0x4, 0x9e	;event_type, event_code, event_value
ref_scancode = 0x1, 0xbf		;event_type, event_code
target_scancode_times = 1		;support 0, 1 or 2
