English
Search
Main Menu
Profile

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Malevol3nt1

#1
Files Comments / Re: File #519, RemapKeys for W:A
February 21, 2014, 03:34 PM
Quote from: Malevol3nt1 on February 20, 2014, 02:30 PM
I'm just curious how you worked around this.

Nevermind, figured it out. I'm using SendInput and checking LLKHF_INJECTED beforehand to avoid infinite loops.

How do you detect whether the chat area is visible though? I mean the key bindings should be disabled while chatting. Currently I'm just using a separate key to toggle the bindings on or off for my wormkit plugin.
#2
Files Comments / Re: File #519, RemapKeys for W:A
February 20, 2014, 02:30 PM
Quote from: StepS on November 09, 2013, 08:03 PM
...

Hello StepS,

Mind if I ask a technical question? I'm just exploring and trying out keyboard hooking myself. Even though I can inspect the keys after setting up my hook function via SetWindowsHookExA I still can't seem to make modifications to the keys. WA still seems to get the original keys even when I manipulate wParam/lParam. I'm just curious how you worked around this.

Cheers.