Gnome: Keyboard shortcut to move to workspace 7 (or higher)
up vote
2
down vote
favorite
In Gnome I can have a fixed number of workspaces. As I have ten number keys, I have created ten workspaces. So I want Super+1 to switch to workspace 1, Super+2 to switch to workspace 2 and so on. I can acchieve this by running the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Super>1']"
This works for all 10 workspaces.
Now, similar, I want to assign Super+Shift+1 to move the current window to workspace 1. So I tried the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['<Shift><Super>exclam']"
This works fine for workspaces 1-6. Starting with workspace 7, Super+Shift+7 or <Shift><Super>slash
(German keyboard) does not trigger anything - though if I assign it to another action the keyboard shortcut works.
How can I enable the move-to-workspace
keyboard shortcuts for workspaces with numbers greater than 6?
gnome keyboard shortcut-keys workspaces dconf
add a comment |Â
up vote
2
down vote
favorite
In Gnome I can have a fixed number of workspaces. As I have ten number keys, I have created ten workspaces. So I want Super+1 to switch to workspace 1, Super+2 to switch to workspace 2 and so on. I can acchieve this by running the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Super>1']"
This works for all 10 workspaces.
Now, similar, I want to assign Super+Shift+1 to move the current window to workspace 1. So I tried the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['<Shift><Super>exclam']"
This works fine for workspaces 1-6. Starting with workspace 7, Super+Shift+7 or <Shift><Super>slash
(German keyboard) does not trigger anything - though if I assign it to another action the keyboard shortcut works.
How can I enable the move-to-workspace
keyboard shortcuts for workspaces with numbers greater than 6?
gnome keyboard shortcut-keys workspaces dconf
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
In Gnome I can have a fixed number of workspaces. As I have ten number keys, I have created ten workspaces. So I want Super+1 to switch to workspace 1, Super+2 to switch to workspace 2 and so on. I can acchieve this by running the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Super>1']"
This works for all 10 workspaces.
Now, similar, I want to assign Super+Shift+1 to move the current window to workspace 1. So I tried the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['<Shift><Super>exclam']"
This works fine for workspaces 1-6. Starting with workspace 7, Super+Shift+7 or <Shift><Super>slash
(German keyboard) does not trigger anything - though if I assign it to another action the keyboard shortcut works.
How can I enable the move-to-workspace
keyboard shortcuts for workspaces with numbers greater than 6?
gnome keyboard shortcut-keys workspaces dconf
In Gnome I can have a fixed number of workspaces. As I have ten number keys, I have created ten workspaces. So I want Super+1 to switch to workspace 1, Super+2 to switch to workspace 2 and so on. I can acchieve this by running the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Super>1']"
This works for all 10 workspaces.
Now, similar, I want to assign Super+Shift+1 to move the current window to workspace 1. So I tried the following command for each workspace:
dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['<Shift><Super>exclam']"
This works fine for workspaces 1-6. Starting with workspace 7, Super+Shift+7 or <Shift><Super>slash
(German keyboard) does not trigger anything - though if I assign it to another action the keyboard shortcut works.
How can I enable the move-to-workspace
keyboard shortcuts for workspaces with numbers greater than 6?
gnome keyboard shortcut-keys workspaces dconf
asked Apr 30 at 19:40
msrd0
193110
193110
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030283%2fgnome-keyboard-shortcut-to-move-to-workspace-7-or-higher%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password