• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Join the HP Community Solve‑a‑thon | Help Others & Share Your Solutions | Live on Zoom | 2:30 PM to 2:30 AM IST | Every Wednesday Click here to know more
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended

Bought a new laptop of €1500 and then noticed the missing key. Which I use al lot as I'm lefthanded
Very frustrating that this key is replaced with this useless key and more annoying, you can't remap it to CTRL (or CTRL-right)
HP should enable this key back to CTRL or force Microsoft to do so.

Asked it before but no action was taken so I searched for a solution and found somewhere the following script.

Solution for me on a HP 860 G11 was to use an Autohotkey script.

This is the ahk-script I use

#Requires AutoHotkey v2.0
#SingleInstance
^+!r:: Reload ; Ctrl+Shift+Alt+R to reload the script

; rebind copilot to rCtrl
*<+<#f23:: {
Send("{Blind}{LShift Up}{LWin Up}{RControl Down}")
KeyWait("F23")
Send("{RControl up}")
}


Compile it with Ahk2exe for Autohotkey to an exe-file and put that in your Startup folder

Just for you:

C:\Users\[YourUsername]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

For all users:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

 

Benifit of making an exe.
You can easily suspend the hotkeys by right clicking on the exe in your systemtray

 

 

1 REPLY 1
HP Recommended

@Jeroen61, Welcome to the HP Support Community. 

 

Thanks for reaching out about your query regarding the HP EliteBook 860 16 inch G11 Notebook PC.

 

We're thrilled to have the opportunity to assist you and provide a solution. We hope our assistance has been helpful! 

 

It sounds like you're experiencing frustration due to the absence of a certain key on your new HP laptop, which is particularly important for you as a left-handed user. Here are a few suggestions to address this issue:

 

Potential Solutions

 

  1. Remapping Keys:

    • Although you mentioned difficulties with remapping, you might still try using third-party software such as SharpKeys or AutoHotkey. These tools allow you to remap keys or assign different functions to keys on your keyboard, including converting a "useless" key to act as CTRL.
  2. Accessibility Features:

    • Check the accessibility settings on your laptop. Windows offers various accessibility features which might offer alternative solutions for your keyboard usage, such as using the On-Screen Keyboard or Sticky Keys for multi-key combinations.

Thank you for providing the solution as well. @Jeroen61

 

I hope this helps!

 

Take care and have an amazing day! 

 

If you would like to thank us for our efforts to help you, go to the public post and give us a virtual high-five by clicking on "Yes" for the question "Was this reply helpful?" below my message, followed by clicking on the "Accept as solution" on my public post.

 

Regards,

Meghana

I'm an HP Employee.


If this reply helped resolve your issue, please select the Accept as Solution as it helps others in the community quickly find the answer they’re looking for.


And if you found this reply helpful, clicking Yes below is a great way to let us know we’re providing the support you need, as it encourages us to keep improving and sharing helpful guidance.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.