mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-22 04:04:04 +09:00
taut: more helpmsg
This commit is contained in:
@@ -115,6 +115,8 @@ Timeline has two distinct modes: view and edit mode. Two modes are toggled using
|
||||
&bul;<b>[</b>&mdot;<b>]</b> : <O>(note column) lowers/raises a note by one unit</O>
|
||||
&bul;<b>z</b> : <O>(note column) inserts a key-off &keyoffsym;</O>
|
||||
&bul;<b>x</b> : <O>(note column) inserts a note-cut ¬ecutsym;</O>
|
||||
&bul;<b>c</b> : <O>(note column) inserts a note fade ¬efadesym;</O>
|
||||
&bul;<b>v</b> : <O>(note column) inserts a fast fade ¬efastfadesym;</O>
|
||||
&bul;<b>.</b> : <O>clears fields</O>
|
||||
&bul;<b>bksp</b> : <O>deletes one character on the selected column</O>
|
||||
&bul;<b>0</b>&ddot;<b>9</b> <b>a</b>&ddot;<b>f</b> : <O>inserts a (hexa)decimal number</O>
|
||||
|
||||
@@ -70,6 +70,8 @@ function expandEntities(s) {
|
||||
.replaceAll('&udlr;', '\u008428u\u008429u')
|
||||
.replaceAll('&keyoffsym;', '\u00A0\u00B1\u00B1\u00A1')
|
||||
.replaceAll('¬ecutsym;', '\u00A4\u00A4\u00A4\u00A4')
|
||||
.replaceAll('¬efadesym;', '~~~~')
|
||||
.replaceAll('¬efastfadesym;', '\u0084127u\u0084127u\u0084127u\u0084127u')
|
||||
.replaceAll(' ', '\u00840u')
|
||||
.replaceAll('­', '')
|
||||
.replaceAll('<', '<')
|
||||
|
||||
Reference in New Issue
Block a user