Disable all ctrl-alt-arrow metacity shortcuts.
ack
On Mon, 2011-02-21 at 13:31 +0100, Ales Kozumplik wrote:
> No need for desktop switching, just makes the users confused.
>
> Resolves: rhbz#678892
> ---
> src/pylorax/installtree.py | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/src/pylorax/installtree.py b/src/pylorax/installtree.py
> index 9883bba..5633261 100644
> --- a/src/pylorax/installtree.py
> +++ b/src/pylorax/installtree.py
> @@ -424,6 +424,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")]
>
--
Martin Gracik <mgracik@redhat.com>
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|