• ×
    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
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended
Omen Sequencer Keyboard (Model HSA-POO1K)
Microsoft Windows 10 (64-bit)

Hi Community

 

I have recently purchased a HP OMEN Sequencer Keyboard, and was very disappointed when I found out that the HOME key has been replaced by the OMEN key.

 

I visited this forum looking for answers, and didn't find a solution to the problem. 

I didn't like the macro approach.

I didn't really want to setup an AutoHotKey script.

I didn't want to install a keymapper such as SharpKeys

I found a GitHub repo "https://github.com/jingyu9575/remap-omen-key", but wanted something simpler.

 

In the end I wrote a registry script to re-map the Omen Key to the Home Key.

The Omen Key is F24 which is scancode 76, written as "76,00" in the registry.

The Home key is scancode e0 47, written as "47,e0" in the registry.

 

Here's the registry file "OmenToHome.reg":

 

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,47,e0,76,00,00,00,00,00

 

Save that in notepad, double click the file and add it to your registry, restart your PC, and problem is solved!

So now when I press the omen key, it acts like the proper home key, (and not the numpad 7 home key) and it doesn't launch the Omen Command Center anymore. I can still launch Omen Command Center from the start menu if I want.

 

If you wanted to undo the key mapping:

Start > regedit > Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" > then delete "Scancode Map" entry > Restart PC.

 

How do I know OMEN key was F24? Go to Omen Command Center > Macros > Create New > Keystroke tab > Key Combination > Press the OMEN key, you will see F24 (If you haven't already re-mapped it.)

 

References:

How to write the script: https://www.experts-exchange.com/articles/2155/Keyboard-Remapping-CAPSLOCK-to-Ctrl-and-Beyond.html

Get scancode for F24: http://www.quadibloc.com/comp/scan.htm

 

Screenshots:

OmenToHome.png

RegEdit.png

RegistryEntry.png

Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† 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>.