Page 1 of 1

[0.6.0][UI]'Set Filter' does not respect binding

Posted: Fri Jul 26, 2013 8:52 pm
by Cerus
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.

Re: [0.6.0][UI]'Set Filter' does not respect binding

Posted: Sat Jul 27, 2013 10:11 am
by slpwnd
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

Posted: Sat Jul 27, 2013 7:27 pm
by Cerus
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.

Re: [0.6.0][UI]'Set Filter' does not respect binding

Posted: Sat Jul 27, 2013 8:30 pm
by slpwnd
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

Posted: Sun Jul 28, 2013 8:49 pm
by Cerus
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.