Hello, i was wondering if this is doable, i want to have a button that changes the hotkey file in the background, assuming that i saved two hotkey files, and that button would toggle between the two or if its not achievable two buttons for each hotkey file would do it to, much appreciation really this is a huge thing for me if it could be achieved !
so basically you just use [FileNameSetNext] to define the file path, and [IPress] on Preferences:Hotkeys:Load.
[FileNameSetNext, "hotkeys_01.txt"]
[IPress, "Preferences:Hotkeys:load"]
And about the toggle, you need to write somewhere which hotkeys files has been loaded the last time your press that button, and adjust the file path on the [FileNameSetNext]
Hope this helps,
Nicolas
1 Like
you saved my day, thank you very much <3