diff options
Diffstat (limited to 'doc/01_Introduction.md')
-rw-r--r-- | doc/01_Introduction.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/01_Introduction.md b/doc/01_Introduction.md index 46d3dfcf..f22bf831 100644 --- a/doc/01_Introduction.md +++ b/doc/01_Introduction.md @@ -56,8 +56,9 @@ commands on-the-fly to handling UI events. The possibilities are limitless. `Ctrl+N, N` vs. `Ctrl+N, Shift+N`. In the first key chain, `Control` and `N` are pressed followed by `N` with no modifiers. The second has `Control` and `N` pressed followed by `Shift` and `N`. -* When mentioning key commands, the Mac OSX equivalent will often be shown in - parenthesis. It may be tempting to assume that some Windows/Linux keys map to - Mac OSX's (e.g `Ctrl` to `⌘`), but this is not always the case. Please do not - view the key equivalents as translations of one another, but rather as - separate entities. This will minimize confusion. +* When mentioning key commands, the Mac OSX and ncurses equivalents will often + be shown in parenthesis. It may be tempting to assume that some Windows/Linux + keys map to Mac OSX's (e.g `Ctrl` to `⌘`) or ncurses' (`Ctrl` to `^`), but + this is not always the case. Please do not view the key equivalents as + translations of one another, but rather as separate entities. This will + minimize confusion. |