mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 02:42:47 +01:00
More symbols and layout improvement
This commit is contained in:
parent
a8ba3c02a9
commit
0a680c0a7a
@ -31,7 +31,7 @@ static enum layout_id layers[] = {
|
|||||||
/* layers is an ordered list of layouts, used to cycle through */
|
/* layers is an ordered list of layouts, used to cycle through */
|
||||||
static enum layout_id landscape_layers[] = {
|
static enum layout_id landscape_layers[] = {
|
||||||
Landscape, // First layout is the default layout on startup
|
Landscape, // First layout is the default layout on startup
|
||||||
Special, Emoji, Nav,
|
Special, Emoji, Nav, Greek,
|
||||||
NumLayouts // signals the last item, may not be omitted
|
NumLayouts // signals the last item, may not be omitted
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -692,6 +692,8 @@ static struct key keys_greek[] = {
|
|||||||
{"8", "*", 1.0, Code, KEY_8},
|
{"8", "*", 1.0, Code, KEY_8},
|
||||||
{"9", "(", 1.0, Code, KEY_9},
|
{"9", "(", 1.0, Code, KEY_9},
|
||||||
{"0", ")", 1.0, Code, KEY_0},
|
{"0", ")", 1.0, Code, KEY_0},
|
||||||
|
{"-", "_", 1.0, Code, KEY_MINUS},
|
||||||
|
{"=", "+", 1.0, Code, KEY_EQUAL},
|
||||||
{"", "", 0.0, EndRow},
|
{"", "", 0.0, EndRow},
|
||||||
|
|
||||||
{";", ":", 1.0, Code, KEY_Q},
|
{";", ":", 1.0, Code, KEY_Q},
|
||||||
@ -718,6 +720,7 @@ static struct key keys_greek[] = {
|
|||||||
{"΄", "¨", 1.0, Code, KEY_SEMICOLON},
|
{"΄", "¨", 1.0, Code, KEY_SEMICOLON},
|
||||||
{"", "", 0.0, EndRow},
|
{"", "", 0.0, EndRow},
|
||||||
|
|
||||||
|
{"⇧", "⇧", 1.5, Mod, Shift, .scheme = 1},
|
||||||
{"ζ", "Ζ", 1.0, Code, KEY_Z},
|
{"ζ", "Ζ", 1.0, Code, KEY_Z},
|
||||||
{"χ", "Χ", 1.0, Code, KEY_X},
|
{"χ", "Χ", 1.0, Code, KEY_X},
|
||||||
{"ψ", "Ψ", 1.0, Code, KEY_C},
|
{"ψ", "Ψ", 1.0, Code, KEY_C},
|
||||||
@ -725,17 +728,15 @@ static struct key keys_greek[] = {
|
|||||||
{"β", "Β", 1.0, Code, KEY_B},
|
{"β", "Β", 1.0, Code, KEY_B},
|
||||||
{"ν", "Ν", 1.0, Code, KEY_N},
|
{"ν", "Ν", 1.0, Code, KEY_N},
|
||||||
{"μ", "Μ", 1.0, Code, KEY_M},
|
{"μ", "Μ", 1.0, Code, KEY_M},
|
||||||
{",", "'", 1.0, Code, KEY_COMMA},
|
{"/", "\\", 1.0, Code, KEY_SLASH},
|
||||||
{".", "\"", 1.0, Code, KEY_DOT},
|
{"⌫", "⌫", 1.5, Code, KEY_BACKSPACE, .scheme = 1},
|
||||||
{"⌫", "⌫", 1.0, Code, KEY_BACKSPACE, .scheme = 1},
|
|
||||||
|
|
||||||
{"", "", 0.0, EndRow},
|
{"", "", 0.0, EndRow},
|
||||||
|
|
||||||
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
|
{"Abc", "Abc", 1.5, NextLayer, .scheme = 1},
|
||||||
{"⇧", "⇧", 1.0, Mod, Shift, .scheme = 1},
|
{",", "'", 1.0, Code, KEY_COMMA},
|
||||||
{"Cmp", "Cmp", 1.0, Compose, .scheme = 1},
|
{"", "", 5, Code, KEY_SPACE},
|
||||||
{"", "", 5.0, Code, KEY_SPACE},
|
{".", "\"", 1.0, Code, KEY_DOT},
|
||||||
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
|
{"Enter", "Enter", 2, Code, KEY_ENTER, .scheme = 1},
|
||||||
|
|
||||||
/* end of layout */
|
/* end of layout */
|
||||||
{"", "", 0.0, Last},
|
{"", "", 0.0, Last},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user