diff options
author | 2018-11-27 16:37:16 -0500 | |
---|---|---|
committer | 2018-11-27 16:37:16 -0500 | |
commit | 59d57ba47bdda8e7908892f806e70caaea1abafa (patch) | |
tree | 1a45c04aecdae79489bdec29416f29123fa8dc0e /modules/textadept | |
parent | c1f6b2b75b3853d2eb6b07b83dd6be8bc4c87bbf (diff) | |
download | textadept-59d57ba47bdda8e7908892f806e70caaea1abafa.tar.gz textadept-59d57ba47bdda8e7908892f806e70caaea1abafa.zip |
Fixed Alt+Gr key handling in the Windows terminal version.
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/keys.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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~~ ~ ~ |