View Single Post
Old 08-17-2017, 05:47 PM   #17
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by mdp View Post
coded an app which:
-- would remove focus from Kingsoft by placing a transparent layer on top of it
-- would be called by a keyboard shortcut (e.g. [CMD]+[H], for "Hide")*
-- would close on tap (it's a big transparent button)
Of course, starting it from the shortcut hides the cursor on the editor (which "goes in the background" but still shows the page.
Here you are. Before somebody gets confused, I repeat: IT IS A BIG TRANSPARENT BUTTON, in an app that you would supposedly call using a keyboard shortcut. Keyboard shortcuts are set using the "Quick Launch Settings" in Android. To summon the interface, if hidden in the firmware (it often is), the command is:

adb -d shell am start -a android.intent.action.MAIN -n com.android.settings/.quicklaunch.QuickLaunchSettings
Attached Files
File Type: zip name.mdp.hidecursor.apk.zip (192.1 KB, 152 views)
mdp is offline   Reply With Quote