From 39e26ed029b256860b6cf16d24aa095673ffd87d Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sun, 15 Sep 2024 18:59:57 +0200 Subject: [PATCH] kde_doublek_workaround: Allow some time for the menu to close --- lib/utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.pm b/lib/utils.pm index 9fbcbbc9..c654277e 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1774,6 +1774,7 @@ sub kde_doublek_workaround { send_key $args{key}; wait_still_screen 5; send_key 'esc'; + wait_still_screen 3; } 1;