Reset the 'enter' binding to 0x0D after upstream fix

This commit is contained in:
00JCIV00 2024-02-27 10:17:42 -05:00 committed by Tim Culverhouse
parent a07d4f19a7
commit 26cd121a75

View file

@ -144,9 +144,9 @@ pub fn isModifier(self: Key) bool {
// a few special keys that we encode as their actual ascii value
pub const tab: u21 = 0x09;
pub const enter: u21 = 0x0D;
pub const escape: u21 = 0x1B;
pub const space: u21 = 0x20;
pub const enter: u21 = 0x6D;
pub const backspace: u21 = 0x7F;
/// multicodepoint is a key which generated text but cannot be expressed as a