Please keep in mind: You need the AutoHotkey Tool running and the below code inside a running script. (but you should know about that)
Code: Select all
Enter i.e. ;-line<space> and you get this line
; ---------------------------------------------------------------------------------------------------------------------
Code: Select all
;> Lines of 120 chars
;>
:co:;:line::{;}:{: 117}{Enter} ; line with ':' colon
:co:;'line::{;}'{' 117}{Enter} ; line with '''
:co:;-line::{;} {- 117}{Enter} ; line with ~~~
:co:;~line::{;}~{~ 117}{Enter} ; line with --
:co:;"line::{;}"{" 117}{Enter} ; line with """
:co:;=line::{;}={= 117}{Enter} ; double line '='
:co:;*line::{;}*{* 117}{Enter} ; line with '*' asterisks
:co:;_line::{;}_{_ 117}{Enter} ; line with %
:co:;%line::{;}%{% 117}{Enter} ; line with %
;>
:co:;/line::{;}/{- 116}\{Enter} ; line with /- .. -\
:co:;\line::{;}\{- 116}/{Enter} ; line with \- .. -/
:co:;+line::{;}{+}{- 116}{+}{Enter} ; line with +- .. -+
;>
:co:;#line::{;}{#}{# 117}{Enter} ; line with #
Happy coding and stay healthy.