You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
Set your keyboard layout to anything where C is in a different location, such as Dvorak.
Your specifications
Platform: Windows 7
XenonTrade Version: 0.5a
I have tried the following
Running XenonTrade as admin
Exclude XenonTrade in my antivirus program
Closed similar tools that might interfere with XenonTrade
Also tried pressing the key that would be in the QWERTY C location (J on my keyboard), which is what Xenon is actually listening for, but that also doesn't work because PoE is not listening for that key, it's listening for the correct key.
Additional context
Caused by hard-coding the scancode when attaching the keydown listener.
Ideally this could just be configured in the settings to be whatever we like, but at the very least should respect the current keyboard layout instead of assuming the scancode.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Pressing CTRL+C opens XenonTrade.
Actual behaviour
Pressing CTRL+C does nothing.
To reproduce
Set your keyboard layout to anything where C is in a different location, such as Dvorak.
Your specifications
I have tried the following
Also tried pressing the key that would be in the QWERTY C location (J on my keyboard), which is what Xenon is actually listening for, but that also doesn't work because PoE is not listening for that key, it's listening for the correct key.
Additional context
Caused by hard-coding the scancode when attaching the keydown listener.
Ideally this could just be configured in the settings to be whatever we like, but at the very least should respect the current keyboard layout instead of assuming the scancode.
The text was updated successfully, but these errors were encountered: