I want to hide the soft keyboard using adb shell command. Is there any specific command for this or in any way I can get the current focus window object over adb on which I can hide the keyboard if it is displayed?
you can hide your keyboard with
adb shell input keyevent 111
You can find all the key events here: http://developer.android.com/reference/android/view/KeyEvent.html
Source: https://habr.com/ru/post/1605926/More articles:Palindrome Checker in JavaScript - don't know how to debug - javascriptCustom keyboard like gif keyboard in android - androidThrow multiple templates into a template template - template binding? - c ++Powershell: как избавиться от вывода CMD при назначении переменной (nslookup) - redirectHow to disable page scrolling while dragging and dropping in jquery? - javascripthow do I know most javascript and css files used? - asp.netMigration problem - EF thinks the database needs updating, projects that link to it will not be executed - c #gedmo/doctrine-extensions, запрашивающие токен при установке через композитор - github'data :,' in the address bar when using chromedriver 2.19 and selenium 2.47 - google-chromeHow to create a table in a week and divide by day and hour - dateAll Articles