mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
Flesh out keyboard event support a bit more.
This commit is contained in:
@@ -476,7 +476,7 @@ void VirtualConsole::on_char(byte ch)
|
||||
set_cursor(m_cursor_row, m_cursor_column);
|
||||
}
|
||||
|
||||
void VirtualConsole::on_key_pressed(Keyboard::Key key)
|
||||
void VirtualConsole::on_key_pressed(Keyboard::Event key)
|
||||
{
|
||||
if (key.ctrl()) {
|
||||
if (key.character >= 'a' && key.character <= 'z') {
|
||||
|
||||
Reference in New Issue
Block a user