Fix delete key in st (#425)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user