Fix delete key in st (#425)

This commit is contained in:
jaredforrest
2020-12-10 14:04:12 +00:00
committed by GitHub
parent 7ee6de39a1
commit aa9ca84cb2

View File

@@ -948,6 +948,8 @@ Key::Type Window::getInputChar(int key)
m_mouse_event.y = (raw_y - 33) & 0xff;
return define_mouse_event(key);
}
case 'P': // st
return Key::Delete;
case 'Z':
return Key::Shift | Key::Tab;
case '[': // F1 to F5 in tty