mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Applications/Internet/Cyberia: Use Alt+Cursor-(Left|Right) to move back/forward in history for active tab
This commit is contained in:
@@ -728,6 +728,14 @@ U0 @cyberia_win_keypress(Window* w, I64 event)
|
||||
@cyberia_select_tab(tabpanel1->count - 1);
|
||||
return;
|
||||
}
|
||||
if (KeyDown(SC_CURSOR_LEFT)) {
|
||||
@cyberia_back_clicked;
|
||||
return;
|
||||
}
|
||||
if (KeyDown(SC_CURSOR_RIGHT)) {
|
||||
@cyberia_fwd_clicked;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (KeyDown(SC_CTRL) && KeyDown(Char2ScanCode('t'))) {
|
||||
|
||||
Reference in New Issue
Block a user