Results 543 comments of ahrm

There is a preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0.

Yes, but please include the warning in the preview releaes page: ``` The database of this alpha release is incompatible with old database files. Make sure you backup your local.db...

You can change the font size using `keyboard_select_font_size` config.

Which sioyek version are you using? Does it happen on the preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0?

Does the issue happen with the preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0?

I think we unbounded the hard-coded bindings for that. Now can you manually configure it like so: ``` [m]control_menu(down) ```

The `[m]` means this binding is only active in menus. `` is just capital `J` which obvious can't be bound when inside menus. If you want to bind it outside...

I think this was a macos-specific bug in Qt that should be fixed in the development branch since we upgraded the Qt version.

Interesting, unfortunately I can't reproduce this issue on my linux machine with i3wm or gnome. I will have to fire up a VM with KDE plasma to see if I...

The main thing is to figure out if the `mouseMoveEvent` in `main_widget.cpp` is fired when moving the mouse or not. Also you can create a simple minimal Qt application and...