home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
texttors
/
pedit
/
peditqui.ini
< prev
next >
Wrap
Text File
|
1992-10-29
|
3KB
|
113 lines
![]=====================================================[]
![] pEDIT Initialization File (QUICK) []
![]=====================================================[]
!
! Must have a 'Do' key
!
define_key (do_command, esc)
!
! Define shift keys
!
define_shift (alt-f) ! File
define_shift (alt-e) ! Edit
define_shift (alt-s) ! Search
!
! Function Keys
!
define_key (help, f01)
define_key (buffer, f02)
define_key (findnext, f03)
define_key (change_mode, f05)
define_key (change_dir, f06)
define_key (learn, f07)
define_key (repeat, f08)
!
! Quick File Keys
!
define_key (get_file, alt-f+o) ! Open
define_key (include_file, alt-f+m) ! Merge
define_key (write_file, alt-f+s) ! Save
define_key (rename_file, alt-f+a) ! save As
define_key (print_buffer, alt-f+p) ! Print
define_key (dos, alt-f+d) ! Dos
define_key (exit, alt-f+x) ! eXit
!
! Quick Edit Keys
!
define_key (select_text, alt-e+s) ! Select
define_key (remove_text, alt-e+t) ! cuT
define_key (store_text, alt-e+c) ! Copy
define_key (insert_here, alt-e+p) ! Paste
define_key (wipe_text, alt-e+e) ! clEar
!
! Quick Search Keys
!
define_key (find, alt-s+f) ! Find
define_key (findnext, alt-s+r) ! Repeat last
define_key (replace, alt-s+c) ! Change
!
! Quick Control Keys
!
define_key (abort, ctrl-c)
define_key (findnext, ctrl-l)
define_key (quote_char, ctrl-p)
define_key (erase_word, ctrl-t)
define_key (restore_text, ctrl-u)
define_key (change_mode, ctrl-v)
define_key (erase_line, ctrl-y)
!
! Other Control Keys
!
define_key (recall, ctrl-b)
define_key (auto_indent, ctrl-enter)
define_key (open_line, ctrl-o)
define_key (remember, ctrl-r)
define_key (prev_line, ctrl-w)
define_key (next_line, ctrl-z)
!
! Alternate Keys
!
define_key (one_window, alt-1)
define_key (two_windows, alt-2)
define_key (list_ascii, alt-a)
define_key (capital_word, alt-c)
define_key (draw, alt-d)
define_key (althelp, alt-h)
define_key (fill_para, alt-f)
define_key (justify_para, alt-j)
define_key (define_key, alt-k)
define_key (lower_word, alt-l)
define_key (set_margins, alt-m)
define_key (other_window, alt-o)
define_key (set_pindent, alt-p)
define_key (quit, alt-q)
define_key (trans_char, alt-t)
define_key (upper_word, alt-u)
define_key (set_video, alt-v)
define_key (execute, alt-x)
!
! Keypad Keys
!
define_key (move_home, home)
define_key (move_end, end)
define_key (move_up, up)
define_key (move_down, down)
define_key (move_left, left)
define_key (move_right, right)
define_key (prev_screen, pgup)
define_key (next_screen, pgdn)
define_key (change_mode, ins)
define_key (erase_char, del)
define_key (execute_quiwrev, ctrl-left)
define_key (move_word, ctrl-right)
define_key (move_top, ctrl-home)
define_key (move_bottom, ctrl-end)
define_key (shift_left, shift-ctrl-left)
define_key (shift_right, shift-ctrl-right)
define_key (execute_quiothup, ctrl-pgup)
define_key (execute_quiothdn, ctrl-pgdn)
!
! Set up the Environment
!
set (cursor, block)