diff options
author | 2012-08-05 09:29:17 -0400 | |
---|---|---|
committer | 2012-08-05 09:29:17 -0400 | |
commit | 6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (patch) | |
tree | ffd21e9d9dc372fcd593e3c26e4f93f42c43560f /doc/01_Introduction.md | |
parent | e84d0b3660cad721400f68f485208f26d6bcb1d5 (diff) | |
download | textadept-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.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. |