How to Add a Dedicated Copilot Key to any Windows 11 or 10 PC, No New Keyboard Required

Dell XPS 13 and Copilot key
(Image credit: Tom's Hardware)

In January, Microsoft announced that it was working with OEMs to add a Copilot key to PC keyboards. And, during CES, we saw OEMs like Dell and Lenovo showing off laptops with the new key to the right of the spacebar, where a menu key might appear. When pressed, the Copilot key does something very simple: it opens Windows Copilot, which appears in Windows 11 or 10 as a sidebar where you can chat with Microsoft's AI (assuming you have Copilot installed as it is on most of the latest builds of Windows 11).

Fortunately, if you want a Copilot key, you don't need a new laptop or even a new keyboard. All you need to do is write a really simple keyboard macro and assign it to a key you don't want to use for anything else. If your keyboard has a menu key, you can reassign the macro to that. If it doesn't have a menu key, you can always remap the right Alt or right CTRL key, which a lot of people never use. 

Now, to be fair, you don't need a dedicated Copilot key at all. Hitting Windows Key + C is a pretty easy keyboard shortcut that launches it. Or you could just click the Copilot icon in the taskbar. But if you want a dedicated Copilot key, here's how to get one on your current PC. 

How to Add a Copilot Key to Windows

What we're going to do is assign the Windows Key + C sequence to a single key. There are many ways to remap a key or set up a macro, but we like using AutoHotkey, an open-source macro scripting language. 

1. Download and install AutoHotkey 2 if you don't have it running already.

2. Set up a text editor to work with AutoHotkey 2. I like using Notepad++, which has the correct syntax highlighting if you follow these instructions. There's also an editor called SciTE4AutoHotkey that has all the autocompletes and syntax highlighting for AHK built-in. 

3. Put this text at the top of a blank file.

#Requires AutoHotkey >=2.0
#SingleInstance force

4. Choose the key you wish to remap into a Copilot key. Take note of its AutoHotkey name as shown in the table below.

Swipe to scroll horizontally
Key NameAutoHotkey Code Name
Menu KeyAppsKey
Right AltRAlt
Right CtrlRControl
Right Windows KeyRWin

5. Enter the following code, changing "AppsKey" to a different code name if you wish to map a key other than the menu key.

AppsKey::
{
Send "#c"
}

The complete text of your script should look like this:

#Requires AutoHotkey >=2.0
#SingleInstance force

AppsKey::
{
Send "#c"
}

6. Save the script to your Windows startup folder at C:\Users\[YOUR USERNAME]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup where [USERNAME] is your Windows username. This will insure that the script runs every time Windows boots. Give your file a name that ends in .ahk (ex: myscript.ahk). 

7. Test your script to make sure it works.

Now you'll be able to launch Copilot by hitting the key you chose. However, that key will no longer work for its original purpose, so make sure you're happy giving it up. And remember, you can always get Copilot without a Copilot key.

Avram Piltch
Avram Piltch is Tom's Hardware's editor-in-chief. When he's not playing with the latest gadgets at work or putting on VR helmets at trade shows, you'll find him rooting his phone, taking apart his PC or coding plugins. With his technical knowledge and passion for testing, Avram developed many real-world benchmarks, including our laptop battery test.
  • Diabl0
    More important advice will be, how to remove Copilot from the future Copilot key
    Reply
  • Findecanor
    Windows + C was previously the shortcut to launch Cortana, so it was obvious.
    There have previously been keyboards with a "Cortana key" that produced Windows + C.

    The more important question however: What kind of code do the new dedicated Copilot keys produce, and how can it be remapped to something useful?

    I've seen images of a couple laptops with Copilot keys that had the Menu "hamburger" icon as sublegend. That give me hope that it could be remapped to Menu in BIOS, at least.
    Reply
  • JeffreyP55
    Admin said:
    With a little effort, you can turn any key into the copilot key.

    How to Add a Dedicated Copilot Key to any Windows 11 or 10 PC, No New Keyboard Required : Read more
    Copilot is just relabeled Bing Chat. Tried it and got a bazillion trackers. Not using that garbage ever!
    Reply
  • apiltch
    Findecanor said:
    Windows + C was previously the shortcut to launch Cortana, so it was obvious.
    There have previously been keyboards with a "Cortana key" that produced Windows + C.

    The more important question however: What kind of code do the new dedicated Copilot keys produce, and how can it be remapped to something useful?

    I've seen images of a couple laptops with Copilot keys that had the Menu "hamburger" icon as sublegend. That give me hope that it could be remapped to Menu in BIOS, at least.
    I'm with you in that, if I got a laptop with a Copilot key on it, I'd remap the key to be something else. I'd like to know what the keycode is, but unless it is actually the menu key, I don't think anyone knows. One of these days, we'll get a laptop with it to review and I'll be doing the opposite how-to, how-to remap your Copilot key.

    Some people may actually want this key which is why I did a story on how to make it happen.
    Reply
  • apiltch
    JeffreyP55 said:
    Copilot is just relabeled Bing Chat. Tried it and got a bazillion trackers. Not using that garbage ever!
    I agree with you. Some people like it so I wrote an article on how to remap a key to it. But I'm not a fan of the feature and I think it's way overhyped.
    Reply
  • apiltch
    Diabl0 said:
    More important advice will be, how to remove Copilot from the future Copilot key
    And, as soon as we get in a laptop that has the key on it, I'll be doing that article.
    Reply
  • kep55
    Admin said:
    With a little effort, you can turn any key into the copilot key.

    How to Add a Dedicated Copilot Key to any Windows 11 or 10 PC, No New Keyboard Required : Read more
    Why would anyone in their right mind want copilot on their PC, let alone a dedicated key? With mictosoft's records of data scarfing and security holes a flattop could go thru, your just begging for trouble.
    Reply
  • Alvar "Miles" Udell
    I've used the Copilot feature in Edge a few times and it can be useful for quickly compiling information, assuming it pulls from trustworthy sources (which it cites, thankfully), but is as prone to giving maddeningly unhelpful answers like any voice assistant, and it can't do math to save its life (if you want a laugh ask it to make up some equations). In its current state it doesn't deserve its own dedicated button, at least until you can blacklist certain sources you know to be unhelpful/untrue.
    Reply
  • DavidC1
    Alvar Miles Udell said:
    I've used the Copilot feature in Edge a few times and it can be useful for quickly compiling information, assuming it pulls from trustworthy sources (which it cites, thankfully), but is as prone to giving maddeningly unhelpful answers like any voice assistant, and it can't do math to save its life (if you want a laugh ask it to make up some equations). In its current state it doesn't deserve its own dedicated button, at least until you can blacklist certain sources you know to be unhelpful/untrue.
    Yea and if you ask other AI services for making an image, it screws up detail. Like faces of a crowd look nightmarish.

    It sucks at precision. See the reason it's passable in graphics design is because pictures don't always need that kind of detail as long as you got the basics right. Even in the example above you can reiterate it.

    They are NEVER going to reach the point of singularity. You can't simulate something you don't understand(the human brain).

    We're surely in the bubble now, but not sure when it'll pop. Seemingly many bubbles in various parts of the economy, with lifespan of the bubbles way past it's expiry date. I wonder if they'll crash simultaneously when the US economy goes?
    Reply