Codebase list virt-viewer / ae3e15f
man: add zoom hotkeys Signed-off-by: Uri Lublin <uril@redhat.com> Uri Lublin 3 years ago
2 changed file(s) with 16 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7272 will be effective even when the guest display widget has input focus. The format
7373 for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
7474 Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
75 release-cursor, secure-attention, usb-device-reset, smartcard-insert and
75 release-cursor, zoom-in, zoom-out, zoom-reset,
76 secure-attention, usb-device-reset, smartcard-insert and
7677 smartcard-remove. The C<secure-attention> action sends a secure attention
7778 sequence (Ctrl+Alt+Del) to the guest. Examples:
7879
249250
250251 Key binding for releasing cursor grab. (see L<HOTKEY> for description of expected string)
251252
253 =item C<zoom-in> (hotkey string)
254
255 Key binding for zooming in and enlarging client window size. (see L<HOTKEY> for description of expected string)
256
257 =item C<zoom-out> (hotkey string)
258
259 Key binding for zooming out and reducing client window size. (see L<HOTKEY> for description of expected string)
260
261 =item C<zoom-reset> (hotkey string)
262
263 Key binding for reseting zoom and client window size. (see L<HOTKEY> for description of expected string)
264
252265 =item C<smartcard-insert> (hotkey string)
253266
254267 Key binding for inserting emulated smartcard. (see L<HOTKEY> for description of expected string)
9292 will be effective even when the guest display widget has input focus. The format
9393 for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
9494 Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
95 release-cursor, secure-attention, usb-device-reset, smartcard-insert and
95 release-cursor, zoom-in, zoom-out, zoom-reset,
96 secure-attention, usb-device-reset, smartcard-insert and
9697 smartcard-remove. The C<secure-attention> action sends a secure attention
9798 sequence (Ctrl+Alt+Del) to the guest. Examples:
9899