/* /usr/src/local/jove/keymaps.txt, Tue Nov 13 12:42:10 1984, ed fhsu@uw-june * WARNING: You probably shouldn't put ifdefs anywhere *inside* the keymaps * definitions. It'll screw up the stuff in comments (at least), and maybe * a few other things. Yes, it *WILL* screw up the comments ... * Also, some of these can be #ifdef'd out in jove_tune.h... */ #include "jove.h" struct data_obj *mainmap[] = { "set-mark", /* ^@ */ "beginning-of-line", /* ^A */ "backward-character", /* ^B */ "cd", /* ^C */ "delete-next-character", /* ^D */ "end-of-line", /* ^E */ "forward-character", /* ^F */ "ring-the-bell", /* ^G */ "set-mark", /* ^H */ "handle-tab", /* ^I */ "newline-and-indent", /* ^J */ "kill-to-end-of-line", /* ^K */ "redraw-display", /* ^L */ "newline", /* ^M */ "next-line", /* ^N */ "newline-and-backup", /* ^O */ "previous-line", /* ^P */ "quote-character", /* ^Q */ "search-reverse", /* ^R */ "search-forward", /* ^S */ "transpose-characters", /* ^T */ "universal-arg", /* ^U */ "next-page", /* ^V */ "kill-previous-word", /* ^W */ "Prefix-2", /* ^X */ "yank", /* ^Y */ "Prefix-3", /* ^Z */ "Prefix-1", /* ^[ */ "i-search-reverse", /* ^\ */ "unbound", /* ^] */ "quote-character", /* ^^ */ "i-search-forward", /* ^_ */ "self-insert", /* */ "self-insert", /* ! */ "self-insert", /* " */ "self-insert", /* # */ "self-insert", /* $ */ "self-insert", /* % */ "self-insert", /* & */ "self-insert", /* ' */ "self-insert", /* ( */ "handle-paren", /* ) */ "self-insert", /* * */ "self-insert", /* + */ "self-insert", /* , */ "self-insert", /* - */ "self-insert", /* . */ "self-insert", /* / */ "self-insert", /* 0 */ "self-insert", /* 1 */ "self-insert", /* 2 */ "self-insert", /* 3 */ "self-insert", /* 4 */ "self-insert", /* 5 */ "self-insert", /* 6 */ "self-insert", /* 7 */ "self-insert", /* 8 */ "self-insert", /* 9 */ "self-insert", /* : */ "self-insert", /* ; */ "self-insert", /* < */ "self-insert", /* = */ "handle-paren", /* > */ "self-insert", /* ? */ "self-insert", /* @ */ "self-insert", /* A */ "self-insert", /* B */ "self-insert", /* C */ "self-insert", /* D */ "self-insert", /* E */ "self-insert", /* F */ "self-insert", /* G */ "self-insert", /* H */ "self-insert", /* I */ "self-insert", /* J */ "self-insert", /* K */ "self-insert", /* L */ "self-insert", /* M */ "self-insert", /* N */ "self-insert", /* O */ "self-insert", /* P */ "self-insert", /* Q */ "self-insert", /* R */ "self-insert", /* S */ "self-insert", /* T */ "self-insert", /* U */ "self-insert", /* V */ "self-insert", /* W */ "self-insert", /* X */ "self-insert", /* Y */ "self-insert", /* Z */ "self-insert", /* [ */ "self-insert", /* \ */ "handle-paren", /* ] */ "self-insert", /* ^ */ "self-insert", /* _ */ "self-insert", /* ` */ "self-insert", /* a */ "self-insert", /* b */ "self-insert", /* c */ "self-insert", /* d */ "self-insert", /* e */ "self-insert", /* f */ "self-insert", /* g */ "self-insert", /* h */ "self-insert", /* i */ "self-insert", /* j */ "self-insert", /* k */ "self-insert", /* l */ "self-insert", /* m */ "self-insert", /* n */ "self-insert", /* o */ "self-insert", /* p */ "self-insert", /* q */ "self-insert", /* r */ "self-insert", /* s */ "self-insert", /* t */ "self-insert", /* u */ "self-insert", /* v */ "self-insert", /* w */ "self-insert", /* x */ "self-insert", /* y */ "self-insert", /* z */ "self-insert", /* { */ "self-insert", /* | */ "handle-paren", /* } */ "self-insert", /* ~ */ "delete-prev-hacking-indentation" /* ^? */ }; struct data_obj *pref1map[0200] = { "set-mark", /* ^@ */ "unbound", /* ^A */ "backward-paren", /* ^B */ "exit-jove", /* ^C */ "unbound", /* ^D */ "unbound", /* ^E */ "forward-paren", /* ^F */ "unbound", /* ^G */ "kill-previous-word", /* ^H */ "unbound", /* ^I */ "indent-new-line", /* ^J */ "unbound", /* ^K */ "clear-and-redraw", /* ^L */ "scroll-up", /* ^M */ "unbound", /* ^N */ "unbound", /* ^O */ "unbound", /* ^P */ "unbound", /* ^Q */ "unbound", /* ^R */ "unbound", /* ^S */ "unbound", /* ^T */ "unbound", /* ^U */ "unbound", /* ^V */ "unbound", /* ^W */ "execute-macro", /* ^X */ "unbound", /* ^Y */ "unbound", /* ^Z */ "execute-keyboard-macro", /* ^[ */ "unbound", /* ^\ */ "unbound", /* ^] */ "unbound", /* ^^ */ "describe-command", /* ^_ */ "pop-mark", /* */ "shell-command", /* ! */ "string-length", /* " */ "unbound", /* # */ "unbound", /* $ */ "unbound", /* % */ "unbound", /* & */ "unbound", /* ' */ "backward-paren", /* ( */ "forward-paren", /* ) */ "unbound", /* * */ "unbound", /* + */ "beginning-of-window", /* , */ "digit", /* - */ "end-of-window", /* . */ "describe-key", /* / */ "digit", /* 0 */ "digit", /* 1 */ "digit", /* 2 */ "digit", /* 3 */ "digit", /* 4 */ "digit", /* 5 */ "digit", /* 6 */ "digit", /* 7 */ "digit", /* 8 */ "digit", /* 9 */ "unbound", /* : */ "insert-comment", /* ; */ "beginning-of-file", /* < */ "buffer-position", /* = */ "end-of-file", /* > */ "describe-key", /* ? */ "unbound", /* @ */ "beginning-of-sentence", /* A */ "backward-word", /* B */ "case-word-capitalize", /* C */ "kill-next-word", /* D */ "end-of-sentence", /* E */ "forward-word", /* F */ "goto-line", /* G */ "kill-previous-word", /* H */ "character-to-octal-insert", /* I */ "justify-paragraph", /* J */ "kill-next-sentence", /* K */ "case-word-lower", /* L */ "first-non-blank", /* M */ "next-page", /* N */ "delete-blank-lines", /* O */ "previous-page", /* P */ "query-replace-string", /* Q */ "replace-string", /* R */ "center-line", /* S */ "current-time", /* T */ "case-word-upper", /* U */ "previous-page", /* V */ "copy-region", /* W */ "execute-extended-command", /* X */ "yank-pop", /* Y */ "scroll-down", /* Z */ "backward-paragraph", /* [ */ "delete-white-space", /* \ */ "forward-paragraph", /* ] */ "grow-window", /* ^ */ "unbound", /* _ */ "unbound", /* ` */ "beginning-of-sentence", /* a */ "backward-word", /* b */ "case-word-capitalize", /* c */ "kill-next-word", /* d */ "end-of-sentence", /* e */ "forward-word", /* f */ "goto-line", /* g */ "kill-previous-word", /* h */ "character-to-octal-insert", /* i */ "justify-paragraph", /* j */ "kill-next-sentence", /* k */ "case-word-lower", /* l */ "first-non-blank", /* m */ "next-page", /* n */ "delete-blank-lines", /* o */ "previous-page", /* p */ "query-replace-string", /* q */ "replace-string", /* r */ "center-line", /* s */ "current-time", /* t */ "case-word-upper", /* u */ "previous-page", /* v */ "copy-region", /* w */ "execute-extended-command", /* x */ "yank-pop", /* y */ "scroll-down", /* z */ "unbound", /* { */ "shell-command", /* | */ "unbound", /* } */ "make-buffer-unmodified", /* ~ */ "kill-region" /* ^? */ }; struct data_obj *pref2map[0200] = { "set-mark", /* ^@ */ "unbound", /* ^A */ "list-buffers", /* ^B */ "exit-jove", /* ^C */ "delete-file", /* ^D */ "compile-it", /* ^E */ "find-file", /* ^F */ "unbound", /* ^G */ "date-edit", /* ^H */ "insert-file", /* ^I */ "unbound", /* ^J */ "unbound", /* ^K */ "unbound", /* ^L */ "write-modified-files", /* ^M */ "next-error", /* ^N */ "unbound", /* ^O */ "previous-error", /* ^P */ "unbound", /* ^Q */ "rename-file", /* ^R */ "write-current-file", /* ^S */ "find-tag", /* ^T */ "unbound", /* ^U */ "visit-file", /* ^V */ "write-named-file", /* ^W */ "exchange-point-and-mark", /* ^X */ "unbound", /* ^Y */ "unbound", /* ^Z */ "unbound", /* ^[ */ "write-current-file", /* ^\ */ "unbound", /* ^] */ "unbound", /* ^^ */ "describe-command", /* ^_ */ "pop-mark", /* */ "shell-command", /* ! */ "string-length", /* " */ "unbound", /* # */ "unbound", /* $ */ "unbound", /* % */ "unbound", /* & */ "unbound", /* ' */ "start-remember", /* ( */ "stop-remembering", /* ) */ "unbound", /* * */ "unbound", /* + */ "unbound", /* , */ "unbound", /* - */ "set-fill-prefix", /* . */ "re-search-forward", /* / */ "unbound", /* 0 */ "delete-other-windows", /* 1 */ "split-current-window", /* 2 */ "redistribute-windows", /* 3 */ "window-find", /* 4 */ "unbound", /* 5 */ "unbound", /* 6 */ "unbound", /* 7 */ "unbound", /* 8 */ "unbound", /* 9 */ "unbound", /* : */ "insert-new-comment", /* ; */ "unbound", /* < */ "buffer-position", /* = */ "unbound", /* > */ "describe-key", /* ? */ "unbound", /* @ */ "apropos", /* A */ "select-buffer", /* B */ "unbound", /* C */ "delete-current-window", /* D */ "execute-keyboard-macro", /* E */ "set-fill-column", /* F */ "unbound", /* G */ "mark-buffer", /* H */ "unbound", /* I */ "unbound", /* J */ "unbound", /* K */ "case-region-lower", /* L */ "unbound", /* M */ "next-window", /* N */ "next-window", /* O */ "previous-window", /* P */ "re-query-replace-string", /* Q */ "re-replace-string", /* R */ "write-current-file", /* S */ "find-tag", /* T */ "case-region-upper", /* U */ "visit-file", /* V */ "write-region", /* W */ "execute-extended-command", /* X */ "unbound", /* Y */ "unbound", /* Z */ "unbound", /* [ */ "re-search-reverse", /* \ */ "unbound", /* ] */ "grow-window", /* ^ */ "unbound", /* _ */ "unbound", /* ` */ "apropos", /* a */ "select-buffer", /* b */ "unbound", /* c */ "delete-current-window", /* d */ "execute-keyboard-macro", /* e */ "set-fill-column", /* f */ "unbound", /* g */ "mark-buffer", /* h */ "unbound", /* i */ "unbound", /* j */ "unbound", /* k */ "case-region-lower", /* l */ "unbound", /* m */ "next-window", /* n */ "next-window", /* o */ "previous-window", /* p */ "re-query-replace-string", /* q */ "re-replace-string", /* r */ "write-current-file", /* s */ "find-tag", /* t */ "case-region-upper", /* u */ "visit-file", /* v */ "write-region", /* w */ "execute-extended-command", /* x */ "unbound", /* y */ "unbound", /* z */ "unbound", /* { */ "shell-command", /* | */ "unbound", /* } */ "make-buffer-unmodified", /* ~ */ "delete-file" /* ^? */ }; struct data_obj *miscmap[0200] = { "set-mark", /* ^@ */ "auto-save-mode", /* ^A */ "unbound", /* ^B */ "c-mode", /* ^C */ "unbound", /* ^D */ "euclid-mode", /* ^E */ "auto-fill-mode", /* ^F */ "unbound", /* ^G */ "unbound", /* ^H */ "auto-indent-mode", /* ^I */ "unbound", /* ^J */ "unbound", /* ^K */ "unbound", /* ^L */ "show-match-mode", /* ^M */ "page-next-window", /* ^N */ "over-write-mode", /* ^O */ "page-prev-window", /* ^P */ "unbound", /* ^Q */ "unbound", /* ^R */ "unbound", /* ^S */ "text-mode", /* ^T */ "unbound", /* ^U */ "page-next-window", /* ^V */ "unbound", /* ^W */ "unbound", /* ^X */ "unbound", /* ^Y */ "exit-jove", /* ^Z */ "unbound", /* ^[ */ "unbound", /* ^\ */ "unbound", /* ^] */ "unbound", /* ^^ */ "describe-command", /* ^_ */ "pop-mark", /* */ "shell-command", /* ! */ "string-length", /* " */ "unbound", /* # */ "unbound", /* $ */ "unbound", /* % */ "unbound", /* & */ "string-length", /* ' */ "unbound", /* ( */ "unbound", /* ) */ "unbound", /* * */ "unbound", /* + */ "unbound", /* , */ "unbound", /* - */ "find-tag", /* . */ "re-search-forward", /* / */ "unbound", /* 0 */ "unbound", /* 1 */ "unbound", /* 2 */ "unbound", /* 3 */ "unbound", /* 4 */ "unbound", /* 5 */ "unbound", /* 6 */ "unbound", /* 7 */ "unbound", /* 8 */ "unbound", /* 9 */ "unbound", /* : */ "delete-comment", /* ; */ "unbound", /* < */ "buffer-position", /* = */ "unbound", /* > */ "unbound", /* ? */ "unbound", /* @ */ "unbound", /* A */ "delete-buffer", /* B */ "parse-C-errors", /* C */ "unbound", /* D */ "unbound", /* E */ "unbound", /* F */ "unbound", /* G */ "mark-buffer", /* H */ "unbound", /* I */ "unbound", /* J */ "unbound", /* K */ "parse-LINT-errors", /* L */ "unbound", /* M */ "page-next-wind-up", /* N */ "unbound", /* O */ "page-prev-wind-up", /* P */ "re-query-replace-string", /* Q */ "re-replace-string", /* R */ "parse-some-errors", /* S */ "find-tag", /* T */ "undo", /* U */ "page-next-wind-up", /* V */ "unbound", /* W */ "unbound", /* X */ "unbound", /* Y */ "exit-jove", /* Z */ "unbound", /* [ */ "re-search-reverse", /* \ */ "unbound", /* ] */ "unbound", /* ^ */ "unbound", /* _ */ "unbound", /* ` */ "unbound", /* a */ "delete-buffer", /* b */ "parse-C-errors", /* c */ "unbound", /* d */ "unbound", /* e */ "unbound", /* f */ "unbound", /* g */ "mark-buffer", /* h */ "unbound", /* i */ "unbound", /* j */ "unbound", /* k */ "parse-LINT-errors", /* l */ "unbound", /* m */ "page-next-wind-up", /* n */ "unbound", /* o */ "page-prev-wind-up", /* p */ "re-query-replace-string", /* q */ "re-replace-string", /* r */ "parse-some-errors", /* s */ "find-tag", /* t */ "undo", /* u */ "page-next-wind-up", /* v */ "unbound", /* w */ "unbound", /* x */ "unbound", /* y */ "exit-jove", /* z */ "unbound", /* { */ "shell-command", /* | */ "unbound", /* } */ "make-buffer-unmodified", /* ~ */ "delete-file" /* ^? */ };