Version: 0.6.0 Win 32 bit
Type: Input problem
Steps to reproduce:
- Rebind 'Set filter' in options > controls > inventory tab
- Attempt to set a filter on hotbar using new binding
Notes:
Holding down the newly bound key while middle-clicking (the default binding) performs the expected function.
[0.6.0][UI]'Set Filter' does not respect binding
Re: [0.6.0][UI]'Set Filter' does not respect binding
I couldn't reproduce this. I reset the set filter on alt + left click / alt + right click and it works just fine. I don't even have the middle button though (I have apple mouse).
Re: [0.6.0][UI]'Set Filter' does not respect binding
Interesting, it's consistent across two (x86/x64) windows platforms I tested. I'll test linux and osx once I get access to those platforms.
Update: Looks like it might have something to do with requiring a mouse click, the function seems to require a left/right/middle mouse click, try setting the binding to just "L" or some other unused key. Alt+left/right/middle mouse worked for me as well, a keyboard-only binding did not.
Update: Looks like it might have something to do with requiring a mouse click, the function seems to require a left/right/middle mouse click, try setting the binding to just "L" or some other unused key. Alt+left/right/middle mouse worked for me as well, a keyboard-only binding did not.
Re: [0.6.0][UI]'Set Filter' does not respect binding
Oh, that is actually true. I haven't even though about you would do it other way. Sorry
The thing is that the event captures is mouse down (or mouse click not sure).

Re: [0.6.0][UI]'Set Filter' does not respect binding
I'd consider this very low priority at any rate, I only even ran into it because I was trying to figure out what the conditions were for the entity inventory set filter crash.