Skip to content

Fix Issue 1693 (keymap files, e.g. db48x.48k, load incomplete )#1694

Open
evgaster wants to merge 2 commits into
c3d:stablefrom
evgaster:issue-1693
Open

Fix Issue 1693 (keymap files, e.g. db48x.48k, load incomplete )#1694
evgaster wants to merge 2 commits into
c3d:stablefrom
evgaster:issue-1693

Conversation

@evgaster
Copy link
Copy Markdown

Make keymap files load completely.

Further details in the commit.

Tau mass constant had incorrect relative uncertainty.
It was based on Munon values.

Corrected the expression to use Tau values.

Signed-off-by: Ed@vanGasteren.net
The keymap files (.../config/*.48k) did not load completely.
For some planes the loading stopped early.

This was due to incorrect handling of the comment character "@".
Even a "@", a quoted At character, was treated as start of comment.
So everything behind it on the same line got skipped.
This also causes an inbalance of the number of double quote characters.

There was a weird attempt to work around this with a "!' string in the keymap files.
It has a leading double and a trailing single quote!

Fixed the comment handling.
Fixed the weird trailing single quote.

Added internal documentation to db48x.48k.
Corrected the plane numbering and description.
Corrected a few incorrect mappings (according to the keyboard overlay).

Fixes: c3d#1693
Signed-off-by: Ed@vanGasteren.net
@evgaster
Copy link
Copy Markdown
Author

The Tau commit doesn't belong here.
It doesn't do any harm (c3d has already included it in dev).
I am not going to try to get rid of it now.

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.

1 participant