home *** CD-ROM | disk | FTP | other *** search
- def Left = [left]
- def c-S = [left]
- def Right = [right]
- def c-D = [right]
- def Up = [up]
- def c-E = [up]
- def Down = [down]
- def c-X = [down]
- def c-left = [left]
- def c-A = [left]
- def c-Right = [right]
- def c-F = [right]
- def c-W = [scroll up one line]
- def c-Z = [scroll down one line]
- def PgUp = [page up]
- def c-R = [page up]
- def PgDn = [page down]
- def c-C = [page down]
-
- def Home = [begin line]
- def c-Q,S = [begin line]
- def End = [end line]
- def c-Q,D = [end line]
- def c-Home = [top of window]
- def c-Q,E = [top of window]
- def c-End = [bottom of window]
- def c-Q,X = [bottom of window]
- def c-PgUp = [top of file]
- def c-PgDn = [bottom of file]
- def c-Q,B = [top mark]
- def c-Q,K = [bottom mark]
-
- def Ins = [insert toggle]
- def c-V = [insert toggle]
- def Backspace = [backspace]
- def c-H = [backspace]
- def Del = [delete char]
- def c-G = [delete char]
- def s-Tab = [delete char]
- def c-N = [insert line]
- def c-Y = [delete line]
- def c-Q,Y = [erase end line]
- def c-T = [delete char]
-
- def c-K,B = [mark area]
- def c-K,K = [mark area]
- def c-Ins = [copy to clipboard]
- def c-Del = [delete block]
- def s-Ins = [paste from clipboard]
- def s-Del = [cut to clipboard]
- def c-K,C = [copy block]
- def c-K,V = [move block]
- def c-K,Y = [delete block]
- def c-K,H = [hide/show block]
-
- 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]
- def s+c-Home = [mark top of window]
- def s+c-End = [mark bottom of window]
- def s+c-PgUp = [mark top of file]
- def s+c-PgDn = [mark bottom of file]
-
- def F3 = [open file]
- def c-K,P = [print text]
- def C-L = [repeat search]
- def a-Backspace = [undo]
- def s+a-Backspace = [redo]
- def c-K,S = [save file]
- def F2 = [save file]
- def c-Q,F = [search]
- def c-Q,A = [search/replace]
- def F1 = [help index]