weclaw1 / image-roll

Image Roll - simple and fast GTK image viewer with basic image manipulation tools. Written in Rust.
MIT License
185 stars 10 forks source link

Add configurable gtk accelerators #21

Closed epilys closed 2 years ago

epilys commented 3 years ago

https://developer.gnome.org/gtk3/stable/gtk3-Keyboard-Accelerators.html

Some immediately useful ones:

weclaw1 commented 3 years ago

I have added left/right arrow keys to change image and +/- to zoom in caed3e1. In order to add Ctrl-Q to quit I will have to add GActions to the applications, so that will come later.

weclaw1 commented 2 years ago

I have added Ctrl-Q to quit in cb46dd220e89e759a90f04bd12be5d69abbcc063.