We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Holding a modifier breaks out of the gridmenu_category code, making this function impossible to use with modifiers held:
gridmenu_category
Beyond-All-Reason/luaui/Widgets/gui_gridmenu.lua
Lines 1030 to 1031 in 83d62f8
Allow gridmenu_category to be bound to key combinations which include modifiers
gridmenu_category is unusable when bound to for example Ctrl+Z/X/C/V instead of the same without the Ctrl key
Ctrl+Z/X/C/V
Ctrl
@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
if...return
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Holding a modifier breaks out of the
gridmenu_category
code, making this function impossible to use with modifiers held:Beyond-All-Reason/luaui/Widgets/gui_gridmenu.lua
Lines 1030 to 1031 in 83d62f8
Expected Behaviour
Allow
gridmenu_category
to be bound to key combinations which include modifiersActual Behaviour
gridmenu_category
is unusable when bound to for exampleCtrl+Z/X/C/V
instead of the same without theCtrl
keyOther
@badosu on Discord said that the removal of this
if...return
should probably be done in conjunction with un-hardcoding the "factory ones" as wellThe text was updated successfully, but these errors were encountered: