From 59d57ba47bdda8e7908892f806e70caaea1abafa Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 27 Nov 2018 16:37:16 -0500 Subject: Fixed Alt+Gr key handling in the Windows terminal version. --- modules/textadept/keys.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 61ebdfdb..f27044e8 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -257,6 +257,7 @@ module('textadept.keys')]] -- For pdcurses (Win32): -- * Control+Shift+Letter keys are not recognized. Other Control+Shift keys -- are. +-- * Ctrl+Meta+Symbol keys are not recognized. -- -- Unassigned keys (~ denotes keys reserved by the operating system): -- c: g~~ ~ ~ -- cgit v1.2.3