[Request] Add Layer and Color Dialog Shorcut #98

Closed
opened 2026-04-05 19:44:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @lucasgabmoreno on 11/17/2022

Adobe Photoshop uses F6 and F6.
Just change these lines into menurc:

(gtk_accel_path "<Actions>/dialogs/dialogs-colors" "F6")
(gtk_accel_path "<Actions>/dialogs/dialogs-layers" "F7")

PhotoGIMP is awesome!
Thanks!

*Originally created by @lucasgabmoreno on 11/17/2022* Adobe Photoshop uses F6 and F6. Just change these lines into menurc: ``` (gtk_accel_path "<Actions>/dialogs/dialogs-colors" "F6") (gtk_accel_path "<Actions>/dialogs/dialogs-layers" "F7") ``` PhotoGIMP is awesome! Thanks!
Sign in to join this conversation.