Binding "Toggle filter", which is bound to "Middle-click" by default, to "A", "Shift + A", or "Control + A" removes the ability to set or remove inventory filters or clear quickbar filters: the control will only work if bound to "Middle-click", "Left-click", "Right-click", or one of the other mouse buttons.
[1.1.85] "Toggle filter" does not work unless bound to a mouse button
- NotRexButCaesar
- Smart Inserter
- Posts: 1133
- Joined: Sun Feb 16, 2020 12:47 am
- Contact:
[1.1.85] "Toggle filter" does not work unless bound to a mouse button
Ⅲ—Crevez, chiens, si vous n'étes pas contents!
Re: [1.1.85] "Toggle filter" does not work unless bound to a mouse button
Developer note: Because of controller support, mouse-only limitation was removed from most(all controls). All controls that were mouse only need to trigger on any "controller button" so technically they should trigger correctly for any "keyboard button" also.
The fix should be that this shortcut should work correctly when mapped to "keyboard button". The reason why it works with controller buttons now is unknown, but might be related to the fact that the default binding is a special button internally that emulates mouse click.
The fix should be that this shortcut should work correctly when mapped to "keyboard button". The reason why it works with controller buttons now is unknown, but might be related to the fact that the default binding is a special button internally that emulates mouse click.
Re: [1.1.85] "Toggle filter" does not work unless bound to a mouse button
Because of code limitations, the fix for this was to not allow binding some actions like this one to anything other than mouse.
For controller it means some actions can only be bound to 2 buttons(usually A and X on xbox controller).
Fixed in Version: 1.1.86
For controller it means some actions can only be bound to 2 buttons(usually A and X on xbox controller).
Fixed in Version: 1.1.86