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

Correctly read Dash character (-) keybind from settings file #243

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

parracodea
Copy link
Contributor

@parracodea parracodea commented Mar 30, 2024

In game, you can set - as a keybind and it'll work fine. After exiting the game, the keybindings.json file has the keybind with - stored correctly. However when re-launching the game, the keybind is no longer assigned.

In EmptyEpsilon.log, there is a log message saying that the - character didn't get parsed correctly from the keybindings.json file. Note that there's no space (or any character) after the colon.

[INFO    ]: Starting...
[INFO    ]: Crash Reporter ON
[INFO    ]: Using . as configuration path
[INFO    ]: Loaded: packs/Angryfly.pack with 166 files
[INFO    ]: Loaded: packs/Asteroids.pack with 30 files
[INFO    ]: Loaded: packs/msgamedev.pack with 96 files
[WARNING ]: Unknown key binding:
[INFO    ]: Loading treegui/default.theme.txt

@parracodea parracodea changed the title Correctly read Dash character ("-") keybind from settings file Correctly read Dash character (-) keybind from settings file Mar 30, 2024
@daid daid merged commit d700193 into daid:master Mar 31, 2024
4 checks passed
@parracodea parracodea deleted the bugfix/keybind-to-dash-key branch April 7, 2024 03:11
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

Successfully merging this pull request may close these issues.

2 participants