diff options
author | 2020-02-07 18:47:51 -0500 | |
---|---|---|
committer | 2020-02-07 18:47:51 -0500 | |
commit | ca16e250d531b6cc39c16d3f958c4e2f7bb13979 (patch) | |
tree | 4ca971555d5dcdb369526c9d25c653ca1479de43 /modules/textadept | |
parent | 2047b26ccd29fbda123b328f88aad15566a6a705 (diff) | |
download | textadept-ca16e250d531b6cc39c16d3f958c4e2f7bb13979.tar.gz textadept-ca16e250d531b6cc39c16d3f958c4e2f7bb13979.zip |
Support more Alt and Shift+Alt keys in Win32 curses.
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): |