diff options
author | 2018-02-24 22:25:07 -0500 | |
---|---|---|
committer | 2018-02-24 22:25:07 -0500 | |
commit | 66ffc4b9c294218402c0c7aed59d5b4442092d5c (patch) | |
tree | 8d7de49a51f6b7a8f3b2578f1eb1fd0036c8c00f /doc/manual.md | |
parent | 20b58d60c083e55117401bb8816f59f2711fc5b7 (diff) | |
download | textadept-66ffc4b9c294218402c0c7aed59d5b4442092d5c.tar.gz textadept-66ffc4b9c294218402c0c7aed59d5b4442092d5c.zip |
Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 1ed5c8da..aa3d7013 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -2277,6 +2277,11 @@ Simply copying the contents of your *~/.textadept/properties.lua* into Lexers are now written in a more object-oriented way. Legacy lexers are still supported, but it is recommended that you [migrate them][]. +#### Key Bindings Changes + +The terminal version's key sequence for `Ctrl+Space` is now `'c '` instead of +`'c@'`. + [migrate them]: api.html#lexer.Migrating.Legacy.Lexers ### Textadept 8 to 9 |