分列用的巨集符號是$separator,只要在巨集清單裡加入$separator就會換行,以前用來跳按鍵位置的$hop()已經取消了。
預設的巨集如下(取材自http://nebulousapps.net/manual/5.0/):
Special Insertion Macros
- $dfmt lets you add a custom time stamp. I recommend adding it, and then editing out what you don't need.
- $paste will put whatever text was in the clipboard into the doc
- $tab(n) will tab the text n-spaces
- $untab will backspace any tabs
- $sel will be substituted for the current selection (and leave the inserted text selected).
Cursor Macros
- $bottom moves the cursor to the bottom of the document
- $cursor will put the cursor at its location after the macro has been inserted
- $del deletes the next character (as opposed to backspace)
- $down moves the cursor down a line
- $left moves the cursor to the left
- $lword moves the cursor one word to the left
- $right moves the cursor to the right
- $rword moves the cursor one word to the right
- $select selects the current word and keeps your selection in-tact when you move the arrow keys
- $top moves the cursor to the top of the document
- $up moves the cursor up a line
Utility Macros
- $separator divides your macros up into multiple rows of macros that you can scroll through
- $find lets you add a search bar
- $undo undoes
- $redo redoes
可惜巨集還不能與一般文字合用,因此像「{}$left」這種組合就無法使用。
##
原文:簡睿隨筆