Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotkeys for cheat edit/search don't show. #933

Open
ImSpecial opened this issue Jul 11, 2024 · 3 comments
Open

Hotkeys for cheat edit/search don't show. #933

ImSpecial opened this issue Jul 11, 2024 · 3 comments

Comments

@ImSpecial
Copy link

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.)

1.62.3:
hotkeys show 1 62 3

1.63.0:
hotkeys no-show 1 63

I'm not crazy:
hotkey set

@bearoso
Copy link
Collaborator

bearoso commented Jul 12, 2024

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?

@ImSpecial
Copy link
Author

IIRC, I do use 125% DPI scaling.

@OV2
Copy link
Collaborator

OV2 commented Jul 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants