Documentation cleanup. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit bacbfdfab4e99957205378230b6a19751a881293 | |
parent f90d37ea59dee98fe90c68a06ef0f20f1633c25b | |
Author: Rob King <[email protected]> | |
Date: Wed, 7 Dec 2016 23:49:29 -0600 | |
Documentation cleanup. | |
Diffstat: | |
doc/samrc.5 | 13 +++++++++++-- | |
1 file changed, 11 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/doc/samrc.5 b/doc/samrc.5 | |
@@ -217,11 +217,12 @@ This string consists of one or more of | |
.Dq "*" | |
meaning any set of modifiers, | |
.Dq "a" | |
-meaning Alt (Mod1), | |
+meaning Alt | |
+.Pq Mod1 "," | |
.Dq "c" | |
meaning Control, or | |
.Dq "s" | |
-meaning shift. | |
+meaning Shift. | |
.Pp | |
For example, | |
bind the "exchange" command to | |
@@ -233,6 +234,14 @@ the following directive could be used: | |
.Ed | |
.Pp | |
+Note that using the Alt key in bindings can interfere with composition sequenc… | |
+.Po | |
+see | |
+.Dq "Composed Text Input" | |
+in | |
+.Xr sam 1 | |
+for details | |
+.Pc "." | |
.Ss "Command Names" | |
The following names can be used for commands: | |
.TS |