-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Add an option to disable the on-screen keyboard temporarily #181
Comments
Would a wrapper script be sufficient? Related (to "custom actions"): |
well yes but i wonder how to combine those custom scripts when needed. ... and it works just f*cking awesome! |
👍
Could be replaced by the higher-level command:
|
This solution works awesome! |
here's a windows batch script based on your script: https://gist.github.com/sharunkumar/ca2cd57936e4bac974578d1e8a6b3cf6 |
The downside of a wrapper script is that when I disconnect my phone without closing |
completely agree with having the option to emulate physical keyboard and this way to disable gboard once scrcpy connected to phone... |
|
do you mean it's going to be implemented in next regular version?
|
@Peter-maximus Yes, on Linux. |
What about version for Windows?
|
If someone manages to make it work on Windows (and mocOS)… See discussion. On Linux, it just works. |
The workaround posted by @vshymanskyy is clever, but with all of the already discussed. Also, the app "null keyboard" has been removed from the store. There is a new app "No Keyboard" which gives us pretty much everything we want, but leaves only a small bar with a keyboard switcher shortcut - For me, it's preferable to a workaround as we don't have to mess with scripts, and also there's no awkward process of restoring our settings if we don't exit cleanly. https://play.google.com/store/apps/details?id=io.github.visnkmr.nokeyboard&hl=en&gl=US |
I did a small investigation of how it can be done using ADB with a great success.
First, I installed NULL keyboard. A keyboard that does nothing. Yes, really.
It works great, but once I set IME to Null, I can't switch back easily (only through Android settings menu).
IME switching can be done using ADB:
List all IME:
Get current IME:
Set Null IME:
Restore IME:
The text was updated successfully, but these errors were encountered: