Merge pull request #109 from getsnoopy/add-keyboard-shortcuts

Add Image & Canvas size keyboard shortcuts
This commit is contained in:
Gabriel Almir 2024-07-20 13:56:02 -03:00 committed by GitHub
commit 83d9403f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@
(gtk_accel_path "<Actions>/tools/tools-mypaint-brush" "")
(gtk_accel_path "<Actions>/tools/tools-crop" "c")
(gtk_accel_path "<Actions>/tools/tools-rotate-arbitrary" "r")
(gtk_accel_path "<Actions>/image/image-scale" "<Primary><Alt>i")
(gtk_accel_path "<Actions>/image/image-resize" "<Primary><Alt>c")
(gtk_accel_path "<Actions>/image/image-duplicate" "")
(gtk_accel_path "<Actions>/view/view-shrink-wrap" "")
(gtk_accel_path "<Actions>/plug-in/file-print-gtk" "<Primary>p")