From e75ce2eb5798167383b2df88ccb0e91475b6f8a8 Mon Sep 17 00:00:00 2001 From: Gabriel Almir Date: Sun, 29 Jan 2023 15:29:04 -0300 Subject: [PATCH] Add Layer and Color Dialog Shorcut @lucasgabmoreno suggested this as issue#86 --- .var/app/org.gimp.GIMP/config/GIMP/2.10/menurc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.var/app/org.gimp.GIMP/config/GIMP/2.10/menurc b/.var/app/org.gimp.GIMP/config/GIMP/2.10/menurc index 36684ac..381b614 100755 --- a/.var/app/org.gimp.GIMP/config/GIMP/2.10/menurc +++ b/.var/app/org.gimp.GIMP/config/GIMP/2.10/menurc @@ -27,3 +27,5 @@ (gtk_accel_path "/tools/tools-scale" "t") (gtk_accel_path "/image/image-merge-layers" "") (gtk_accel_path "/tools/tools-eraser" "e") +(gtk_accel_path "/dialogs/dialogs-colors" "F6") +(gtk_accel_path "/dialogs/dialogs-layers" "F7")