Swapping CTRL-CAPS on Windows 10How do I map CAPS LOCK to CTRL on OSX Emacs without doing it OS-wideX11/xorg...

Why would space fleets be aligned?

Should I reinstall Linux when changing the laptop's CPU?

What is a good reason for every spaceship to carry a weapon on board?

Why are the books in the Game of Thrones citadel library shelved spine inwards?

Increasing the flow in descriptions of a sequence of events

Cookies - Should the toggles be on?

How does Leonard in "Memento" remember reading and writing?

How can a school be getting an epidemic of whooping cough if most of the students are vaccinated?

Is a new Boolean field better than a null reference when a value can be meaningfully absent?

Slow While Loop, Query Improvment Assistance

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Making him into a bully (how to show mild violence)

Non-Cancer terminal illness that can affect young (age 10-13) girls?

How can I get my players to come to the game session after agreeing to a date?

Quickly creating a sparse array

What incentives do banks have to gather up loans into pools (backed by Ginnie Mae)and selling them?

Why wasn't TEventArgs made contravariant in the standard event pattern in the .NET ecosystem?

Absorbing damage with Planeswalker

Why did Luke use his left hand to shoot?

Odd 74HCT1G125 behaviour

Do theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?

Gear reduction on large turbofans

How should I handle players who ignore the session zero agreement?

Is there a Linux system call to create a “view” of a range of a file?



Swapping CTRL-CAPS on Windows 10


How do I map CAPS LOCK to CTRL on OSX Emacs without doing it OS-wideX11/xorg map ctrl j (or ctrl m) to return; OR control codes in GUI / X11Behaviour of Caps-lock in Linux on VirtualBox, OSX HostHow to turn off Caps-Lock toggle notification?How to manipulate the keyboard flags under windows?Remap Caps Lock to AltGr / Alt+Ctrl on Windows?How to remap Caps Lock to CTRL on windows 7 with no admin rights and no third party applicationsAutoHotKey Ctrl in Caps Lock doesn't work with shiftWindows 10: Ctrl-Win-Right shortcut not workingHow to change ctrl key to AltGR key by editing registry?













0















I've been able to remap CTRL-CAPS on previous versions of Windows (XP and 7) by using this tutorial. Perhaps the scancodes are different for Windows 10. I'm not sure. Whatever the reason, this method no longer works.



So does anyone know how to remap CTRL-CAPS on Windows 10?










share|improve this question














bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The scancodes are not different.

    – Ramhound
    Oct 30 '15 at 3:48











  • But why is there a tag on emacs?

    – Prasanna
    Dec 23 '15 at 0:39











  • @Prasanna strong relevance to emacs users.

    – KJ O
    Dec 28 '15 at 17:31
















0















I've been able to remap CTRL-CAPS on previous versions of Windows (XP and 7) by using this tutorial. Perhaps the scancodes are different for Windows 10. I'm not sure. Whatever the reason, this method no longer works.



So does anyone know how to remap CTRL-CAPS on Windows 10?










share|improve this question














bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The scancodes are not different.

    – Ramhound
    Oct 30 '15 at 3:48











  • But why is there a tag on emacs?

    – Prasanna
    Dec 23 '15 at 0:39











  • @Prasanna strong relevance to emacs users.

    – KJ O
    Dec 28 '15 at 17:31














0












0








0


2






I've been able to remap CTRL-CAPS on previous versions of Windows (XP and 7) by using this tutorial. Perhaps the scancodes are different for Windows 10. I'm not sure. Whatever the reason, this method no longer works.



So does anyone know how to remap CTRL-CAPS on Windows 10?










share|improve this question














I've been able to remap CTRL-CAPS on previous versions of Windows (XP and 7) by using this tutorial. Perhaps the scancodes are different for Windows 10. I'm not sure. Whatever the reason, this method no longer works.



So does anyone know how to remap CTRL-CAPS on Windows 10?







keyboard keyboard-shortcuts windows-10 emacs keyboard-layout






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 30 '15 at 3:28









KJ OKJ O

1014




1014





bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • The scancodes are not different.

    – Ramhound
    Oct 30 '15 at 3:48











  • But why is there a tag on emacs?

    – Prasanna
    Dec 23 '15 at 0:39











  • @Prasanna strong relevance to emacs users.

    – KJ O
    Dec 28 '15 at 17:31



















  • The scancodes are not different.

    – Ramhound
    Oct 30 '15 at 3:48











  • But why is there a tag on emacs?

    – Prasanna
    Dec 23 '15 at 0:39











  • @Prasanna strong relevance to emacs users.

    – KJ O
    Dec 28 '15 at 17:31

















The scancodes are not different.

– Ramhound
Oct 30 '15 at 3:48





The scancodes are not different.

– Ramhound
Oct 30 '15 at 3:48













But why is there a tag on emacs?

– Prasanna
Dec 23 '15 at 0:39





But why is there a tag on emacs?

– Prasanna
Dec 23 '15 at 0:39













@Prasanna strong relevance to emacs users.

– KJ O
Dec 28 '15 at 17:31





@Prasanna strong relevance to emacs users.

– KJ O
Dec 28 '15 at 17:31










1 Answer
1






active

oldest

votes


















0














If you want to swap CTRL and CAPS, this AutoHotKey script works for me on Windows 10 (swapping left control and caps; change LCtrl to Ctrl to make both control keys be caps lock):



LCtrl::Capslock
Capslock::LCtrl


If you want to add a keyboard shortcut for pressing control and then caps lock, you may be running into problems with your keyboard hardware; have you tried it with a different physical keyboard, or a simulated one?






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%2f993762%2fswapping-ctrl-caps-on-windows-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    If you want to swap CTRL and CAPS, this AutoHotKey script works for me on Windows 10 (swapping left control and caps; change LCtrl to Ctrl to make both control keys be caps lock):



    LCtrl::Capslock
    Capslock::LCtrl


    If you want to add a keyboard shortcut for pressing control and then caps lock, you may be running into problems with your keyboard hardware; have you tried it with a different physical keyboard, or a simulated one?






    share|improve this answer




























      0














      If you want to swap CTRL and CAPS, this AutoHotKey script works for me on Windows 10 (swapping left control and caps; change LCtrl to Ctrl to make both control keys be caps lock):



      LCtrl::Capslock
      Capslock::LCtrl


      If you want to add a keyboard shortcut for pressing control and then caps lock, you may be running into problems with your keyboard hardware; have you tried it with a different physical keyboard, or a simulated one?






      share|improve this answer


























        0












        0








        0







        If you want to swap CTRL and CAPS, this AutoHotKey script works for me on Windows 10 (swapping left control and caps; change LCtrl to Ctrl to make both control keys be caps lock):



        LCtrl::Capslock
        Capslock::LCtrl


        If you want to add a keyboard shortcut for pressing control and then caps lock, you may be running into problems with your keyboard hardware; have you tried it with a different physical keyboard, or a simulated one?






        share|improve this answer













        If you want to swap CTRL and CAPS, this AutoHotKey script works for me on Windows 10 (swapping left control and caps; change LCtrl to Ctrl to make both control keys be caps lock):



        LCtrl::Capslock
        Capslock::LCtrl


        If you want to add a keyboard shortcut for pressing control and then caps lock, you may be running into problems with your keyboard hardware; have you tried it with a different physical keyboard, or a simulated one?







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jul 27 '17 at 19:50









        charliegreencharliegreen

        11




        11






























            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%2f993762%2fswapping-ctrl-caps-on-windows-10%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

            VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

            Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

            looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...