From df5051e46ba55c3d2698d28c23bbdada15707a0c Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Thu, 27 Jan 2011 23:13:32 -0500
Subject: Added Adeptsense complete key commands to the manual.
---
doc/manual/14_Appendix.md | 1 +
doc/manual/6_AdeptEditing.md | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md
index c77ee9f0..fe06b577 100644
--- a/doc/manual/14_Appendix.md
+++ b/doc/manual/14_Appendix.md
@@ -26,6 +26,7 @@
Ctrl+E | Ctrl+M | Go to matching brace |
Ctrl+Shift+E | Apple+Shift+E | Select to matching brace |
Ctrl+Return | Escape | Autocomplete word in file |
+ Ctrl+I | ~ | Autocomplete symbol for supported languages |
Ctrl+Q | Ctrl+Q | Block comment/uncomment |
None | None | Delete word |
Ctrl+H | Ctrl+Apple+T | Highlight word occurances |
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md
index 62f52a12..911caccc 100644
--- a/doc/manual/6_AdeptEditing.md
+++ b/doc/manual/6_AdeptEditing.md
@@ -28,7 +28,8 @@ suggestion. Press `Return` to complete the selected word.
Textadept has the capability to autocomplete symbols for programming languages
and display API documentation. Lua is of course supported extremely well and
-C/C++ has basic support with the help of [ctags](http://ctags.sf.net).
+C/C++ has basic support with the help of [ctags](http://ctags.sf.net). Symbol
+completion is available by pressing `Ctrl+I` (`~` on Mac OSX).

--
cgit v1.2.3