refresh page CTRL R

This commit is contained in:
Face
2025-09-10 17:32:25 +03:00
parent 51489384d3
commit c2a82068e3
3 changed files with 20 additions and 1 deletions

View File

@@ -249,6 +249,8 @@ func _input(_event: InputEvent) -> void:
if Input.is_action_just_pressed("FocusSearch"):
main.search_bar.grab_focus()
main.search_bar.select_all()
if Input.is_action_just_pressed("ReloadPage"):
main.reload_current_page()
func _on_new_tab_button_pressed() -> void:
create_tab()