mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
parent
b05cb1241e
commit
612afca961
@ -127,6 +127,7 @@ fn build_map() -> HashMap<WPARAM, PhysKeyCode> {
|
||||
(VK_OEM_3, PhysKeyCode::Grave),
|
||||
(VK_DECIMAL, PhysKeyCode::KeypadDecimal),
|
||||
(VK_MULTIPLY, PhysKeyCode::KeypadMultiply),
|
||||
(VK_INSERT, PhysKeyCode::Insert),
|
||||
(VK_ADD, PhysKeyCode::KeypadAdd),
|
||||
(VK_CLEAR, PhysKeyCode::KeypadClear),
|
||||
(VK_DIVIDE, PhysKeyCode::KeypadDivide),
|
||||
|
Loading…
Reference in New Issue
Block a user