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