-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut vol + and - do not work #103
Comments
Thank you for your report. On what system (Linux, Windows, MacOS)? On what device, with which keyboard layout? |
What if you manually execute: adb shell input keyevent 24 # volume up
adb shell input keyevent 25 # volume down ? |
@rom1v Thanks to you for the answer and if you settle! Windows 7, Huawei P9 lite, QWERTY italian layout |
@rom1v no I use the keyboard shortcut but Do not work |
To determine the cause of the issue with the keyboard shortcuts, please try sending the volume key events manually. Open a console, go to the adb directory, and execute the commands provided in #103 (comment). |
I do not know how to use the console, what should I do exactly? :c |
Update: tested on my nexus 5x running nougat. adb commands turn volume up or down. However inside scrscpy the keyboard {ctrl -} or { ctrl +} doesn't change volume. |
I could not make Ctrl+'+' and Ctrl+'-' work for every keyboard on every platform. Instead, use Ctrl+UP and Ctrl+DOWN (like in VLC) to change the volume. Fixes <#103>.
OK, thank you, I reproduced on Windows. I could not make Ctrl+ So I changed the shortcuts to Ctrl+ |
@rom1v thanks, You are very kind, I hope it will work in the next version :3 |
Just open Command prompt and type cd and copy the location of scrcpy folder where you located then type adb shell input keyevent 24 and adb shell input keyevent 25 for check Ctrl ^ |
Hi, Shortcuts to increase or decrease the phone volume do not work
The text was updated successfully, but these errors were encountered: