mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 16:34:23 +03:00
parent
a3d4f09b07
commit
7526b0567c
@ -90,6 +90,7 @@ pub fn keysym_to_keycode(keysym: u32) -> Option<KeyCode> {
|
||||
KEY_KP_Enter => KeyCode::Char(0xdu8 as char),
|
||||
KEY_KP_Delete => KeyCode::Char('\u{7f}'),
|
||||
KEY_KP_Home => KeyCode::Home,
|
||||
KEY_KP_End => KeyCode::End,
|
||||
KEY_KP_Page_Up => KeyCode::PageUp,
|
||||
KEY_KP_Page_Down => KeyCode::PageDown,
|
||||
KEY_KP_Multiply => KeyCode::Multiply,
|
||||
|
Loading…
Reference in New Issue
Block a user