Results 1 to 2 of 2

Thread: How to eliminate rogue keybinding?

  1. #1
    Join Date
    Jun 2008
    Beans
    17

    Angry How to eliminate rogue keybinding?

    To access my 10 virtual desktops, I do the following:

    Code:
    for i in 1 2 3 4 5 6 7 8 9 10; do
    	dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-$i "['<Super>${i: -1}']"
    	dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-$i "['<Alt><Super>${i: -1}']"
    done
    On inspection, these settings are still successful.

    However, since 19.04, the combinations with 7, 8 & 9 no longer have any effect. <Super>7 instead pops up an annoying help window. I can't find where that overriding key binding comes from.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to eliminate rogue keybinding?

    Pick a different GUI? There are about 50 choices.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •