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

gridmenu_category can not be used with modifier keys #3867

Open
Azzurite opened this issue Oct 21, 2024 · 0 comments
Open

gridmenu_category can not be used with modifier keys #3867

Azzurite opened this issue Oct 21, 2024 · 0 comments
Labels
Bug Something isn't working Widget Unsynced gameplay and UI code

Comments

@Azzurite
Copy link

Azzurite commented Oct 21, 2024

Description

Holding a modifier breaks out of the gridmenu_category code, making this function impossible to use with modifiers held:

if alt or ctrl or meta then
return

Expected Behaviour

Allow gridmenu_category to be bound to key combinations which include modifiers

Actual Behaviour

gridmenu_category is unusable when bound to for example Ctrl+Z/X/C/V instead of the same without the Ctrl key

Other

@badosu on Discord said that the removal of this if...return should probably be done in conjunction with un-hardcoding the "factory ones" as well

@Azzurite Azzurite added the Bug Something isn't working label Oct 21, 2024
@Azzurite Azzurite changed the title gridmenu_category can not be bound with modifier keys gridmenu_category can not be used with modifier keys Oct 21, 2024
@SethDGamre SethDGamre added the Widget Unsynced gameplay and UI code label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Widget Unsynced gameplay and UI code
Projects
None yet
Development

No branches or pull requests

2 participants