VTT Key Control Map
I. VTT Key Control MapThe table below shows the short cut for key control on VTT:
| Markups related | |
|---|---|
| Key | Action |
| [ | Move selected markup to the first markup |
| ] | Move selected markup to the last markup |
| , | Move selected markup backward |
| . | Move selected markup forward |
| { | Move selected markup to the first displayed markup |
| } | Move selected markup to the last displayed markup |
| < | Move selected displayed markup backward |
| > | Move selected displayed markup forward |
| j | Join the selected markup to the next markup |
| m | Toggle markup dialog of the selected markup |
| r | Redo markup operation |
| u | Undo markup operation |
| 0 | Delete the selected markup |
| 1 ~ 9 | Set the selected markup/highlight text to the associated tag |
| VTT System related | |
| Key | Action |
| a | Save a file as |
| c | Close a file |
| o | Open a file |
| p | Print a file |
| s | Save a file |
| x | Exit VTT |
| f | Find option (to find a term) |
| h | VTT document help |
| q | Quick loading tags from a default file |
| t | Compare current open VTT file to another VTT file |
| z | Show zoom in/out dialog |
II. Java Reserved Keys
The following keys are reserved by Java class TextPane( ) and are not used in VTT.
III. Mapping Value for Special Keys
Regular keys return its char. The following special keys only return Int value.
| Key | Value | Default Beep( ) |
|---|---|---|
| Backspace | 8 | Yes |
| Enter | 10 | Yes |
| Esc | 27 | No |
| Space | 32 | No |
| Delete | 127 | Yes |