On mié, 2011-10-19 at 17:21 +0300, mihkel wrote: > As I understand I need to define a custom keybinding in System > Settings-Keyboard-Shortcut keys.
No, custom keybindings in System Settings can be defined to bind an executable to a keybinding - "move_to_corner_nw" is not an executable, but a gconf key, which is there error you are seeing. System Settings does not expose all keybindings known to the WM, the one you want to set is one of them - so you'll have to fall back to setting it in gconf directly: gconftool-2 --set --type string /apps/metacity/window_keybindings/move_to_corner_nw "<ctrl><alt>z" Florian _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
