Skip to content

Commit

Permalink
fix enter key
Browse files Browse the repository at this point in the history
dnmalenke committed Jun 18, 2021
1 parent 8afb966 commit 5ae6967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Calc2KeyCE.Core/KeyHandling/Keyboard.cs
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@ public enum DirectXKeyStrokes
LBRACKET = 0x1A,
RBRACKET = 0x1B,
RETURN = 0x1C,
ENTER = 0x1C,
LCONTROLKEY = 0x1D,
CONTROLKEY = 0x1D,
A = 0x1E,

0 comments on commit 5ae6967

Please sign in to comment.