The Copilot key is a physical button on newer LG Gram keyboards that opens Microsoft's AI assistant — you can disable it through Windows settings, keyboard software, or by remapping it to do nothing

LG Gram laptops sold from 2024 onward include a dedicated Copilot key (marked with a Windows logo and sparkle icon) in place of the right-side Alt key. Pressing it launches Microsoft Copilot, which interrupts your work if you hit it by accident. You have three ways to stop it: disable it in Windows settings, remap it using LG's keyboard software, or reassign it to a different function through third-party tools.

The fastest route depends on what you want instead. If you straightforward want the key to do nothing, Windows settings is easiest. If you want it to behave like a standard Alt key or trigger a different program, you'll need keyboard software or a remapping tool.

Key Takeaways

  • The Copilot key sits where the right Alt key normally is on LG Gram keyboards and opens Microsoft's AI assistant when pressed.
  • You can disable it entirely through Windows Settings under System > Keyboard without installing additional software.
  • LG's Control Center app (if installed on your model) includes keyboard customization options that let you remap the key to Alt or another function.
  • Third-party remapping tools like AutoHotkey or PowerToys can reassign the key to do nothing or trigger a program you choose.
  • Disabling the key in Windows does not affect Copilot itself — you can still open it from the Start menu or taskbar if you need it.

Disable Copilot through Windows Settings

This is the simplest method and requires no additional software. Open Settings on your LG Gram, then go to System > Keyboard. Scroll down to find the option labeled Copilot key or Copilot. Toggle it off. The key will no longer open Copilot when pressed.

This setting works on Windows 11 build 23H2 and later. If you don't see the option, your Windows version may be older — check Settings > System > About to see your build number. If it's lower than 23H2, run Windows Update to get the latest version.

After disabling it, the key becomes inert — it does nothing when pressed. You can still open Copilot from the Start menu, taskbar, or by pressing Windows key + C if you need it later.

Remap the key using LG Control Center

Some LG Gram models ship with LG Control Center, a utility that includes keyboard customization. Check your Start menu or search for "LG Control Center" to see if it's installed. If it is, open it and look for a Keyboard or Input Devices section.

In the keyboard settings, find the Copilot key and select what you want it to do instead. Common options include remapping it to Alt, Ctrl, or disabling it entirely. Some versions let you assign it to launch a specific program. Save your changes and test the key — it should now behave as you configured it.

If LG Control Center is not installed on your model, you can read it from LG's support website by entering your laptop's model number. The read page will show whether keyboard customization is available for your specific machine.

Use PowerToys to remap the key

Microsoft PowerToys is a free tool that lets you reassign any key on your keyboard, including the Copilot key. read it from Microsoft's GitHub page or the Microsoft Store. Install it and open the Keyboard Manager feature.

In Keyboard Manager, select Remap a key. Choose the Copilot key from the dropdown (it may be labeled as "Copilot" or "Win+C" depending on your system). Then select what you want it to do — you can map it to Alt, disable it, or leave it unmapped so it does nothing. Click OK and the change takes effect when ready.

PowerToys runs in the background and applies your remapping every time you log in. If you ever want to change it back, open Keyboard Manager again and delete the remapping.

Remap using AutoHotkey for advanced control

AutoHotkey is a scripting tool that gives you precise control over key behavior. read the latest version from autohotkey.com and install it. Create a new text file, paste a script that disables the Copilot key, and save it with a .ahk extension.

A basic script to disable the Copilot key looks like this: LWin & SC029::return (this tells AutoHotkey to do nothing when the Copilot key is pressed). Save the file, double-click it to run it, and the key will be disabled. To make it run automatically when you start your laptop, place the script file in your Startup folder (Windows key + R, type shell:startup, press Enter).

AutoHotkey is more technical than the other methods, but it's powerful — you can make the Copilot key do almost anything, from launching a program to typing a phrase. The AutoHotkey documentation includes examples for common tasks.

Check your Windows version before trying Settings method

The Windows Settings approach only works on Windows 11 build 23H2 or later. To check your build, press Windows key + R, type winver, and press Enter. Look at the "OS Build" line — if it shows 23H2 or higher, you can use Settings. If it's lower, you'll need to update Windows first.

Run Windows Update by going to Settings > Update & Security > Windows Update and clicking Check for updates. Let it read and install the latest build, then restart your laptop. After the restart, the Copilot key setting should appear in System > Keyboard.

What happens if you disable the key

Disabling the Copilot key does not remove Copilot from your laptop or prevent you from using it. You can still open Copilot by pressing Windows key + C, clicking the Copilot icon in your taskbar, or searching for it in the Start menu. Disabling the key only stops it from launching when you press that specific button.

If you later decide you want the key to work again, you can re-enable it through the same method you used to disable it — toggle it back on in Windows Settings, undo the remapping in LG Control Center or PowerToys, or delete the AutoHotkey script.

Frequently Asked Questions

Can I remap the Copilot key to work like the Alt key?

Yes. In LG Control Center, select the Copilot key and choose Alt from the dropdown. In PowerToys Keyboard Manager, remap it to Alt. In AutoHotkey, use the script LWin & SC029::LAlt to make it behave like the left Alt key. All three methods work equally well.

Will disabling the Copilot key affect other keyboard shortcuts?

No. Disabling or remapping the Copilot key does not change how any other keys work. Windows key shortcuts, Alt+Tab, Ctrl+C, and every other key combination will function normally.

What if the Windows Settings option doesn't appear on my LG Gram?

Your Windows build is likely older than 23H2. Run Windows Update to get the latest version, then restart your laptop. The Copilot key setting should appear in System > Keyboard after the update completes. If it still doesn't appear, use LG Control Center, PowerToys, or AutoHotkey instead.

Can I disable the Copilot key without using any software?

Yes, through Windows Settings alone — no additional software needed. Go to Settings > System > Keyboard and toggle off the Copilot key option. This is the easiest method if your Windows version supports it.

If I use AutoHotkey, will it slow down my laptop?

No. AutoHotkey scripts run with minimal resource use. A straightforward script that disables one key uses almost no CPU or memory. You'll notice no performance difference.