taut: more helpmsg

This commit is contained in:
minjaesong
2026-06-22 03:14:14 +09:00
parent 6f5f646e5c
commit ed2c7f5056
2 changed files with 4 additions and 0 deletions

View File

@@ -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 &notecutsym;</O>
&bul;<b>c</b> : <O>(note column) inserts a note fade &notefadesym;</O>
&bul;<b>v</b> : <O>(note column) inserts a fast fade &notefastfadesym;</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>

View File

@@ -70,6 +70,8 @@ function expandEntities(s) {
.replaceAll('&udlr;', '\u008428u\u008429u')
.replaceAll('&keyoffsym;', '\u00A0\u00B1\u00B1\u00A1')
.replaceAll('&notecutsym;', '\u00A4\u00A4\u00A4\u00A4')
.replaceAll('&notefadesym;', '~~~~')
.replaceAll('&notefastfadesym;', '\u0084127u\u0084127u\u0084127u\u0084127u')
.replaceAll('&nbsp;', '\u00840u')
.replaceAll('&shy;', '')
.replaceAll('&lt;', '<')