View Single Post
Old 08-16-2017, 03:05 PM   #11
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 rickyzhang View Post
what the cursor looks like in WPS?
1. Is the cursor blinking?
2. Is the cursor a large rectangle like Vim Touch or a vertical line like QuickEdit?

The flashing cursor with ghost imaging is a deal breaker for me to use Max Carta as editor. Maybe I should not use it as text editor.
For those many months in which I edited on Kingsoft daily and massively, since to modify the cursor specs in the Kingsoft code appeared as a humongous task, I "simply" 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.

I am in the office ATM, I can share later

*Your BT keyboard has most probably a [Command] key, with some other name, which is very useful on Android because you can use it to start applications. You define those application launching shortcuts from an interface which you can start from the adb console, since for some reason it is hidden in the settings. I posted the 'am' command somewhere in the forum, cannot check right now

Last edited by mdp; 08-16-2017 at 03:13 PM.
mdp is offline   Reply With Quote