From ca16e250d531b6cc39c16d3f958c4e2f7bb13979 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 7 Feb 2020 18:47:51 -0500 Subject: Support more Alt and Shift+Alt keys in Win32 curses. --- modules/textadept/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept') 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): -- cgit v1.2.3