05-11-2016, 01:54 PM
a little bit of more information...
Starting from the version 2.0.2 the hotkey system is not allowing any key assigned to a command by default by Wings3d to be 'deleted' (unbind).
So, change the bidden key to a command to another command should be done deleting the old one and reassigning the key to the new command is impossible at this moment.
Try to "override" the key will not work too.
For you (as a coding), the default hotkey are inserted in the ets list (wings_state) in the initialization of the its module, before the preferences be processed, so the first command found for a pressed key will always be the first one in the list - the default one, not the user one.
Something to be reviewed and fixed.
Starting from the version 2.0.2 the hotkey system is not allowing any key assigned to a command by default by Wings3d to be 'deleted' (unbind).
So, change the bidden key to a command to another command should be done deleting the old one and reassigning the key to the new command is impossible at this moment.
Try to "override" the key will not work too.
For you (as a coding), the default hotkey are inserted in the ets list (wings_state) in the initialization of the its module, before the preferences be processed, so the first command found for a pressed key will always be the first one in the list - the default one, not the user one.
Something to be reviewed and fixed.