Document the mouse capture release shortcut used on the Qt frontend

This commit is contained in:
Hugo Locurcio
2022-02-23 22:03:06 +01:00
parent 52a1873380
commit e42539f286

View File

@@ -35,7 +35,7 @@ Now you're ready to do some stuff inside the emulated machine. Keyboard input is
Mouse input has to be manually "captured" and "released". To capture the mouse in the emulated mahine, simply click inside the renderer area. Your host mouse cursor will disappear and your mouse movement and clicks will be redirected into the emulated machine. Now you can use the mouse inside the emulated machine - if the software and hardware configuration supports it, of course.
To release the mouse, press F8 and F12 simultaneously. You can also use the middle mouse button for this if the emulated mouse only has two buttons.
To release the mouse, press :kbd:`F8 + F12` simultaneously (Win32 frontend) or :kbd:`Ctrl + End` (Qt frontend, used on Linux). You can also use the middle mouse button for this if the emulated mouse only has two buttons.
.. rubric:: Step 7: What now?