Commit Graph

8 Commits

Author SHA1 Message Date
Sebastian LaVine e2dff73599 Fix broken key definitions in layout.en.h
There were two problems with this file.

First, there were commas missing from the definitions for XK_7, XK_0,
XK_minus, and XK_plus. This prevented svkbd from even compiling.

Secondly, XK_Return was misdefined. This resulted in an immediate
segmentation fault upon loading the program.
2021-07-03 11:02:50 +02:00
Maarten van Gompel b80819aa3f Various indentation fixes for a more consistent style 2021-03-28 14:39:58 +02:00
Maarten van Gompel 9b5ebd8447 adapted plain layout and legacy layouts to new structure 2021-03-28 14:35:01 +02:00
Maarten van Gompel 13d20da8ef Made the old layouts compatible with the new svkbd, re-added the old english layout that was removed, and re-added the initial sxmo layout and renamed the mobile layouts. Documentation updated accordingly. Final cleanup and fixes for the whole patch series. 2020-08-02 18:00:42 +02:00
Miles Alan 6e5bf2d8e4 Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel 2020-08-02 17:59:28 +02:00
Miles Alan 0a3a153aa6 Add custom layouts 2020-08-02 17:58:56 +02:00
Christoph Lohmann 6e23a19d2f Adding close button. 2011-04-04 22:43:12 +02:00
Enno Boland (tox) 102a7ef183 moving layouts to root. will fix building 2011-03-25 16:26:49 +01:00