How to disable/enable ctrl + alt + num pad of window positionting command?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I have referred this Link. According I have followed the instruction and disabled the shortcut keys and checked in dconf-editor it was disabled but the thing is that still shortcut keys are working fine on my end. I'm using Ubuntu VM 16.04.
gsettings list-recursively | grep move-to | grep -v disabled
org.gnome.desktop.wm.keybindings move-to-workspace-6 @as
org.gnome.desktop.wm.keybindings move-to-workspace-8 @as
org.gnome.desktop.wm.keybindings move-to-workspace-9 @as
org.gnome.desktop.wm.keybindings move-to-workspace-7 @as
org.gnome.desktop.wm.keybindings move-to-workspace-5 @as
org.gnome.desktop.wm.keybindings move-to-workspace-10 @as
org.gnome.desktop.wm.keybindings move-to-workspace-11 @as
org.gnome.desktop.wm.keybindings move-to-workspace-12 @as
org.gnome.desktop.wm.keybindings move-to-center @as
org.gnome.desktop.wm.keybindings move-to-workspace-right ['<Shift><Control><Alt>Right']
org.gnome.desktop.wm.keybindings move-to-workspace-up ['<Shift><Control><Alt>Up']
org.gnome.desktop.wm.keybindings move-to-workspace-left ['<Shift><Control><Alt>Left']
org.gnome.desktop.wm.keybindings move-to-workspace-down ['<Shift><Control><Alt>Down']
org.gnome.desktop.wm.keybindings move-to-workspace-1 @as
org.gnome.desktop.wm.keybindings move-to-workspace-2 @as
org.gnome.desktop.wm.keybindings move-to-workspace-3 @as
org.gnome.desktop.wm.keybindings move-to-workspace-4 @as
dconf dump / | grep move-to | grep -v disabled
move-to-workspace-left=['<Shift><Control><Alt>Left']
move-to-workspace-down=['<Shift><Control><Alt>Down']
move-to-workspace-up=['<Shift><Control><Alt>Up']
move-to-workspace-right=['<Shift><Control><Alt>Right']
I have tried:
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['']"
I have tried the above code. It was not disable but using compizconfig-settings-manager ->Window Management -> Grid
unselected the checkbox now it was disabling the shortcut key. I don't want to disable it using GUI or
Should I change anything in Compiz profiles - unity and unity-lowgfx
.Please advise me, if any alternative solution for this.
dconf gsettings
add a comment |Â
up vote
1
down vote
favorite
I have referred this Link. According I have followed the instruction and disabled the shortcut keys and checked in dconf-editor it was disabled but the thing is that still shortcut keys are working fine on my end. I'm using Ubuntu VM 16.04.
gsettings list-recursively | grep move-to | grep -v disabled
org.gnome.desktop.wm.keybindings move-to-workspace-6 @as
org.gnome.desktop.wm.keybindings move-to-workspace-8 @as
org.gnome.desktop.wm.keybindings move-to-workspace-9 @as
org.gnome.desktop.wm.keybindings move-to-workspace-7 @as
org.gnome.desktop.wm.keybindings move-to-workspace-5 @as
org.gnome.desktop.wm.keybindings move-to-workspace-10 @as
org.gnome.desktop.wm.keybindings move-to-workspace-11 @as
org.gnome.desktop.wm.keybindings move-to-workspace-12 @as
org.gnome.desktop.wm.keybindings move-to-center @as
org.gnome.desktop.wm.keybindings move-to-workspace-right ['<Shift><Control><Alt>Right']
org.gnome.desktop.wm.keybindings move-to-workspace-up ['<Shift><Control><Alt>Up']
org.gnome.desktop.wm.keybindings move-to-workspace-left ['<Shift><Control><Alt>Left']
org.gnome.desktop.wm.keybindings move-to-workspace-down ['<Shift><Control><Alt>Down']
org.gnome.desktop.wm.keybindings move-to-workspace-1 @as
org.gnome.desktop.wm.keybindings move-to-workspace-2 @as
org.gnome.desktop.wm.keybindings move-to-workspace-3 @as
org.gnome.desktop.wm.keybindings move-to-workspace-4 @as
dconf dump / | grep move-to | grep -v disabled
move-to-workspace-left=['<Shift><Control><Alt>Left']
move-to-workspace-down=['<Shift><Control><Alt>Down']
move-to-workspace-up=['<Shift><Control><Alt>Up']
move-to-workspace-right=['<Shift><Control><Alt>Right']
I have tried:
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['']"
I have tried the above code. It was not disable but using compizconfig-settings-manager ->Window Management -> Grid
unselected the checkbox now it was disabling the shortcut key. I don't want to disable it using GUI or
Should I change anything in Compiz profiles - unity and unity-lowgfx
.Please advise me, if any alternative solution for this.
dconf gsettings
1
I think you should check output of two commandsgsettings list-recursively | grep move-to | grep -v disabled
anddconf dump / | grep move-to | grep -v disabled
then add it to your question.
â N0rbert
Mar 14 at 11:10
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have referred this Link. According I have followed the instruction and disabled the shortcut keys and checked in dconf-editor it was disabled but the thing is that still shortcut keys are working fine on my end. I'm using Ubuntu VM 16.04.
gsettings list-recursively | grep move-to | grep -v disabled
org.gnome.desktop.wm.keybindings move-to-workspace-6 @as
org.gnome.desktop.wm.keybindings move-to-workspace-8 @as
org.gnome.desktop.wm.keybindings move-to-workspace-9 @as
org.gnome.desktop.wm.keybindings move-to-workspace-7 @as
org.gnome.desktop.wm.keybindings move-to-workspace-5 @as
org.gnome.desktop.wm.keybindings move-to-workspace-10 @as
org.gnome.desktop.wm.keybindings move-to-workspace-11 @as
org.gnome.desktop.wm.keybindings move-to-workspace-12 @as
org.gnome.desktop.wm.keybindings move-to-center @as
org.gnome.desktop.wm.keybindings move-to-workspace-right ['<Shift><Control><Alt>Right']
org.gnome.desktop.wm.keybindings move-to-workspace-up ['<Shift><Control><Alt>Up']
org.gnome.desktop.wm.keybindings move-to-workspace-left ['<Shift><Control><Alt>Left']
org.gnome.desktop.wm.keybindings move-to-workspace-down ['<Shift><Control><Alt>Down']
org.gnome.desktop.wm.keybindings move-to-workspace-1 @as
org.gnome.desktop.wm.keybindings move-to-workspace-2 @as
org.gnome.desktop.wm.keybindings move-to-workspace-3 @as
org.gnome.desktop.wm.keybindings move-to-workspace-4 @as
dconf dump / | grep move-to | grep -v disabled
move-to-workspace-left=['<Shift><Control><Alt>Left']
move-to-workspace-down=['<Shift><Control><Alt>Down']
move-to-workspace-up=['<Shift><Control><Alt>Up']
move-to-workspace-right=['<Shift><Control><Alt>Right']
I have tried:
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['']"
I have tried the above code. It was not disable but using compizconfig-settings-manager ->Window Management -> Grid
unselected the checkbox now it was disabling the shortcut key. I don't want to disable it using GUI or
Should I change anything in Compiz profiles - unity and unity-lowgfx
.Please advise me, if any alternative solution for this.
dconf gsettings
I have referred this Link. According I have followed the instruction and disabled the shortcut keys and checked in dconf-editor it was disabled but the thing is that still shortcut keys are working fine on my end. I'm using Ubuntu VM 16.04.
gsettings list-recursively | grep move-to | grep -v disabled
org.gnome.desktop.wm.keybindings move-to-workspace-6 @as
org.gnome.desktop.wm.keybindings move-to-workspace-8 @as
org.gnome.desktop.wm.keybindings move-to-workspace-9 @as
org.gnome.desktop.wm.keybindings move-to-workspace-7 @as
org.gnome.desktop.wm.keybindings move-to-workspace-5 @as
org.gnome.desktop.wm.keybindings move-to-workspace-10 @as
org.gnome.desktop.wm.keybindings move-to-workspace-11 @as
org.gnome.desktop.wm.keybindings move-to-workspace-12 @as
org.gnome.desktop.wm.keybindings move-to-center @as
org.gnome.desktop.wm.keybindings move-to-workspace-right ['<Shift><Control><Alt>Right']
org.gnome.desktop.wm.keybindings move-to-workspace-up ['<Shift><Control><Alt>Up']
org.gnome.desktop.wm.keybindings move-to-workspace-left ['<Shift><Control><Alt>Left']
org.gnome.desktop.wm.keybindings move-to-workspace-down ['<Shift><Control><Alt>Down']
org.gnome.desktop.wm.keybindings move-to-workspace-1 @as
org.gnome.desktop.wm.keybindings move-to-workspace-2 @as
org.gnome.desktop.wm.keybindings move-to-workspace-3 @as
org.gnome.desktop.wm.keybindings move-to-workspace-4 @as
dconf dump / | grep move-to | grep -v disabled
move-to-workspace-left=['<Shift><Control><Alt>Left']
move-to-workspace-down=['<Shift><Control><Alt>Down']
move-to-workspace-up=['<Shift><Control><Alt>Up']
move-to-workspace-right=['<Shift><Control><Alt>Right']
I have tried:
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['disabled']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-w "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-s "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-n "['']"
dconf write /org/compiz/profiles/unity-lowgfx/plugins/resize/move-to-side-e "['']"
I have tried the above code. It was not disable but using compizconfig-settings-manager ->Window Management -> Grid
unselected the checkbox now it was disabling the shortcut key. I don't want to disable it using GUI or
Should I change anything in Compiz profiles - unity and unity-lowgfx
.Please advise me, if any alternative solution for this.
dconf gsettings
dconf gsettings
edited Apr 5 at 9:48
muru
130k19274467
130k19274467
asked Mar 14 at 9:01
Dinesh
348
348
1
I think you should check output of two commandsgsettings list-recursively | grep move-to | grep -v disabled
anddconf dump / | grep move-to | grep -v disabled
then add it to your question.
â N0rbert
Mar 14 at 11:10
add a comment |Â
1
I think you should check output of two commandsgsettings list-recursively | grep move-to | grep -v disabled
anddconf dump / | grep move-to | grep -v disabled
then add it to your question.
â N0rbert
Mar 14 at 11:10
1
1
I think you should check output of two commands
gsettings list-recursively | grep move-to | grep -v disabled
and dconf dump / | grep move-to | grep -v disabled
then add it to your question.â N0rbert
Mar 14 at 11:10
I think you should check output of two commands
gsettings list-recursively | grep move-to | grep -v disabled
and dconf dump / | grep move-to | grep -v disabled
then add it to your question.â N0rbert
Mar 14 at 11:10
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%2f1014807%2fhow-to-disable-enable-ctrl-alt-num-pad-of-window-positionting-command%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
1
I think you should check output of two commands
gsettings list-recursively | grep move-to | grep -v disabled
anddconf dump / | grep move-to | grep -v disabled
then add it to your question.â N0rbert
Mar 14 at 11:10