Revision de1db2a1

b/qemu-doc.texi
278 278

  
279 279
@c man begin OPTIONS
280 280

  
281
During the graphical emulation, you can use the following keys:
281
During the graphical emulation, you can use special key combinations to change
282
modes. The default key mappings are shown below, but if you use @code{-alt-grab}
283
then the modifier is Ctrl-Alt-Shift (instead of Ctrl-Alt) and if you use
284
@code{-ctrl-grab} then the modifier is the right Ctrl key (instead of Ctrl-Alt):
285

  
282 286
@table @key
283 287
@item Ctrl-Alt-f
284 288
@kindex Ctrl-Alt-f
b/qemu-options.hx
662 662
STEXI
663 663
@item -alt-grab
664 664
@findex -alt-grab
665
Use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt).
665
Use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt). Note that this also
666
affects the special keys (for fullscreen, monitor-mode switching, etc).
666 667
ETEXI
667 668

  
668 669
DEF("ctrl-grab", 0, QEMU_OPTION_ctrl_grab,
......
671 672
STEXI
672 673
@item -ctrl-grab
673 674
@findex -ctrl-grab
674
Use Right-Ctrl to grab mouse (instead of Ctrl-Alt).
675
Use Right-Ctrl to grab mouse (instead of Ctrl-Alt). Note that this also
676
affects the special keys (for fullscreen, monitor-mode switching, etc).
675 677
ETEXI
676 678

  
677 679
DEF("no-quit", 0, QEMU_OPTION_no_quit,

Also available in: Unified diff