Blame SOURCES/0018-tests-hotkeys-add-zoom-hotkeys.patch

19ccae
From 8de1e49136599842d52823295c0d3f4b941601de Mon Sep 17 00:00:00 2001
19ccae
From: Uri Lublin <uril@redhat.com>
19ccae
Date: Tue, 8 Dec 2020 20:11:23 +0200
19ccae
Subject: [PATCH 18/19] tests: hotkeys: add zoom hotkeys
19ccae
19ccae
Signed-off-by: Uri Lublin <uril@redhat.com>
19ccae
---
19ccae
 tests/test-hotkeys.c | 1 +
19ccae
 1 file changed, 1 insertion(+)
19ccae
19ccae
diff --git a/tests/test-hotkeys.c b/tests/test-hotkeys.c
19ccae
index cd2bd88..8275647 100644
19ccae
--- a/tests/test-hotkeys.c
19ccae
+++ b/tests/test-hotkeys.c
19ccae
@@ -67,6 +67,7 @@ test_hotkeys_good(void)
19ccae
     const gchar *hotkeys[] = {
19ccae
         "toggle-fullscreen=shift+f11",
19ccae
         "release-cursor=shift+f12,secure-attention=ctrl+shift+b",
19ccae
+        "zoom-in=shift+f2,zoom-out=shift+f3,zoom-reset=shift+f4",
19ccae
         "smartcard-insert=shift+I,smartcard-remove=shift+R",
19ccae
     };
19ccae
 
19ccae
-- 
19ccae
2.29.2
19ccae