mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Update README.md
This commit is contained in:
parent
74042d2287
commit
0c85bd13db
22
README.md
22
README.md
@ -37,6 +37,26 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
|
||||
- `cd bin`
|
||||
- `./musikbox`
|
||||
|
||||
## keyboard shortcuts
|
||||
|
||||
the user interface is very new and will change considerably over time.
|
||||
|
||||
the current hotkeys are generally based around holding the alt/meta key with your left thumb, and using the home row with your right hand.
|
||||
|
||||
- `<TAB>` tabs between windows
|
||||
- `F1` switch to console view
|
||||
- `F2` switch to library view
|
||||
- `ALT+i` volume up 5%
|
||||
- `ALT+k` volume down 5%
|
||||
- `ALT+j` previous track
|
||||
- `ALT+l` next track
|
||||
- `ALT+u` back 10 seconds
|
||||
- `ALT+o` forward 10 seconds
|
||||
- `ALT+r` repaint the screen
|
||||
- `<SPACE>` pause/resume (only in library view)
|
||||
- `CTRL+p` pause/resume (globally)
|
||||
- `CTRL+d` quit
|
||||
|
||||
# sdk
|
||||
|
||||
musikcube is built around its SDK interfaces. they're still in the process of being cleaned up and slimmed down. you can see what they look like here: https://github.com/clangen/musikcube/tree/master/src/core/sdk
|
||||
musikcube is built around its own SDK interfaces. they're still in the process of being cleaned up and slimmed down. you can see what they look like here: https://github.com/clangen/musikcube/tree/master/src/core/sdk
|
||||
|
Loading…
Reference in New Issue
Block a user