mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
HotkeyManager: Add missing hotkeys to the Hotkeys dialog
This commit is contained in:
parent
19f753de6b
commit
322c813cb6
@ -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…
x
Reference in New Issue
Block a user