mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Debugger: Add some more shortcut descriptions in F1 helper
This commit is contained in:
parent
cfc7865f82
commit
e71c2df39d
@ -268,6 +268,10 @@ void debugger_frame::keyPressEvent(QKeyEvent* event)
|
|||||||
"\nKey F10: Perform single-stepping on instructions."
|
"\nKey F10: Perform single-stepping on instructions."
|
||||||
"\nKey F11: Perform step-over on instructions. (skip function calls)"
|
"\nKey F11: Perform step-over on instructions. (skip function calls)"
|
||||||
"\nKey F1: Show this help dialog."
|
"\nKey F1: Show this help dialog."
|
||||||
|
"\nKey Up: Scroll one instruction upwards. (address is decremented)"
|
||||||
|
"\nKey Down: Scroll one instruction downwards. (address is incremented)"
|
||||||
|
"\nKey Page-Up: Scroll upwards with steps count equal to the viewed instruction count."
|
||||||
|
"\nKey Page-Down: Scroll downwards with steps count equal to the viewed instruction count."
|
||||||
"\nDouble-click: Set breakpoints."));
|
"\nDouble-click: Set breakpoints."));
|
||||||
|
|
||||||
gui::utils::set_font_size(*l, 9);
|
gui::utils::set_font_size(*l, 9);
|
||||||
|
Loading…
Reference in New Issue
Block a user