Created
February 12, 2024 17:54
-
-
Save magdesign/085344b504409839e791378dbb5aa792 to your computer and use it in GitHub Desktop.
powerbutton_four
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type": "event", | |
| "event_name": "power_pressed", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "powerbutton_three" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "power_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "powerbutton_one" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "power_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "powerbutton_two" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "power_released", | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "powerbutton_three" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "power_released", | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "powerbutton_four" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "voldown_pressed", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "voldown_three" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "voldown_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "voldown_one" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "voldown_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "voldown_two" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "voldown_released", | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "voldown_three" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "volup_pressed", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "volup_three" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "volup_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "volup_one" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "volup_released", | |
| "transitions": [ | |
| { | |
| "type": "delay", | |
| "delay_duration": 400000000, | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "volup_two" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "event", | |
| "event_name": "volup_released", | |
| "transitions": [ | |
| { | |
| "type": "exec", | |
| "command": [ | |
| "setsid", | |
| "-f", | |
| "sxmo_hook_inputhandler.sh", | |
| "volup_three" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment