45#include "docs/makedoc_defs.h"
48#include "docs/makedoc_defs.h"
78 {
"bottom-page", OP_BOTTOM_PAGE },
79 {
"check-stats", OP_CHECK_STATS },
80 {
"current-bottom", OP_CURRENT_BOTTOM },
81 {
"current-middle", OP_CURRENT_MIDDLE },
82 {
"current-top", OP_CURRENT_TOP },
83 {
"end-cond", OP_END_COND },
84 {
"enter-command", OP_ENTER_COMMAND },
86 {
"first-entry", OP_FIRST_ENTRY },
87 {
"half-down", OP_HALF_DOWN },
88 {
"half-up", OP_HALF_UP },
91 {
"jump", OP_JUMP_1 },
92 {
"jump", OP_JUMP_2 },
93 {
"jump", OP_JUMP_3 },
94 {
"jump", OP_JUMP_4 },
95 {
"jump", OP_JUMP_5 },
96 {
"jump", OP_JUMP_6 },
97 {
"jump", OP_JUMP_7 },
98 {
"jump", OP_JUMP_8 },
99 {
"jump", OP_JUMP_9 },
100 {
"last-entry", OP_LAST_ENTRY },
101 {
"middle-page", OP_MIDDLE_PAGE },
102 {
"next-entry", OP_NEXT_ENTRY },
103 {
"next-line", OP_NEXT_LINE },
104 {
"next-page", OP_NEXT_PAGE },
105 {
"previous-entry", OP_PREV_ENTRY },
106 {
"previous-line", OP_PREV_LINE },
107 {
"previous-page", OP_PREV_PAGE },
108 {
"redraw-screen", OP_REDRAW },
109 {
"search", OP_SEARCH },
110 {
"search-next", OP_SEARCH_NEXT },
111 {
"search-opposite", OP_SEARCH_OPPOSITE },
112 {
"search-reverse", OP_SEARCH_REVERSE },
113 {
"select-entry", OP_GENERIC_SELECT_ENTRY },
114 {
"shell-escape", OP_SHELL_ESCAPE },
115 {
"show-log-messages", OP_SHOW_LOG_MESSAGES },
116 {
"show-version", OP_VERSION },
117 {
"tag-entry", OP_TAG },
118 {
"tag-prefix", OP_TAG_PREFIX },
119 {
"tag-prefix-cond", OP_TAG_PREFIX_COND },
120 {
"top-page", OP_TOP_PAGE },
121 {
"what-key", OP_WHAT_KEY },
123 {
"error-history", OP_SHOW_LOG_MESSAGES },
124 {
"refresh", OP_REDRAW },
140 { OP_BOTTOM_PAGE,
"L" },
141 { OP_ENTER_COMMAND,
":" },
142 { OP_FIRST_ENTRY,
"<home>" },
143 { OP_FIRST_ENTRY,
"=" },
144 { OP_GENERIC_SELECT_ENTRY,
"<keypadenter>" },
145 { OP_GENERIC_SELECT_ENTRY,
"\n" },
146 { OP_GENERIC_SELECT_ENTRY,
"\r" },
147 { OP_HALF_DOWN,
"]" },
159 { OP_LAST_ENTRY,
"*" },
160 { OP_LAST_ENTRY,
"<end>" },
161 { OP_MIDDLE_PAGE,
"M" },
162 { OP_NEXT_ENTRY,
"<down>" },
163 { OP_NEXT_ENTRY,
"j" },
164 { OP_NEXT_LINE,
">" },
165 { OP_NEXT_PAGE,
"<pagedown>" },
166 { OP_NEXT_PAGE,
"<right>" },
167 { OP_NEXT_PAGE,
"z" },
168 { OP_PREV_ENTRY,
"<up>" },
169 { OP_PREV_ENTRY,
"k" },
170 { OP_PREV_LINE,
"<" },
171 { OP_PREV_PAGE,
"<left>" },
172 { OP_PREV_PAGE,
"<pageup>" },
173 { OP_PREV_PAGE,
"Z" },
174 { OP_REDRAW,
"\014" },
176 { OP_SEARCH_NEXT,
"n" },
177 { OP_SEARCH_REVERSE,
"\033/" },
178 { OP_SHELL_ESCAPE,
"!" },
180 { OP_TAG_PREFIX,
";" },
181 { OP_TOP_PAGE,
"H" },
const struct MenuFuncOp OpGeneric[]
Functions for the Generic Menu.
const struct MenuOpSeq GenericDefaultBindings[]
Key bindings for the Generic Menu.
const struct MenuOpSeq DialogDefaultBindings[]
Key bindings for Simple Dialogs.
const struct MenuFuncOp OpDialog[]
Functions for Simple Dialogs.
All user-callable functions.