Bug#720115: re key bindings for metacity

Felix Lighter felix.lighter at gmail.com
Mon May 26 20:57:15 UTC 2014


Thanks Christoph for the only pointer to the same problem I've run
into with debian gnome 3 + metacity: that of not being able to bind
keys properly to use a multi-workspace environment (a common fixture
since the early '90s).

Here's my quick-and-dirty but effective solution:

#!/bin/sh
for i in 1 2 3 4 5 6 7 8 9 10 11 12; do
   gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-$i
"['<Alt>F$i']"
done

Regards,
Felix



More information about the pkg-gnome-maintainers mailing list