From fa08c52d8e434e0fb50849ee9a115ca9f04ab755 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 9 Aug 2015 04:07:50 +0200 Subject: [PATCH] send ctrl+alt, since it fixes messing up hotkeys for some reason --- rofi-pass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi-pass b/rofi-pass index 2795374..3157c23 100755 --- a/rofi-pass +++ b/rofi-pass @@ -198,8 +198,8 @@ showEntry () { if [[ -z $(echo -n "${stuff[${word}]}") ]]; then xdotool type ${word} else - echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file - - xdotool click 1 + echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --delay 100 --file - + xdotool key ctrl+alt fi fi elif [[ ${rofi_exit} -eq 1 ]]; then