mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-27 03:09:54 +02:00
Fix dialer numeric pound key
This commit is contained in:
@ -365,7 +365,7 @@ static struct key keys_dialer[] = {
|
|||||||
{"", "", 0.0, EndRow},
|
{"", "", 0.0, EndRow},
|
||||||
{"*", "*", 1.0, Code, KEY_KPASTERISK},
|
{"*", "*", 1.0, Code, KEY_KPASTERISK},
|
||||||
{"0", "0", 1.0, Code, KEY_0},
|
{"0", "0", 1.0, Code, KEY_0},
|
||||||
{"#", "#", 1.0, Code, KEY_NUMERIC_POUND},
|
{"#", "#", 1.0, Code, KEY_3, 0, Shift},
|
||||||
{"", "", 0.0, EndRow},
|
{"", "", 0.0, EndRow},
|
||||||
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
|
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
|
||||||
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
|
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
|
||||||
|
Reference in New Issue
Block a user