Skip to content

Commit

Permalink
added missing abc/sym key to dialer layer
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon authored and jjsullivan5196 committed Dec 1, 2021
1 parent 35c5f44 commit 6abc005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout.mobintl.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ static struct key keys_dialer[] = {
{"0", "0", 1.0, Code, KEY_0},
{"#", "#", 1.0, Code, KEY_NUMERIC_POUND},
{"", "", 0.0, EndRow},
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1}
,
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},

/* end of layout */
{"", "", 0.0, Last},
Expand Down

0 comments on commit 6abc005

Please sign in to comment.