home *** CD-ROM | disk | FTP | other *** search
- def backspace = [backspace]
- def pgup = [page up]
- def pgdn = [page down]
- def home = [begin line]
- def end = [end line]
- def up = [up]
- def down = [down]
- def left = [left]
- def right = [right]
- def ins = [insert toggle]
- def del = [delete char]
-
- def C-pgup = [top of window]
- def C-pgdn = [bottom of window]
- def C-home = [top of file]
- def C-end = [bottom of file]
-
- def c+s-pgup = [mark top of window]
- def c+s-pgdn = [mark bottom of window]
- def c+s-home = [mark top of file]
- def c+s-end = [mark bottom of file]
-
- def f1 = [help index]
- def f2 = [save file]
- def f3 = [open file]
- def c-p = [print text]
- def a-f4 = [exit system]
-
- def a-backspace = [undo]
- def s+a-backspace = [redo]
- def s-del = [cut to clipboard]
- def c-ins = [copy to clipboard]
- def s-ins = [paste from clipboard]
- def C-Q,F = [search]
- def C-Q,A = [search/replace]
- def C-L = [repeat search]
-
- def a-f2 = [normal mode]
- def a-f3 = [pagelayout mode]
-
- def s-Up = [mark up]
- def s-Down = [mark down]
- def s-Left = [mark left]
- def s-Right = [mark right]
- def s-Home = [mark home]
- def s-End = [mark end]
- def s-PgUp = [mark pgup]
- def s-PgDn = [mark pgdn]
-