📄 txt2qsc.qsc
字号:
; ----------------------------------------------------
; This script is designed to convert normal text
; into a reproducable script form. It works on a
; single line basis, load this script and then press
; F12 and it will convert the line to script form.
; EXAMPLE ; Before => This is a test
; After => text This is a test{lf}
; ----------------------------------------------------
linestart
text text
lineend
text {lbrace} lf {rbrace}
selectline
replace lf **lf
selectline
replace {comment}**{lbrace}comment{rbrace}
down 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -