Skip to content

Commit

Permalink
editor: Adjust symbol for Alpha-Shift-EEX
Browse files Browse the repository at this point in the history
The expected symbol for Alpha-Shift-EEX is `∡`.

Fixes: #421

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
  • Loading branch information
c3d committed Oct 20, 2023
1 parent 0934c76 commit d4f1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3323,7 +3323,7 @@ bool user_interface::handle_alpha(int key)
{
L'Σ', '^', L'', L'', L'ρ', '(',
L'', '%', L'π', '<', '=', '>',
'_', L'', L'±', L'', '_',
'_', L'', L'±', L'', '_',
'_', '7', '8', '9', L'÷',
'_', '4', '5', '6', L'×',
'_', '1', '2', '3', '-',
Expand Down

0 comments on commit d4f1b99

Please sign in to comment.