Comment 15 for bug 1074426

Revision history for this message
singularo (simon-iseek) wrote :

I couldn't wait for this to be solved, so with some help from here:

http://askubuntu.com/questions/211851/how-to-set-keyboard-shortcuts-from-a-script

I figured out that you can do a scmall script like this, or put the commands in your .bashrc

#!/bin/bash
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-1 "['<Alt>1']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-2 "['<Alt>2']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-3 "['<Alt>3']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-4 "['<Alt>4']"