-
-
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
Use Cmd+c/Cmd+c on Mac OS? #642
Comments
IMO, it should be |
OK. Are there any other shortcuts which should use Cmd instead of Ctrl on MacOS? |
In MacOS, (almost) all ctrl should be replaced by cmd. |
Yeah, on mac I usually only use ctrl on the terminal. Using CMD is way more intuitive for Mac users :) |
Mac users, please test #676 😉 Thank you |
Mac users, I would like your opinion on #1446 :) In macOS applications, do all the app-specific shortcut use Cmd? |
On Mac OS, should we use Cmd instead of Ctrl to copy-paste?
If yes, we should ifdef the same way we do for the volume:
scrcpy/app/src/input_manager.c
Lines 293 to 297 in 4961256
here:
scrcpy/app/src/input_manager.c
Lines 312 to 327 in 4961256
The text was updated successfully, but these errors were encountered: