home *** CD-ROM | disk | FTP | other *** search
- { Character Constants }
-
- Const
- { normal characters }
- CtrlBreak = ^C; { Break Key }
- Bell = #07; { Bell }
- BackSpace = ^H; { Backspace Key }
- ForwardTab = ^I; { Forward Tab }
- Return = ^M; { Return Key }
- Escape = ^[; { Escape Key }
- SpaceBar = ' '; { Space Bar }
-
- { extended character scan codes }
- f1 = 59; { function key #01 }
- f10 = 68; { function key #10 }
- CurHome = 71; { Home Key }
- CurUp = 72; { Cursor Up Key }
- CurLeft = 75; { Cursor Left }
- CurRight = 77; { Cursor Right }
- CurEnd = 79; { End Key on KeyPad}
- CurDn = 80; { Cursor Down Key }