diff --git a/ChangeLog b/ChangeLog index e6d5db525e..daa51d7faf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Sven Neumann + + * etc/ps-menurc: minor update for 2.4. Removed bindings for brush + radius as these keys are now bound by default. + 2007-09-08 Sven Neumann * app/tools/gimpforegroundselecttoolundo.c: removed unused variable. diff --git a/etc/ps-menurc b/etc/ps-menurc index 60911f82cc..458682d0fc 100644 --- a/etc/ps-menurc +++ b/etc/ps-menurc @@ -1,7 +1,7 @@ -; This file installs keyboard shortcuts from Photoshop 6 in GIMP 2.2. +; This file installs keyboard shortcuts from Photoshop 6 in GIMP. ; ; Rename it to 'menurc' and place it into your personal GIMP directory: -; ~/.gimp-2.2 folder (Linux) or C:\Documents and Settings\\.gimp-2.2 +; ~/.gimp-2.4 folder (Linux) or C:\Documents and Settings\\.gimp-2.4 ; folder (Windows). ; ; There is a web-page describing these keybindings at @@ -104,14 +104,12 @@ (gtk_accel_path "/layers/layers-merge-down" "e") (gtk_accel_path "/layers/layers-raise" "bracketright") (gtk_accel_path "/layers/layers-anchor" "h") -(gtk_accel_path "/context/context-brush-radius-decrease-skip" "bracketleft") (gtk_accel_path "/edit/edit-named-cut" "") (gtk_accel_path "/file/file-revert" "F12") (gtk_accel_path "/tools/tools-smudge" "") (gtk_accel_path "/drawable/drawable-desaturate" "u") (gtk_accel_path "/layers/layers-select-top" "braceright") (gtk_accel_path "/dialogs/dialogs-document-history" "h") -(gtk_accel_path "/context/context-brush-radius-increase-skip" "bracketright") (gtk_accel_path "/select/select-float" "") (gtk_accel_path "/drawable/drawable-invert" "i") (gtk_accel_path "/context/context-brush-select-previous" "comma")