rnote icon indicating copy to clipboard operation
rnote copied to clipboard

Feedback on button press in settings menu

Open TimoNotThy opened this issue 9 months ago • 2 comments

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: Image

TimoNotThy avatar Feb 27 '25 12:02 TimoNotThy

Additionally, it would be useful to map the move canvas tool, and the middle click action

PanManOnTheXan avatar Mar 06 '25 10:03 PanManOnTheXan

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 ...

Image

Doublonmousse avatar Mar 22 '25 18:03 Doublonmousse