From 6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 5 Aug 2012 09:29:17 -0400 Subject: Added ncurses key commands to individual manual pages. --- doc/01_Introduction.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/01_Introduction.md') 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. -- cgit v1.2.3