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