Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add keyboard shortcut and setting to increase text size (fixes #978)add-kbd-shortcut-to-zoom-text | Miquel Lionel | 2023-10-18 | 1 | -0/+18 |
| | | | | | * Can zoom in / out or reset zoom levels via shortcuts * Can change zoom value via global preferences window | ||||
* | application: Load help overlay automatically | Christopher Davis | 2023-07-08 | 1 | -0/+68 |
GTK automatically loads and sets up the action and keyboard shortcut for the Keyboard Shortcuts dialog. We don't need to manually do it as long as we put everything in the right place. See https://docs.gtk.org/gtk4/class.Application.html#automatic-resources |