aboutsummaryrefslogtreecommitdiff
path: root/doc/01_Introduction.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-08-05 09:29:17 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-08-05 09:29:17 -0400
commit6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (patch)
treeffd21e9d9dc372fcd593e3c26e4f93f42c43560f /doc/01_Introduction.md
parente84d0b3660cad721400f68f485208f26d6bcb1d5 (diff)
downloadtextadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.tar.gz
textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.zip
Added ncurses key commands to individual manual pages.
Diffstat (limited to 'doc/01_Introduction.md')
-rw-r--r--doc/01_Introduction.md11
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.