diff --git a/src/Key.zig b/src/Key.zig index 8d8f6f6..bd6e586 100644 --- a/src/Key.zig +++ b/src/Key.zig @@ -141,10 +141,10 @@ pub fn isModifier(self: Key) bool { } // a few special keys that we encode as their actual ascii value -pub const enter: u21 = 0x0D; pub const tab: u21 = 0x09; 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