-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When the config registry is initialised from the regedit, the key bindings string will not contain any new line characters, which are crucial for the loading of the bindings.
This is not the case if the config is initialised at boot after the registry is deleted.
in both cases, the same code is used to initialise the value.
To Reproduce
Steps to reproduce the behavior:
HTML Designer > Registry... > Reset defaults
Expected behavior
Key bindings will be reset to default, as they appear in the hard-code.
Session logs show each key bind is loaded.
Actual behaviour
Only one binding is loaded.
Screenshots
The config string
Loaded correctly, when the registry is initialised at boot
Loaded incorrectly, when initialised from regedit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


