mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-26 21:37:58 +00:00
man: add zoom hotkeys
Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
8de1e49136
commit
ae3e15f851
@ -73,7 +73,8 @@ guest display widget does not have focus. Any actions specified in B<HOTKEYS>
|
||||
will be effective even when the guest display widget has input focus. The format
|
||||
for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
|
||||
Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
|
||||
release-cursor, secure-attention, usb-device-reset, smartcard-insert and
|
||||
release-cursor, zoom-in, zoom-out, zoom-reset,
|
||||
secure-attention, usb-device-reset, smartcard-insert and
|
||||
smartcard-remove. The C<secure-attention> action sends a secure attention
|
||||
sequence (Ctrl+Alt+Del) to the guest. Examples:
|
||||
|
||||
@ -250,6 +251,18 @@ Key binding for entering and leaving fullscreen mode. (see L<HOTKEY> for descrip
|
||||
|
||||
Key binding for releasing cursor grab. (see L<HOTKEY> for description of expected string)
|
||||
|
||||
=item C<zoom-in> (hotkey string)
|
||||
|
||||
Key binding for zooming in and enlarging client window size. (see L<HOTKEY> for description of expected string)
|
||||
|
||||
=item C<zoom-out> (hotkey string)
|
||||
|
||||
Key binding for zooming out and reducing client window size. (see L<HOTKEY> for description of expected string)
|
||||
|
||||
=item C<zoom-reset> (hotkey string)
|
||||
|
||||
Key binding for reseting zoom and client window size. (see L<HOTKEY> for description of expected string)
|
||||
|
||||
=item C<smartcard-insert> (hotkey string)
|
||||
|
||||
Key binding for inserting emulated smartcard. (see L<HOTKEY> for description of expected string)
|
||||
|
||||
@ -93,7 +93,8 @@ guest display widget does not have focus. Any actions specified in B<HOTKEYS>
|
||||
will be effective even when the guest display widget has input focus. The format
|
||||
for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
|
||||
Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
|
||||
release-cursor, secure-attention, usb-device-reset, smartcard-insert and
|
||||
release-cursor, zoom-in, zoom-out, zoom-reset,
|
||||
secure-attention, usb-device-reset, smartcard-insert and
|
||||
smartcard-remove. The C<secure-attention> action sends a secure attention
|
||||
sequence (Ctrl+Alt+Del) to the guest. Examples:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user