diff options
author | 2018-03-19 12:15:04 -0400 | |
---|---|---|
committer | 2018-03-19 12:15:04 -0400 | |
commit | 8c15025f84085cdabaa4b93081a5d7f6096be071 (patch) | |
tree | 41d6cbd23c11ff8ef5982002f5bbf4c8b4993221 /doc/manual.md | |
parent | 612f7cba1011c569a3621199a32dc89ffbdb2c8a (diff) | |
download | textadept-8c15025f84085cdabaa4b93081a5d7f6096be071.tar.gz textadept-8c15025f84085cdabaa4b93081a5d7f6096be071.zip |
Clarified `M-` modifier key for the terminal version in the manual.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md index b57b964a..2fa76425 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -89,7 +89,9 @@ When mentioning key bindings, the manual often shows the Mac OSX and curses equivalents in parenthesis. It may be tempting to assume that some Windows/Linux keys map to Mac OSX's (e.g. `Ctrl` to `⌘`) or curses' (e.g. `Ctrl` to `^`), but this is not always the case. In order to minimize confusion, view key -equivalents as separate entities, not as translations of one another. +equivalents as separate entities, not as translations of one another. It is also +worth pointing out that for curses, the prefix `M-` represents the Alt (or Meta) +modifier key. - - - |