Key bindings for Info windows.
The start of this section is indicated by a line containing just
#info by itself. If this is the first section in the source
file, the #info line can be omitted. The rest of this section
consists of lines of the form:
string whitespace action [ whitespace [ # comment ] ] newline
Whitespace is any sequence of one or more spaces and/or tabs. Comment
is any sequence of any characters, excluding newline. string is
the key sequence which invokes the action. action is the name of
an Info command. The characters in string are interpreted
literally or prefixed by a caret (^) to indicate a control
character. A backslash followed by certain characters specifies input
keystrokes as follows:
\b
Backspace
\e
Escape (ESC)
\n
Newline
\r
Return
\t
Tab
\ku
Up arrow
\kd
Down arrow
\kl
Left arrow
\kr
Right arrow
\kU
Page Up
\kD
Page Down
\kh
HOME
\ke
END
\kx
Delete (DEL)
\mx
Meta-x where x is any character as described above.
Backslash followed by any other character indicates that character is to
be taken literally. Characters which must be preceded by a backslash
include caret, space, tab, and backslash itself.