Hello. I just downloaded your script (it's amazing) but, for now, I only want to use the Custom Keyboard script. Which parts of the script do I extract to use it? I tried extracting only the script which obviously applied to it at the beginning of Part 2, but it didn't work. I'm sorry if this has been asked already.
Note: I placed the script in Main and the errors don't occur until the script gets to the parts in the Scene_X where the Input.trigger? has been physically changed. For example, in Scene_Title, Input.trigger?(Input::C) makes the default Action button controls work (Spacebar, Enter, etc.), whereas Input.trigger?(Input::Key['C']) ends up with a syntax error.
Thank you for the help in advance.
--Miyu