Skip to content

Commit

Permalink
Add equals key to decryption keyboard (fixes Tasssadar#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuowei authored and HashBang173 committed Mar 12, 2016
1 parent 3c110d6 commit 226b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static const uint32_t normalKeycodeMapCharset3[] = {

static const uint32_t normalKeycodeMapCharset4[] = {
'~', '`', '|', '<', '>', '-', '+', '!', '?', ';',
OSK_EMPTY | KFLAG_HALF, '^', '\\', '$', '%', '&', '-', '+', '{', '}',
OSK_EMPTY | KFLAG_HALF, '^', '\\', '$', '%', '&', '-', '=', '{', '}',
OSK_CHARSET3 | KFLAG_PLUS_HALF, '*', '"', '\'', ':', ';', '[', ']', OSK_BACKSPACE | KFLAG_PLUS_HALF, OSK_EMPTY,
OSK_CHARSET1 | KS(2), ',', ' ' | KS(4), '/', OSK_ENTER | KS(2),
0
Expand Down

0 comments on commit 226b3dd

Please sign in to comment.