Page 1 of 1
[kovarex] [0.16.36] Backspace doesn't work
Posted: Wed Apr 04, 2018 9:17 pm
by _npo6ka_
I have a single FNEI mod installed. This mod has an action on the backspace key, and because of this, backspace works in other elements of the gui game in a somewhat inaccurate way.
coderpatsy wrote:When you click on an inserter with a stack capacity bonus, there's an input to change the max items it can pick up at once. When I have FNEI on, pressing the backspace key on a keyboard doesn't delete characters in that input, unless I press and hold the key.
Here is a screencap showing this in action. I am currently clicking the backspace key, and it is not deleting the 2.
To be clear, the On Screen Keyboard functions identically to any other keyboard, I just used it for showing this weird bug.
Re: [0.16.36] Backspace doesn't work
Posted: Wed Apr 04, 2018 9:54 pm
by Bilka
NaB, the hotkey of the mod is set to consuming="all", which does exactly what it should: Consume game inputs.
Re: [0.16.36] Backspace doesn't work
Posted: Thu Apr 05, 2018 12:19 pm
by _npo6ka_
Bilka wrote:NaB, the hotkey of the mod is set to consuming="all", which does exactly what it should: Consume game inputs.
Then why are the symbols removed when you press and hold the key?
Re: [0.16.36] Backspace doesn't work
Posted: Thu Apr 05, 2018 2:49 pm
by Dominik
Just guessing - holding triggers different type of event that gets through (which i suppose it should not). But that depends on details really.
Did you try to ask the mod creator first?
If I were to use a mod that alters keyboard behavior and then some key does not work in the game as it should, I would not go to post it to the game bug forum....
Re: [0.16.36] Backspace doesn't work
Posted: Sun Apr 08, 2018 9:57 pm
by _npo6ka_
Dominik wrote:Just guessing - holding triggers different type of event that gets through (which i suppose it should not). But that depends on details really.
Did you try to ask the mod creator first?
If I were to use a mod that alters keyboard behavior and then some key does not work in the game as it should, I would not go to post it to the game bug forum....
In the mod the flag is set: consuming = "all".
I think that no events related to this key should pass through the mod that uses this key combination.
Re: [kovarex] [0.16.36] Backspace doesn't work
Posted: Tue May 22, 2018 11:16 am
by kovarex
I tried it again in 0.16.44 and it works properly, so it was probably fixed by the key - blocking logic fixes we've done with Dominik recently.
Re: [kovarex] [0.16.36] Backspace doesn't work
Posted: Tue May 22, 2018 11:49 am
by _npo6ka_
kovarex wrote:I tried it again in 0.16.44 and it works properly, so it was probably fixed by the key - blocking logic fixes we've done with Dominik recently.
Ok, thank you!