diff options
author | 2013-04-19 16:41:53 -0400 | |
---|---|---|
committer | 2013-04-19 16:41:53 -0400 | |
commit | 28a106399af4f8136bc61b3f0e4d4a8306e10412 (patch) | |
tree | e9461debf892e4b2c303df37b1ee9025dc69f06c /modules/textadept/keys.lua | |
parent | 29d0487b271648fd1999a9325226ac1d8d5467a7 (diff) | |
download | textadept-28a106399af4f8136bc61b3f0e4d4a8306e10412.tar.gz textadept-28a106399af4f8136bc61b3f0e4d4a8306e10412.zip |
Updated some documentation.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index b522f48b..30076eaf 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -344,7 +344,7 @@ local utils = M.utils -- For ncurses (Linux, Mac OSX, BSD): -- * The only Control keys recognized are 'ca'-'cz', 'c@', 'c\\', 'c]', 'c^', -- and 'c_'. --- * Control+Shift and Control+Shift+Meta keys are not recognized. +-- * Control+Shift and Control+Meta+Shift keys are not recognized. -- * Modifiers for function keys F1-F12 are not recognized. -- For pdcurses (Win32): -- * Control+Shift+Letter keys are not recognized. Other Control+Shift keys |