From 0ce2dc14e44e8049d489df4f89b7d6513d264679 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Mon, 21 Feb 2011 13:24:09 +0100 Subject: [PATCH] Disable all ctrl-alt-arrow metacity shortcuts. No need for desktop switching, just makes the users confused. Resolves: rhbz#678892 --- src/pylorax/installtree.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pylorax/installtree.py b/src/pylorax/installtree.py index c5b300b2..f936181c 100644 --- a/src/pylorax/installtree.py +++ b/src/pylorax/installtree.py @@ -397,6 +397,14 @@ class LoraxInstallTree(BaseLoraxClass): "string", "disabled"), ("/apps/metacity/global_keybindings/run_command_screenshot", "string", "disabled"), + ("/apps/metacity/global_keybindings/switch_to_workspace_down", + "string", "disabled"), + ("/apps/metacity/global_keybindings/switch_to_workspace_left", + "string", "disabled"), + ("/apps/metacity/global_keybindings/switch_to_workspace_right", + "string", "disabled"), + ("/apps/metacity/global_keybindings/switch_to_workspace_up", + "string", "disabled"), ("/desktop/gnome/interface/accessibility", "bool", "true"), ("/desktop/gnome/interface/at-spi-corba", "bool", "true")]