Update README.md - All commands to one letter ver

This commit is contained in:
Etoh 2012-12-12 00:05:33 +00:00
parent cd8537873a
commit 1928dfbca8
1 changed files with 4 additions and 4 deletions

View File

@ -99,14 +99,14 @@ Pressing "Save" will save the settings and continue Syncplay start-up.
### Syncplay Commands ### Syncplay Commands
Within the Syncplay command-line you can enter the following commands (and then press enter) to access features: Within the Syncplay command-line you can enter the following commands (and then press enter) to access features of Syncplay:
* `help` / `h` - Displays list of commands and other information. * `r [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`.
* `l` - Displays list of users and what they are playing.
* `u` - Undo last seek. Seeks to where you were before the most recent seek. * `u` - Undo last seek. Seeks to where you were before the most recent seek.
* `p` - Toggle play/pause. * `p` - Toggle play/pause.
* `l` - Displays list of users and what they are playing.
* `room [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`.
* `[s][+-][time]` - Seek (jump) to specified time. Optional `+` or `-` denotes relative time forward and backward respectively. Time can be given in seconds or min:sec format. * `[s][+-][time]` - Seek (jump) to specified time. Optional `+` or `-` denotes relative time forward and backward respectively. Time can be given in seconds or min:sec format.
* * `h` - Displays list of commands and other information.
### Command-line switches ### Command-line switches