What should I look for inside a decompiled exe to change hotkeys?
Context- I got a menu with default control keys like numpad* to open the menu, 2846 for up down left right, etc. I asked the dev to add option to change the keys, he just replied "not yet". As I don't pay him, he shares his work for free I don't want to bother him.
I'm using ghidra for the first time and I can't find anything that relates to the hotkeys/userinput...
I got headers, .text, .rdata, etc. In Program trees. Imports, Exports, a lot of functions inside "Functions" in Symbols tree, I guess these are basic common things.
Is there a phrase, text pattern where the keyboard control keys are declared?