home *** CD-ROM | disk | FTP | other *** search
- ; Function Key Defs
- f1 line_mark
- f2 point_mark
- f3 vertical_mark
- f4 extend_mark
- f5 block_load
- f6 block_save
- f7 block_move
- f8 block_copy
- f9 unmark
- f10 scrap
-
- ; Shift Function Key Defs
- !f1 swap_buf_and_block
- !f2 paste_replace
- !f3 name_buffer
- !f4 buffer_info
- !f5 top_of_block
- !f6 bottom_of_block
- !f7 report_bsize
- !f8
- !f9 toggle_ins
- !f10 toggle_wrap
-
- ; Ctrl Function Key Defs
- @f1 search
- @f2 replace
- @f3 again
- @f4 search_macro
- @f5 global
- @f6 chdir
- @f7 shell
- @f8 exec_command
- @f9 swap_shell
- @f10 swap_execute
-
- ; Alt Function Key Defs
- #f1 macro shift_block '-t' return
- #f2 macro shift_block 't' return
- #f3 prev_error
- #f4 next_error
- #f5
- #f6
- #f7 print_file
- #f8
- #f9 send_lf
- #f10 send_ff
-
- ; Emacs defs...
- @a begin_line
- @b cursor_left
- @d del_char
- @e end_line
- @f cursor_right
- @l center_line
- @n cursor_down
- @p cursor_up
- @q ascii_table
- @r replace
- @s search
- escape+< top_of_file
- escape+> bot_of_file
- escape+b prev_word
- escape+f next_word
- escape+n repeat
- escape+v up_page
- escape+w copy
- escape+x pick_exec
- @u unkill
- @v down_page
- @w cut
- @x+0 window_next
- @x+1 window_one
- @x+2 window_split
- @x+@b choose_file
- @x+@c quit_all
- @x+@s save_file
- @x+@v switch_file
- @x+b next_file
- @x+f edit_file
- @x+k quit
- @y paste
- @z quit_and_save_status
-
- ; Alt Key Defs
- #a
- #b
- #c
- #d place_mark
- #e
- #f rename_file
- #g
- #h help
- #i info
- #j jump_mark
- #k
- #l
- #m match_delim
- #n window_next
- #o
- #p window_previous
- #q query_quote
- #r reform_para
- #s show_marks
- #t
- #u
- #v rotate_kill
- #x quit_all
- #y
-
- ; Special Keys
- ctrl_backspace del_bol
- escape main_menu
- return carriage
- backspace back_space
- keypad_minus cut
- keypad_plus copy
- keypad_aster line_mark
- insert paste
- delete del_char
- home begin_line
- end end_line
- right_arrow cursor_right
- left_arrow cursor_left
- up_arrow cursor_up
- down_arrow cursor_down
- pgup up_page
- pgdn down_page
- ctrl_right_arrow next_word
- ctrl_left_arrow prev_word
- ctrl_pgup top_of_file
- ctrl_pgdn bot_of_file
- ctrl_end file
- tab insert_tab
-
-