home *** CD-ROM | disk | FTP | other *** search
- ; Mouse Event Buttons
- single_left_button mouse_scroll
- single_right_button snap_to_mouse_xy
- single_middle_button macro edit_file ' ' return
- multiple_left_button macro snap_to_mouse_xy line_mark
- mouse_scroll line_mark
- multiple_right_button macro snap_to_mouse_xy point_mark
- multiple_middle_button macro snap_to_mouse_xy vertical_mark
- three_buttons main_menu
- left_right_buttons main_menu
- left_middle_buttons main_menu
- right_middle_buttons main_menu
- single_left_arrow cursor_left
- single_right_arrow cursor_right
- single_up_arrow cursor_up
- single_down_arrow cursor_down
- single_pyramids next_file
- multiple_left_arrow begin_line
- multiple_right_arrow end_line
- multiple_up_arrow up_page
- multiple_down_arrow down_page
- multiple_pyramids prev_file
-
- ; Function Key Defs
- f1 line_mark
- f2 point_mark
- f3 vertical_mark
- f4 repeat_last
- f5 leap_backward
- f6 leap_forward
- 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 toggle_cmode
- !f8 toggle_autoindent
- !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 pick_file
- #f4 setup_err_parse
- #f5 prev_error
- #f6 next_error
- #f7 last_error
- #f8 print_file
- #f9 del_word_lt
- #f10 del_word_rt
-
- ; Control Key Defs
- @a repeat
- @b
- @c center_line
- @d del_char
- @e choose_file
- @f
- @g
- @h
- @i+u indent_up
- @i+d indent_down
- @j jump
- @k del_eol
- @l again
- @m define_scrap
- @n
- @o next_file
- @p prev_file
- @q pick_exec
- @r replace
- @s search
- @t
- @u unkill
- @v switch_file
- @x+@c quit
- @x+@f edit_file
- @x+k quit
- @x+@v switch_file
- @x+@s save_file
- @y del_line
- @z quit_and_save_status
-
- ; Alt Key Defs
- #a ascii_table
- #b toggle_box_draw
- #c macro modify_save_all
- swap_execute 'make > errs' return
- return window_one
- window_load 'errs.' return
- window_previous
- window_resize down_arrow down_arrow
- down_arrow down_arrow down_arrow
- down_arrow down_arrow return
- setup_err_parse 'errs.' return
- next_error
-
- #d place_mark
- #e
- #f
- #g
- #h help
- #i
- #j jump_mark
- #k
- #l macro load_profile return
- #m match_delim
- #n window_next
- #o window_one
- #p window_previous
- #q query_quote
- #r reform_para
- #s
- #t time_stamp
- #u
- #v rotate_kill
- #w
- #x quit_all
- #y
- #z
-
- ; Special Keys
- backspace default_bspace
- backtab back_tab
- tab insert_tab
- escape main_menu
- ctrl_backspace del_word_lt
- alt_backspace
- return carriage
- ctrl_return
- alt_return
- alt_escape
- ctrl_tab
- alt_tab
- alt_equal
- alt_minus
-
- delete default_del
- down_arrow cursor_down
- end end_line
- home begin_line
- insert paste
- left_arrow cursor_left
- pgdn down_page
- pgup up_page
- right_arrow cursor_right
- up_arrow cursor_up
-
- shift_insert
- shift_delete
- shift_home
- shift_end
- shift_pgup
- shift_pgdn
- shift_right_arrow
- shift_left_arrow
- shift_up_arrow
- shift_down_arrow
-
- ctrl_delete
- ctrl_down_arrow scroll_down
- ctrl_end file
- ctrl_home del_bol
- ctrl_insert
- ctrl_left_arrow prev_word
- ctrl_pgdn bot_of_file
- ctrl_pgup top_of_file
- ctrl_right_arrow next_word
- ctrl_up_arrow scroll_up
-
- keypad_minus cut
- keypad_plus copy
- keypad_aster line_mark
- keypad_divide
- keypad_return
-
- ctrl_keypad_plus
- ctrl_keypad_minus
- ctrl_keypad_divide
- ctrl_keypad_aster
- ctrl_keypad_return
-
- alt_keypad_plus
- alt_keypad_minus
- alt_keypad_divide
- alt_keypad_aster
- alt_keypad_return
-
- grey_delete default_del
- grey_down_arrow cursor_down
- grey_end end_line
- grey_home begin_line
- grey_insert paste
- grey_left_arrow cursor_left
- grey_pgdn down_page
- grey_pgup up_page
- grey_right_arrow cursor_right
- grey_up_arrow cursor_up
-
- ctrl_grey_delete
- ctrl_grey_down_arrow scroll_down
- ctrl_grey_end file
- ctrl_grey_home del_bol
- ctrl_grey_insert
- ctrl_grey_left_arrow prev_word
- ctrl_grey_pgdn bot_of_file
- ctrl_grey_pgup top_of_file
- ctrl_grey_right_arrow next_word
- ctrl_grey_up_arrow scroll_up
-
- alt_grey_up_arrow
- alt_grey_down_arrow
- alt_grey_left_arrow
- alt_grey_right_arrow
- alt_grey_delete
- alt_grey_end
- alt_grey_home
- alt_grey_insert
- alt_grey_pgup
- alt_grey_pgdn
-
-
-