mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
HotkeyManager: Add missing hotkeys to the Hotkeys dialog
This commit is contained in:
parent
19f753de6b
commit
322c813cb6
1 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
const std::string hotkey_labels[] =
|
const std::string hotkey_labels[] =
|
||||||
{
|
{
|
||||||
(""), // Open
|
_trans("Open"),
|
||||||
(""), // Change Disc
|
_trans("Change Disc"),
|
||||||
(""), // Refresh List
|
_trans("Refresh List"),
|
||||||
|
|
||||||
_trans("Toggle Pause"),
|
_trans("Toggle Pause"),
|
||||||
_trans("Stop"),
|
_trans("Stop"),
|
||||||
|
@ -26,7 +26,7 @@ const std::string hotkey_labels[] =
|
||||||
|
|
||||||
_trans("Toggle Fullscreen"),
|
_trans("Toggle Fullscreen"),
|
||||||
_trans("Take Screenshot"),
|
_trans("Take Screenshot"),
|
||||||
(""), // Exit
|
_trans("Exit"),
|
||||||
|
|
||||||
_trans("Connect Wiimote 1"),
|
_trans("Connect Wiimote 1"),
|
||||||
_trans("Connect Wiimote 2"),
|
_trans("Connect Wiimote 2"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue