Fix bug #252 on Linux

This commit is contained in:
Federico Terzi 2020-05-02 14:42:00 +02:00
parent 92e49b4d65
commit ff7d078335

View File

@ -125,6 +125,7 @@ extern fn keypress_callback(_self: *mut c_void, raw_buffer: *const u8, _len: i32
37 => Some(LEFT_CTRL),
105 => Some(RIGHT_CTRL),
22 => Some(BACKSPACE),
66 => Some(CAPS_LOCK),
_ => None,
};