Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix formatting for sendstring LUTs (#7176) | fauxpark | 2019-10-28 | 1 | -18/+53 |
| | |||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -51/+18 |
| | |||||
* | Sendstring LUT improvements (#5727) | fauxpark | 2019-07-15 | 1 | -38/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Align sendstring LUTs to 9 characters wide * Replace 0 with XXXXXXX * Use decimal 128 for LUT size * Align heading comments * Add ASCII table comments * Add missing AltGr LUTs and adjust keycode LUTs accordingly * Use pragma once * Correct a couple more keycodes * Capitalise "BÉPO" * Also clean up the default tables * Tidy up Belgian and Norman LUTs | ||||
* | Add belgian layout for sendstring (#6008) | Kimat Boven | 2019-05-29 | 1 | -0/+94 |
* belgian layout had no sendstring definition * backtick was not defined for belgian sendstring * slash definition was wrong for belgian sendstring Co-Authored-By: fauxpark <fauxpark@gmail.com> * use BE_ keys whenever we can Co-Authored-By: fauxpark <fauxpark@gmail.com> * ^ can be sent as a normal key (not a dead key) with altgr+para |