Here is some script I made today that turns the Hazard lights on\off using a second controller or button box.
I know that the on\off buttons are mapped to key_9 for "ON" & key_0 for "OFF".
So i had to write 6 files to make this work
(Hense the "too" button operation lol)
Included is a read_me & a picture for the ctrl+f_ mapping.
Looking for input on building a script like the The F9->F10->F11->F12 cycle. In my case I want to configure a rotary encoder to scroll thru and display a list of messages as configured in the F9-F12 and CtrlF9-F12 hotkey bindings. I assume each .lfs file could /echo the messages and bind the associated hotkey to a button. Then once the message you want is showing, pressing the button sends the message. Can the scripts be designed so you can scroll either up or down thru the list?