Disable default Gnome Shell Super Key Mapping












15















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.










share|improve this question













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
















15















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.










share|improve this question













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














15












15








15


5






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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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










2 Answers
2






active

oldest

votes


















13














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 ''





share|improve this answer





















  • 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



















0














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    13














    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 ''





    share|improve this answer





















    • 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
















    13














    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 ''





    share|improve this answer





















    • 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














    13












    13








    13







    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 ''





    share|improve this answer















    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 ''






    share|improve this answer














    share|improve this answer



    share|improve this answer








    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














    • 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













    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 26 '12 at 15:41









        Omar QureshiOmar Qureshi

        1012




        1012






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕