mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
update readme
This commit is contained in:
parent
cbda299260
commit
0027952260
1 changed files with 26 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -24,13 +24,20 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
|
||||||
|
|
||||||
## keymaps
|
## keymaps
|
||||||
|
|
||||||
|
* Arranger:
|
||||||
* [x] `arrows/wasd`: navigate
|
* [x] `arrows/wasd`: navigate
|
||||||
* [x] `tab`: toggle editor
|
* [x] `tab`: enter editor
|
||||||
* [x] `enter`: write note
|
* [x] `q`: enqueue clip
|
||||||
* [x] `z`: unlock zoom
|
|
||||||
* [x] `-` / `=`: zoom midi editor
|
|
||||||
* [x] space: play/pause
|
* [x] space: play/pause
|
||||||
* [ ] esc: options
|
* Editor:
|
||||||
|
* [x] `arrows/wasd`: navigate
|
||||||
|
* [x] `,` / `.`: change note length
|
||||||
|
* [x] `enter`: write note
|
||||||
|
* [x] `-` / `=`: zoom midi editor
|
||||||
|
* [ ] `z`: zoom lock/unlock
|
||||||
|
* [ ] `del`: delete
|
||||||
|
* Global:
|
||||||
|
* [ ] esc: options menu
|
||||||
* [ ] f1: help/command list
|
* [ ] f1: help/command list
|
||||||
* [ ] f2: rename
|
* [ ] f2: rename
|
||||||
* [ ] f6: save
|
* [ ] f6: save
|
||||||
|
|
@ -38,14 +45,19 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
|
### binary download
|
||||||
|
|
||||||
|
you can download [tek 0.2.0 "almost static"](https://codeberg.org/unspeaker/tek/releases/tag/0.2.0)
|
||||||
|
from codeberg releases. this standalone binary release, should work on any glibc-based system.
|
||||||
|
|
||||||
### from distro repositories
|
### from distro repositories
|
||||||
|
|
||||||
[](https://repology.org/project/tek/versions)
|
[](https://repology.org/project/tek/versions)
|
||||||
|
|
||||||
#### arch linux
|
#### arch linux
|
||||||
|
|
||||||
[tek](https://codeberg.org/unspeaker/tek) is available as a package in the AUR.
|
[tek 0.2.0-rc7](https://aur.archlinux.org/packages/tek) is available as a package in the AUR.
|
||||||
you can install it using an AUR helper (e.g. `paru`):
|
you can install it using your preferred AUR helper (e.g. `paru`):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
paru -S tek
|
paru -S tek
|
||||||
|
|
@ -53,7 +65,7 @@ paru -S tek
|
||||||
|
|
||||||
### building from source
|
### building from source
|
||||||
|
|
||||||
requires docker
|
requires docker.
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://codeberg.org/unspeaker/tek # obtain source
|
git clone https://codeberg.org/unspeaker/tek # obtain source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue