Doublonmousse
Doublonmousse
mh ... Do you build with `meson` ? I'm having similar issue but on main directly with different behavior between a `flatpak` build and a `meson` one (the shortcuts `ctrl+1`...
Traced the `ctrl+i` shortcuts not working to a commit, should be fixed with #1515. I probably was on a not up-to-date branch so I didn't bissect this last time
For me this looks good. The control shortcuts being the full list from 1 to 9 makes the shortcut window a little bit larger, but it's not a problem I...
I thought this could be done with ```rs 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...
This also fixes #1128
This looks good! Initially, something similar was explored in #1177, but as this other PR touches on the file format (and we don't want to change it every morning) it'll...
I'm testing so see whether this works well with the file watcher and I'm encountering an issue. For now I'm doing the following - open rnote - edit the document...
After some debugging following #832 on windows, and knowing that gtk is the one handling pen events and reporting them back to rnote, I found that - gtk does not...
So I managed to fix it downstream (on a fork) but for now it's a proof of concept than anything else (I'm using unsafe commands and static mutable variables for...
You commented on https://github.com/flxzt/rnote/issues/705 but the issue is different (persisting between sessions vs some button presses not registered by gtk) so I don't know what to think of this... I...