mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
tek_ -> tengri_; reset to v0.1.0; add root reexporter package
This commit is contained in:
parent
70984b4992
commit
d30eda33d1
21 changed files with 101 additions and 75 deletions
|
|
@ -6,9 +6,9 @@ but without all the features.
|
|||
|
||||
## usage
|
||||
|
||||
### with `tek_output`
|
||||
### with `tengri_output`
|
||||
|
||||
this is a `tek_output` view layout defined using ket:
|
||||
this is a `tengri_output` view layout defined using ket:
|
||||
|
||||
```edn
|
||||
(bsp/s (fixed/y 2 :toolbar)
|
||||
|
|
@ -16,9 +16,9 @@ this is a `tek_output` view layout defined using ket:
|
|||
(bsp/s :outputs (bsp/s :inputs (bsp/s :tracks :scenes)))))))
|
||||
```
|
||||
|
||||
### with `tek_input`
|
||||
### with `tengri_input`
|
||||
|
||||
this is a `tek_input` keymap defined using ket:
|
||||
this is a `tengri_input` keymap defined using ket:
|
||||
|
||||
```edn
|
||||
(@u undo 1)
|
||||
|
|
@ -58,8 +58,8 @@ multi-part/key
|
|||
|
||||
keys are implemented by the underlying subsystem:
|
||||
|
||||
* in `tek_output`, keys are names of layout primitives
|
||||
* in `tek_input`, keys are names of commands
|
||||
* in `tengri_output`, keys are names of layout primitives
|
||||
* in `tengri_input`, keys are names of commands
|
||||
|
||||
### symbols
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ or entire layout components:
|
|||
```
|
||||
|
||||
symbols that start with `@` represent keybindings.
|
||||
they are parsed in `tek_tui` and look like this:
|
||||
they are parsed in `tengri_tui` and look like this:
|
||||
|
||||
```edn
|
||||
@ctrl-alt-shift-space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue