Skip to content

Commit

Permalink
Fix pause message
Browse files Browse the repository at this point in the history
The pause terminates only once the Enter key is pressed, not any key.

PR #3826 <#3826>

Signed-off-by: Romain Vimont <[email protected]>
  • Loading branch information
sixg0000d authored and rom1v committed Mar 16, 2023
1 parent d784166 commit 53cb563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/scrcpy-console.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53cb563

Please sign in to comment.