diff --git a/portprotonqt/main_window.py b/portprotonqt/main_window.py index 8e05823..183f0b7 100644 --- a/portprotonqt/main_window.py +++ b/portprotonqt/main_window.py @@ -242,7 +242,7 @@ class MainWindow(QMainWindow): keyboard_hints = [ ("key_enter", _("Select")), - ("key_esc", _("Back")), + ("key_backspace", _("Back")), ("key_e", _("Add Game")), ("key_context", _("Menu")), ("key_f11", _("Fullscreen")), diff --git a/portprotonqt/themes/standart/images/button_lt.png b/portprotonqt/themes/standart/images/button_lt.png deleted file mode 100644 index 526816c..0000000 Binary files a/portprotonqt/themes/standart/images/button_lt.png and /dev/null differ diff --git a/portprotonqt/themes/standart/images/button_rt.png b/portprotonqt/themes/standart/images/button_rt.png deleted file mode 100644 index 8004286..0000000 Binary files a/portprotonqt/themes/standart/images/button_rt.png and /dev/null differ diff --git a/portprotonqt/themes/standart/images/button_y.png b/portprotonqt/themes/standart/images/button_y.png deleted file mode 100644 index cf4a997..0000000 Binary files a/portprotonqt/themes/standart/images/button_y.png and /dev/null differ diff --git a/portprotonqt/themes/standart/images/key_backspace.png b/portprotonqt/themes/standart/images/key_backspace.png new file mode 100644 index 0000000..be1a758 Binary files /dev/null and b/portprotonqt/themes/standart/images/key_backspace.png differ diff --git a/portprotonqt/themes/standart/images/key_insert.png b/portprotonqt/themes/standart/images/key_insert.png deleted file mode 100644 index d0ae4d5..0000000 Binary files a/portprotonqt/themes/standart/images/key_insert.png and /dev/null differ