Skip to content

Commit

Permalink
add ? into last free space on text editor keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored and AKuHAK committed Apr 28, 2023
1 parent 8ba6236 commit 4b5a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static char *KEY = " 01ABCDEFGHIJKLM:; "
" 23NOPQRSTUVWXYZ., "
" 45abcdefghijklm() "
" 67nopqrstuvwxyz[] "
" 89+-=!#\\/ $%&@_^' "; // Virtual KeyBoard Matrix.
" 89+-=!#\\/?$%&@_^' "; // Virtual KeyBoard Matrix.

// Function Prototypes
static int MenuEditor(void);
Expand Down

0 comments on commit 4b5a910

Please sign in to comment.