Update Controls
This commit is contained in:
parent
ac35357259
commit
a73dd7c8f2
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -18,6 +18,12 @@ public static <V, A> DirectedGraphFactory<V, A> defaultFactory() {
|
|||
|
||||
# Streuerung
|
||||
|
||||
- Pfeiltasten, Vimkeys, Mittlere Maustaste:
|
||||
Kamera bewegen
|
||||
|
||||
- Mausrad:
|
||||
Zoomen
|
||||
|
||||
- `C`:
|
||||
Graphen leeren
|
||||
|
||||
|
@ -35,9 +41,12 @@ Beenden
|
|||
|
||||
## Wenn Knoten ausgewählt (rot)
|
||||
|
||||
- WASD, Pfeiltasten, Vimkeys:
|
||||
- WASD:
|
||||
Knoten bewegen
|
||||
|
||||
- `X`, Entfernen, Rücktaste:
|
||||
Knoten löschen
|
||||
|
||||
- Linke Maustaste:
|
||||
Verbingung erstellen bzw. löschen,
|
||||
wenn anderer Knoten geklickt.
|
||||
|
|
Reference in a new issue