1# Actions and key sequences
2#
3# Movement keys
4#
5Home:           "", "[7~"
6End:            "", "[8~"
7PgUp:           "p", "7", "P", "[18~", "[5~", "[5~"
8PgDn:           "n", "8", "N", "[19~", "[6~", "[6~"
9GotoLine:       "", "[17~", "g"
10NextLine:       "", "OB", ""
11PreviousLine:   "", "OA", ""
12BeginningOfFile: "a", "A", "[18~", "7", "[7~"
13EndOfFile:      "e", "E", "[19~", "8", "[8~"
14BackwardChar:   ""
15ForwardChar:    ""
16WordLeft:       ""
17WordRight:      ""
18#
19# LOGICAL movement in the file
20#
21NextLogicalWord:       "", "f"
22PreviousLogicalWord:   "", "b"
23RealForwardChar:       ""
24RealBackwardChar:      ""
25#
26# Search operations
27#
28Find:           "s", "S"
29FindReplace:    "r", "R"
30#
31# Insertion operations
32#
33NewLine:        "
34"
35NonIndentingNewLine: "
36"
37#
38# Delete operations
39#
40DeleteLine:     ""
41DeleteChar:     ""
42BackSpace:      "", ""
43#
44# Block operations
45#
46MarkBlockBegin: "", "b", "B"
47MarkBlockEnd:   "", "k", "K"
48UnmarkBlock:    "", "", "u", "U"
49CopyBlock:      "", "c", ""
50DeleteBlock:    "", "d", "D"
51MoveBlock:      "", "
52", "v", "V", "m", "M"
53#
54# Undo operations
55#
56Undo:           "", "[20~"
57Redo:           "u", "U", "", "[20~"
58#
59# File operations
60#
61LoadFile:       ""
62SaveFileAs:     ""
63SaveFile:       "", "2", "s", "", "S", "[12~", "OQ", "[12~"
64#
65# Buffer operations
66#
67NextBuffer:     "b", "B", "[24~", "@"
68PreviousBuffer: "[23~", "!"
69BufferList:     "", ""
70#
71# Menus
72#
73MainMenu:       "0", "[21~"
74FileMenu:       "f", "F"
75EditMenu:       "e", "E"
76SearchMenu:     "s", "S"
77LaTeXMenu:      "l"
78#
79# LaXeT, Xdvi, external operations
80#
81LaTeX:          "", "l", "L", ""
82DviView:        "", "x", "X"
83MathSymbolsView:"
84"
85Suspend:        ""
86Refresh:        ""
87Exit:           "", "3", "", "OR", "[13~"
88#
89# Hebrew/English language editing operations
90#
91ToggleLanguage: ""
92ChangeDirection:"w", "W"
93#
94# Help screen
95#
96LaxetCommandHelp: "[11^"
97Help:           "h", "H", "1", "OP", "[11~"
98@END@
99