Feedback on button press in settings menu
Is your feature request related to a problem? Please describe.
When configuring the "Button Shortcuts" it's not always clear which button maps to what button on the device as this is device dependent.
Describe the solution you'd like
Make the background of the settings option light up if the button is pressed while the settings menu is open.
Describe alternatives you've considered
A separate menu that shows button feedback when opened
Additional context
I'm talking about this part of the settings menu:
Additionally, it would be useful to map the move canvas tool, and the middle click action
I thought this could be done with
penshortcutrow.set_state_flags(StateFlags::SELECTED,false);
triggered from a signal coming from the canvas/canvaswrapper when the corresponding shortcut action is triggered (with some additional logic I haven't looked into implementing yet).
The issue is that this flag is set and doesn't unset, so we may have to sleep then remove the flag ? Maybe I can look into more detail if we can't have a command that triggers an animation instead.
At the very least it's pretty visible ...