Fix dialer numeric pound key

This commit is contained in:
Stacy Harper 2022-11-15 16:07:05 +01:00
parent bcd0880dd5
commit 1f3e6f681f
No known key found for this signature in database
GPG Key ID: EABA44759877E02A

View File

@ -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},