Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to Control AutoText
#6
Thank you very much for your help, the first question has been solved perfectly. Heart

On the second question, I found some information on the Internet. Using autohotkey, I can easily switch the input method. The following is the code. I want to know if there is any way to add the same function to QM. ? Idea

SwitchIME  (Is a function that switches input methods)

Code:
Copy      Help
#ifwinactive ahk_class wndclass_desked_gsk,MsoDockTop

::;c::    ; Input ;c  Switch to Sogou Wubi  

   SelectLeftSpaceChar()

   SwitchIME("Sogou Wubi")

   return


Messages In This Thread
how to Control AutoText - by win - 01-04-2019, 01:29 PM
RE: how to Control AutoText - by Kevin - 01-06-2019, 08:06 PM
RE: how to Control AutoText - by win - 01-06-2019, 09:52 PM
RE: how to Control AutoText - by Kevin - 01-06-2019, 10:43 PM
RE: how to Control AutoText - by Kevin - 01-07-2019, 01:55 AM
RE: how to Control AutoText - by win - 01-07-2019, 02:35 AM
RE: how to Control AutoText - by Kevin - 01-07-2019, 05:20 AM
RE: how to Control AutoText - by win - 01-07-2019, 09:29 AM
RE: how to Control AutoText - by Kevin - 01-08-2019, 12:41 AM
RE: how to Control AutoText - by win - 01-08-2019, 08:39 AM
RE: how to Control AutoText - by Kevin - 01-09-2019, 03:03 AM
RE: how to Control AutoText - by Kevin - 01-09-2019, 03:01 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)