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
Describe the bug
The key to open chat is configurable - I've got mine bound to space for keyboard reasons
This causes the features of PoeKeyboardHelper.cs that use KeyCode.Return to open the chat interface to fail.
To Reproduce
Set chat key to space in PoE settings
Cause Poe-Lurker to try to send any message or do any command
Nothing happens
Expected behavior
The configured key is available in production_Config.ini in the ACTION_KEYS section as chat as the integer ascii character. It'd be pretty cool to parse it out so the user doesn't have to set it in Poe-Lurker.
Please complete the following information:
Version: v1.23.4
Provide Log: N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The key to open chat is configurable - I've got mine bound to space for keyboard reasons
This causes the features of PoeKeyboardHelper.cs that use KeyCode.Return to open the chat interface to fail.
To Reproduce
Expected behavior
The configured key is available in production_Config.ini in the ACTION_KEYS section as chat as the integer ascii character. It'd be pretty cool to parse it out so the user doesn't have to set it in Poe-Lurker.
Please complete the following information:
The text was updated successfully, but these errors were encountered: