Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omen Sequencer macro keys trigger Home. #6

Open
DonParpan opened this issue Jun 13, 2019 · 8 comments
Open

Omen Sequencer macro keys trigger Home. #6

DonParpan opened this issue Jun 13, 2019 · 8 comments

Comments

@DonParpan
Copy link

It turns out not just that omen key, but also all the P1 - P5 keys send the F24 keystroke,

I don't know exactly how the software handles it but whenever a macro is used it ends up as a home key press.

@jingyu9575
Copy link
Owner

Please check:

  1. Whether these macros can be modified with Omen Command Center;
  2. What else key events are sent, using KeyHistory.exe.

@sloppon
Copy link

sloppon commented Aug 31, 2019

Please check:

  1. Whether these macros can be modified with Omen Command Center;
  2. What else key events are sent, using KeyHistory.exe.

I realize I'm late to the conversation, but I did the test as I'm having the same issue.

  1. I can get macros working, but it seems to trigger both home and the macro
  2. This is the keyhistory output from pressing the keys in the following order:
    home(the hp key), p1, p2, p3, p4, p5.
    I set up a macro for ,(comma) on p5

87 076 d 12.09 F24 C:\KeyHistory.exe
24 147 i d 0.00 Home
87 076 u 0.08 F24
24 147 i u 0.00 Home
87 076 d 1.78 F24
24 147 i d 0.00 Home
87 076 u 0.02 F24
24 147 i u 0.00 Home
87 076 d 0.45 F24
24 147 i d 0.00 Home
87 076 u 0.00 F24
24 147 i u 0.00 Home
87 076 d 0.44 F24
24 147 i d 0.00 Home
87 076 u 0.00 F24
24 147 i u 0.00 Home
87 076 d 0.78 F24
24 147 i d 0.00 Home
87 076 u 0.00 F24
24 147 i u 0.00 Home
BC 033 d 0.63 ,
BC 033 u 0.11 ,
87 076 d 0.00 F24
24 147 i d 0.00 Home
87 076 u 0.00 F24
24 147 i u 0.00 Home
74 03F d 1.88 F5

@jingyu9575
Copy link
Owner

Looking at the history, the events are the same for every key, except for p5 where a , is sent before F24.

I think it is difficult. Without the keyboard to test, I can only think of these ideas:

  1. To prevent Home generation immediately after ,. It may get more complicated if the macro is longer, depending the event order.
  2. If the macro can be set to a nonexistent key like F23, it may be possible to remap F23 to , and disabling F24 once.

@op3ntrap
Copy link

I know this is late but i made it to work by recording an arbitrary key combination to work Ctrl+Tab+1 and use multikey recorder with FIXED delay of nothing more than 20 ms and assigned to it.

@ogeorg
Copy link

ogeorg commented Jan 18, 2021

Hi op3ntrap, I have the same problem, but I do not understand how you solved it. Could you give a lengthier explaination? Thanks

@rmayer92
Copy link

Hi,
i had a simular Problem. I want to detect whitch Macro-Key ist pressed. The Home-Button-Issue was in my oppionon the first Step on this Trip.
Can you please give me some explanation/hints too?
Thanks :-)

@nolimitse
Copy link

nolimitse commented Jun 22, 2021

You are a real champ helping all these people Jingyu
Have got all these mails during these months

:)

@eldargoren
Copy link

Hi, I didn't quite understand how did you fixed that.
P1-P5 are also home button, and I can't remap it through the omen gaming hub.
Any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants