Skip to content

Added German (DE) keymap#19

Open
mstarostik wants to merge 4 commits intoeyeos:masterfrom
mstarostik:master
Open

Added German (DE) keymap#19
mstarostik wants to merge 4 commits intoeyeos:masterfrom
mstarostik:master

Conversation

@mstarostik
Copy link
Copy Markdown

This adds a German keyboard layout and additionally adds a URL parameter layout=xx to specify the keyboard layout to use.

The README.md change already includes the change from #12

@MarcusWichelmann
Copy link
Copy Markdown

MarcusWichelmann commented Feb 24, 2017

Very thanks for writing this keymap, it was quiet a big help for our project! :-)

Here are (the only?) four keys, that seem to be messing in this keymap, for the case that somebody else needs them, too:

    charmapDE['}']   = [[0xE0, 0x38, 0, 0], [0x0B, 0, 0, 0], [0x8B, 0, 0, 0], [0xE0, 0xB8, 0, 0]];
    charmapDE['{']   = [[0xE0, 0x38, 0, 0], [0x08, 0, 0, 0], [0x88, 0, 0, 0], [0xE0, 0xB8, 0, 0]];
    charmapDE['[']   = [[0xE0, 0x38, 0, 0], [0x09, 0, 0, 0], [0x89, 0, 0, 0], [0xE0, 0xB8, 0, 0]];
    charmapDE[']']   = [[0xE0, 0x38, 0, 0], [0x0A, 0, 0, 0], [0x8A, 0, 0, 0], [0xE0, 0xB8, 0, 0]];

I don't have write permissions to this branch, so feel free to add them.
I'm not really a fan of a pull-request for a pull-request... :D

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