Disable default Gnome Shell Super Key Mapping
Gnome Shell by default uses the Super (Windows) key to display the activities overview. But I'd prefer to use the Super key to invoke Synapse. Right now I have to press Super+Super+Spacebar in order to invoke Synapse which is annoying (Super+Spacebar is the binding to invoke Synapse).
Is there any way to remove the default Gnome Shell mapping? In the keyboard shortcuts system settings, only the Alt+F1 binding appears for the activities overview action.
gnome-shell
migrated from stackoverflow.com Oct 7 '12 at 20:59
This question came from our site for professional and enthusiast programmers.
add a comment |
Gnome Shell by default uses the Super (Windows) key to display the activities overview. But I'd prefer to use the Super key to invoke Synapse. Right now I have to press Super+Super+Spacebar in order to invoke Synapse which is annoying (Super+Spacebar is the binding to invoke Synapse).
Is there any way to remove the default Gnome Shell mapping? In the keyboard shortcuts system settings, only the Alt+F1 binding appears for the activities overview action.
gnome-shell
migrated from stackoverflow.com Oct 7 '12 at 20:59
This question came from our site for professional and enthusiast programmers.
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44
add a comment |
Gnome Shell by default uses the Super (Windows) key to display the activities overview. But I'd prefer to use the Super key to invoke Synapse. Right now I have to press Super+Super+Spacebar in order to invoke Synapse which is annoying (Super+Spacebar is the binding to invoke Synapse).
Is there any way to remove the default Gnome Shell mapping? In the keyboard shortcuts system settings, only the Alt+F1 binding appears for the activities overview action.
gnome-shell
Gnome Shell by default uses the Super (Windows) key to display the activities overview. But I'd prefer to use the Super key to invoke Synapse. Right now I have to press Super+Super+Spacebar in order to invoke Synapse which is annoying (Super+Spacebar is the binding to invoke Synapse).
Is there any way to remove the default Gnome Shell mapping? In the keyboard shortcuts system settings, only the Alt+F1 binding appears for the activities overview action.
gnome-shell
gnome-shell
asked Dec 17 '11 at 10:18
soares
migrated from stackoverflow.com Oct 7 '12 at 20:59
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Oct 7 '12 at 20:59
This question came from our site for professional and enthusiast programmers.
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44
add a comment |
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44
add a comment |
2 Answers
2
active
oldest
votes
I found how to do this here:
Start gconf-editor
and set /apps/mutter/general/overlay_key
to empty string, then restart gnome-shell.
From gnome-shell 3.4 onwards, use:
gsettings set org.gnome.mutter overlay-key ''
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
add a comment |
The way I got round this is in keyboard preferences to set the left windows key to be the meta key and left alt key to be alt.
This means that your left alt key is no longer a meta key - so if you use emacs, you'll need to either have to get used to that change rebind all your Meta keybinds to work on Alt instead.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f484686%2fdisable-default-gnome-shell-super-key-mapping%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found how to do this here:
Start gconf-editor
and set /apps/mutter/general/overlay_key
to empty string, then restart gnome-shell.
From gnome-shell 3.4 onwards, use:
gsettings set org.gnome.mutter overlay-key ''
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
add a comment |
I found how to do this here:
Start gconf-editor
and set /apps/mutter/general/overlay_key
to empty string, then restart gnome-shell.
From gnome-shell 3.4 onwards, use:
gsettings set org.gnome.mutter overlay-key ''
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
add a comment |
I found how to do this here:
Start gconf-editor
and set /apps/mutter/general/overlay_key
to empty string, then restart gnome-shell.
From gnome-shell 3.4 onwards, use:
gsettings set org.gnome.mutter overlay-key ''
I found how to do this here:
Start gconf-editor
and set /apps/mutter/general/overlay_key
to empty string, then restart gnome-shell.
From gnome-shell 3.4 onwards, use:
gsettings set org.gnome.mutter overlay-key ''
edited Apr 27 '15 at 13:39
mmoya
1073
1073
answered Apr 10 '12 at 17:41
nonameenternamenonameentername
23124
23124
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
add a comment |
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
2
2
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
Gnome 3.8: I was able to use "dconf editor" and change it from SUPER_L to SUPER_R to move it to the right side of the keyboard which is less obtrusive for me. Takes effect immediately, no need to log out.
– sherbang
Nov 20 '13 at 19:45
add a comment |
The way I got round this is in keyboard preferences to set the left windows key to be the meta key and left alt key to be alt.
This means that your left alt key is no longer a meta key - so if you use emacs, you'll need to either have to get used to that change rebind all your Meta keybinds to work on Alt instead.
add a comment |
The way I got round this is in keyboard preferences to set the left windows key to be the meta key and left alt key to be alt.
This means that your left alt key is no longer a meta key - so if you use emacs, you'll need to either have to get used to that change rebind all your Meta keybinds to work on Alt instead.
add a comment |
The way I got round this is in keyboard preferences to set the left windows key to be the meta key and left alt key to be alt.
This means that your left alt key is no longer a meta key - so if you use emacs, you'll need to either have to get used to that change rebind all your Meta keybinds to work on Alt instead.
The way I got round this is in keyboard preferences to set the left windows key to be the meta key and left alt key to be alt.
This means that your left alt key is no longer a meta key - so if you use emacs, you'll need to either have to get used to that change rebind all your Meta keybinds to work on Alt instead.
answered Jan 26 '12 at 15:41
Omar QureshiOmar Qureshi
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f484686%2fdisable-default-gnome-shell-super-key-mapping%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Even though I'd really like to know the answer to this question as well - this should be on superuser.
– Omar Qureshi
Jan 25 '12 at 10:17
go into the code of gnome shell and rip out the code that does the key binding. i could tell you which lines to comment out but i don't want to go digging in that mess.
– Dan D.
Jan 26 '12 at 15:44