From ff930dc933c3615df3e6bdb537825ad37c9cb217 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 12 Jul 2019 04:46:26 +0000 Subject: [PATCH] Tweaks --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab918a1..e1c244b 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,18 @@ Try it live at [architype.io](https://architype.io) ## Interface +### Input + Architype is designed to be used on devices with keyboards (hence the "type") -and optionally mice/touchscreens. It can be used completely without the latter. +and optionally pointing devices. It can be used completely without the latter. + +### Overview The screen is divided into two panels: * The editor, on the left, where you interactively define the components of your - graph. -* The visualization, on the right, where the results are displayed. + graph +* The visualization, on the right, where the results are displayed ### Object types @@ -22,7 +26,7 @@ The screen is divided into two panels: service, or process step. * A *link* connects nodes together. All links in Architype are directional, i.e. they have an arrow at exactly one end. -* A *group* is a collection of nodes that are physically together. +* A *group* is a collection of nodes that are shown physically together. * A *label* is an optional description of another object, e.g. a link or a group. @@ -43,6 +47,8 @@ expectation across contexts in the UI. * `→` `l` `⏎` Enter (edit) the current list or item * `←` `h` `␛` Exit the current list or item +`\`` is mapped to `␛` for convenience on some keyboards, e.g. iPads. + #### New objects * `n` Create new node below the current line