diff --git a/ChangeLog b/ChangeLog index b80751e38..cc8fb373a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-24 Yanko Kaneti + + * src/metacity.schemas.in.in: add screenshot commands which had + mistakenly been removed; closes #564343, Launchpad bug 298463, + Red Hat bug 474635, and probably others. + 2008-12-24 Thomas Thurman * src/include/all-keybindings.h: fix move_to_corner_se diff --git a/src/metacity.schemas.in.in b/src/metacity.schemas.in.in index b3a0ec407..41b7c267d 100644 --- a/src/metacity.schemas.in.in +++ b/src/metacity.schemas.in.in @@ -467,6 +467,38 @@ + + /schemas/apps/metacity/keybinding_commands/command_screenshot + /apps/metacity/keybinding_commands/command_screenshot + metacity + string + gnome-screenshot + + The screenshot command + + The /apps/metacity/global_keybindings/run_command_screenshot + key defines a keybinding which causes the command specified + by this setting to be invoked. + + + + + + /schemas/apps/metacity/keybinding_commands/command_window_screenshot + /apps/metacity/keybinding_commands/command_window_screenshot + metacity + string + gnome-screenshot --window + + The window screenshot command + + The /apps/metacity/global_keybindings/run_command_window_screenshot + key defines a keybinding which causes the command specified + by this setting to be invoked. + + + +