mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 18:04:48 +03:00
Pass select all as keypress.
This commit is contained in:
parent
4fd095c060
commit
69c0fb1fff
@ -824,8 +824,7 @@ nsws_window_command(HWND hwnd,
|
||||
if (GetFocus() == gw->urlbar)
|
||||
SendMessage(gw->urlbar, EM_SETSEL, 0, -1);
|
||||
else
|
||||
selection_select_all(
|
||||
browser_window_get_selection(gw->bw));
|
||||
browser_window_key_press(gw->bw, KEY_SELECT_ALL);
|
||||
break;
|
||||
|
||||
case IDM_EDIT_SEARCH:
|
||||
|
Loading…
x
Reference in New Issue
Block a user