The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoText, with extra spaces
#1
Question 
I have defined the following AutoText, but after use, there are a lot more spaces, please see the picture Thanks in advance
 
Autotext Autotext
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/p3

code :sub.Sub1


#sub Sub1 m
_s=
;;Create integer variable h and get QM code edit control handle
;int h = id(2210 "Quick Macros")
;;Create integer variable y and assign 10
;int y = 10
;;Click 5 times, each time adding 16 to y
;rep 5
;,lef 50 y h
;,0.5 ;;wait 0.5 s
;,y + 16
;;Select text
;lef+ 20 15 h
;lef- 20 80 h
;;Restore mouse cursor position
;mou
;
key (_s)

In addition, I hope that developers can add hotkeys to AutoText, for example: ctrl+alt+shift+t. When I press the hotkey, I prompt for an abbreviation and prompt me save to an autotext file, it will be more convenient to use, thank you

My problem is solved and used    Smile

paste (_s)

In addition, I hope that developers can add hotkeys to AutoText, for example: ctrl+alt+shift+t. When I press the hotkey, I prompt for an abbreviation and prompt me save to an autotext file, it will be more convenient to use, thank you Idea


Attached Files Image(s)
   


Messages In This Thread
AutoText, with extra spaces - by win - 03-31-2018, 12:58 AM
RE: AutoText, with extra spaces - by Gintaras - 03-31-2018, 05:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)