View previous topic :: View next topic |
Author |
Message |
tdr2012 Cheater
Reputation: 0
Joined: 02 Nov 2014 Posts: 26
|
Posted: Tue Oct 20, 2015 5:47 pm Post subject: Issue with hotkeys in table |
|
|
I was playing around with the chrome.exe process and opened two CE windows and attached one CE window to each tab of chrome.exe. Each CE window had a cheat table that would change a string that was present in both chrome.exe tabbed webpages.
However, whenever I press the hotkey combination (or use the AutoHotkey Send command to simulate that hotkey press), only one CE window captures this hotkey press, and reflects the change to the string address in one of the CE cheat tables. The other CE window would ignore the hotkey press and vice-versa, if repeated.
Is there a configuration option or some sort of Lua code I can pass through both CE windows that would allow both CE windows to capture the hotkey press and reflect the new string value that the hotkey assigns?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Tue Oct 20, 2015 5:53 pm Post subject: |
|
|
I can't reproduce this.
Try holding down the hotkey for a whole second
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
tdr2012 Cheater
Reputation: 0
Joined: 02 Nov 2014 Posts: 26
|
Posted: Tue Oct 20, 2015 7:20 pm Post subject: |
|
|
Dark Byte wrote: | I can't reproduce this.
Try holding down the hotkey for a whole second |
This is what I am experiencing (it works when you physically press the hotkey combo, but doesn't affect both windows with a virtual key Send command):
http: //s10.postimg.org/8t4ab9qx5/2015_10_20_20_38_43.jpg
Only one CE window reflects the Hotkey Set Value command. It happens when I try to send AutoHotkey virtual key presses like this (this is the contents of the hotkey.ahk file, run using the AHK executable):
Code: | ;change to ""
+1::
Send ^{g}{x}{y}
return
;change to version=
+2::
Send ^{h}{p}{k}
return
|
CE does see the hotkey being pressed, because it changed the value on one. Is there a way to get it working on both windows for virtual keypresses?
|
|
Back to top |
|
 |
|