Allows us to send any keyboard input via config.txt
Like title says like us to do that, this way we can have a fully configurable script allowing us to do things such us
Control + key hotkeys (at this moment you can put a key and then Ctrl = true, but this doesn't work because it doesn't send the text input and Ctrl keys stuck, idk why) Custom messages "Sorry item has been sold!" Thanks to being able to do ^{enter}
Of course this would make the config.txt much larger since you would need to write every keyinput there but at the end is a huge QoL for us, the users, also it would make the code smaller since every specific method would be removed.
Thanks for your time.
Some examples Ctrl + 3 = {enter}/delve{enter} Ctrl + 2 = ^{enter}Sorry this item has been sold!{enter} Ctrl + 1 = ^{enter}Busy at this moment, could you wait 2min?{enter}
i'll add an option for it