Hotkeys for cheat edit/search don't show.
ImSpecial opened this issue · 3 comments
This is just a display issue, they still work. Anyway, I noticed in 1.63 that they were not showing which lead me to believe they were either removed or that they were not mapped correctly, they were. This is minor but kinda annoying, especially if I take a long break and come back, I won't remember the exact hotkeys...
(Oh, and the "Cheat Search Dialog" is kinda cut off.)
I don't know why this was done, but I can guess. Making the hotkeys configurable means the menu can't have the entries hard-coded. They have to be handled manually instead of by the menu API.
As for the binding dialog--it just didn't allocate enough space to accommodate the font size. Looks like 125% scale maybe?
IIRC, I do use 125% DPI scaling.
Making the hotkeys configurable means the menu can't have the entries hard-coded. They have to be handled manually instead of by the menu API.
That's exactly the reason why I removed them.
I'll take a look at the increased scaling when I can find the time.