1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00

fix build on linux

refs: #1495
This commit is contained in:
Wez Furlong 2022-01-03 11:11:36 -07:00
parent 2890e4e723
commit e2e7d60200

View File

@ -461,7 +461,7 @@ fn build_physkeycode_map(keymap: &xkb::Keymap) -> HashMap<xkb::Keycode, PhysKeyC
("AD10", PhysKeyCode::P),
("AD11", PhysKeyCode::LeftBracket),
("AD12", PhysKeyCode::RightBracket),
("DELE", PhysKeyCode::ForwardDelete),
("DELE", PhysKeyCode::Delete),
("END", PhysKeyCode::End),
("PGDN", PhysKeyCode::PageDown),
("KP7", PhysKeyCode::Keypad7),