Lemmings Forums

NeoLemmix => Community Edition => Game Bugs & Suggestions => Topic started by: WillLem on July 20, 2026, 11:47:09 PM

Title: [✓][BUG][PL] Selection isn't saved when setting 'Skill Button' hotkey
Post by: WillLem on July 20, 2026, 11:47:09 PM
Copied over from this topic (https://www.lemmingsforums.net/index.php?msg=109365).

Quote from: darkshoxx on July 18, 2026, 09:44:49 PMah yes, if you want to assign a key to "Select Skill Button", you can select which number skill button to assign it to, but there's no way to then "confirm" that number.
Neither choosing "Save & Close" nor selecting a different key will actually save the selection you made, my workaround was to swap to a different effect on the same key and then going back to "Select Skill Button". That worked for me.
Title: Re: [?][BUG][PL] Selection isn't saved when setting 'Skill Button' hotkey
Post by: WillLem on July 21, 2026, 01:24:21 AM
Confirmed.

The event handler for the control was unlinked (a symptom of having ported this code over from SuperLemmix). All controls have now been double-checked and updated as necessary.

I've also refactored the list handling a bit so that only the currently-being-edited item updates (rather than the entire list!), making the UI a bit snappier.

Fixed in NLCEPlayer commit ebc4405.