Disable all ctrl-alt-arrow metacity shortcuts.
No need for desktop switching, just makes the users confused. Resolves: rhbz#678892
This commit is contained in:
parent
28252ea544
commit
0ce2dc14e4
@ -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")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user