I’m putting the unused F5 key to use on the TI-84+CE by adding a custom menu!
I’m putting the unused F5 key to use on the TI-84+CE by adding a custom menu!
I thought I figured out where in memory to store my code so that nearby keys don’t break. People on the internet said saveSScreen is a good buffer with nothing using it, and it did seem to work! I was able to call up a test menu when F5 is pressed (albeit with some visual bugs)!
Until I ran chi-square in my bio class and my calculator froze completely. I’m just glad it wasn’t during a test.
Log in to leave a comment
I floundered around with assembly and hooks before figuring out that I need to use a combination of a GetKeyHook and a system flag for the alpha key modifier to detect F5! And broke the emulator lots doing it (as seen in the pics).
Some blunders I’ve had:
Thank you so much to this one french guy from a calculator forum in 2015 who had a working calculator-wide shortcut key that saved me from hook purgatory
Note: I have 8+ unlogged hours on this;; because SPASM doesn’t work with a mac and I don’t know how to set up hackatime with docker containers.
Log in to leave a comment