19ccae
From ae3e15f851605e5551406412fed00a034fc66f58 Mon Sep 17 00:00:00 2001
19ccae
From: Uri Lublin <uril@redhat.com>
19ccae
Date: Tue, 8 Dec 2020 20:12:19 +0200
19ccae
Subject: [PATCH 19/19] man: add zoom hotkeys
19ccae
19ccae
Signed-off-by: Uri Lublin <uril@redhat.com>
19ccae
---
19ccae
 man/remote-viewer.pod | 15 ++++++++++++++-
19ccae
 man/virt-viewer.pod   |  3 ++-
19ccae
 2 files changed, 16 insertions(+), 2 deletions(-)
19ccae
19ccae
diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod
19ccae
index 73c829f..e820f4b 100644
19ccae
--- a/man/remote-viewer.pod
19ccae
+++ b/man/remote-viewer.pod
19ccae
@@ -69,7 +69,8 @@ guest display widget does not have focus.  Any actions specified in B<HOTKEYS>
19ccae
 will be effective even when the guest display widget has input focus. The format
19ccae
 for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
19ccae
 Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
19ccae
-release-cursor, secure-attention, smartcard-insert and smartcard-remove.  The
19ccae
+release-cursor, zoom-in, zoom-out, zoom-reset,
19ccae
+secure-attention, smartcard-insert and  smartcard-remove.  The
19ccae
 C<secure-attention> action sends a secure attention sequence (Ctrl+Alt+Del) to
19ccae
 the guest. Examples:
19ccae
 
19ccae
@@ -224,6 +225,18 @@ Key binding for entering and leaving fullscreen mode. (see L<HOTKEY> for descrip
19ccae
 
19ccae
 Key binding for releasing cursor grab. (see L<HOTKEY> for description of expected string)
19ccae
 
19ccae
+=item C<zoom-in> (hotkey string)
19ccae
+
19ccae
+Key binding for zooming in and enlarging client window size. (see L<HOTKEY> for description of expected string)
19ccae
+
19ccae
+=item C<zoom-out> (hotkey string)
19ccae
+
19ccae
+Key binding for zooming out and reducing client window size. (see L<HOTKEY> for description of expected string)
19ccae
+
19ccae
+=item C<zoom-reset> (hotkey string)
19ccae
+
19ccae
+Key binding for reseting zoom and client window size. (see L<HOTKEY> for description of expected string)
19ccae
+
19ccae
 =item C<smartcard-insert> (hotkey string)
19ccae
 
19ccae
 Key binding for inserting emulated smartcard. (see L<HOTKEY> for description of expected string)
19ccae
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod
19ccae
index d55c5be..a42134b 100644
19ccae
--- a/man/virt-viewer.pod
19ccae
+++ b/man/virt-viewer.pod
19ccae
@@ -89,7 +89,8 @@ guest display widget does not have focus.  Any actions specified in B<HOTKEYS>
19ccae
 will be effective even when the guest display widget has input focus. The format
19ccae
 for B<HOTKEYS> is <action1>=<key1>[+<key2>][,<action2>=<key3>[+<key4>]].
19ccae
 Key-names are case-insensitive. Valid actions are: toggle-fullscreen,
19ccae
-release-cursor, secure-attention, smartcard-insert and smartcard-remove.  The
19ccae
+release-cursor, zoom-in, zoom-out, zoom-reset,
19ccae
+secure-attention, smartcard-insert and smartcard-remove.  The
19ccae
 C<secure-attention> action sends a secure attention sequence (Ctrl+Alt+Del) to
19ccae
 the guest. Examples:
19ccae
 
19ccae
-- 
19ccae
2.29.2
19ccae