diff options
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/keys.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 05de0116..2ed43ed3 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -256,8 +256,8 @@ module('textadept.keys')]] -- * 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 --- are. +-- * Many Control+Symbol keys are not recognized, but most +-- Control+Shift+Symbol keys are. -- * Ctrl+Meta+Symbol keys are not recognized. -- -- Unassigned keys (~ denotes keys reserved by the operating system): |