From 53cb5635cfbe022061e44a39a3f9f6044b0da5e4 Mon Sep 17 00:00:00 2001 From: sixg0000d Date: Thu, 16 Mar 2023 18:22:53 +0800 Subject: [PATCH] Fix pause message The pause terminates only once the Enter key is pressed, not any key. PR #3826 Signed-off-by: Romain Vimont --- app/data/scrcpy-console.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/scrcpy-console.desktop b/app/data/scrcpy-console.desktop index f9921782..0e2f9ab0 100644 --- a/app/data/scrcpy-console.desktop +++ b/app/data/scrcpy-console.desktop @@ -5,7 +5,7 @@ Comment=Display and control your Android device # For some users, the PATH or ADB environment variables are set from the shell # startup file, like .bashrc or .zshrc… Run an interactive shell to get # environment correctly initialized. -Exec=/bin/bash --norc --noprofile -i -c "\"\\$SHELL\" -i -c scrcpy || read -p 'Press any key to quit...'" +Exec=/bin/bash --norc --noprofile -i -c "\"\\$SHELL\" -i -c scrcpy || read -p 'Press Enter to quit...'" Icon=scrcpy Terminal=true Type=Application