home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SLRN0931 / DOC / OS2KEYS.TXT < prev    next >
Text File  |  1997-02-23  |  2KB  |  36 lines

  1. Under OS/2, the arrow and function keys return a different set of
  2. escape sequences.  This file lists the escape sequences for OS/2.  FOr
  3. example, the standard ANSI escape sequence for the up arrow is "\e[A"
  4. whereas the `up' arrow returns "\xE0H".
  5.  
  6.   [Note: the sequences described here were adapted from the jed
  7.   documentation.  However, jed has a more sophisticated key mapping than
  8.   slrn and some of these may be incorrect.  Please let me know if some
  9.   are wrong.  --John]
  10.  
  11. %  Home           \xE0G
  12. %  Up             \xE0H
  13. %  PgUp           \xE0I
  14. %  Left           \xE0K
  15. %  Right          \xE0M
  16. %  End            \xE0O
  17. %  Down           \xE0P
  18. %  PgDn           \xE0Q
  19. %  Insert         \xE0R
  20. %  Delete         \xE0S
  21.  
  22. %   Key         No-modifier     Ctrl        Shift        Alt
  23. % -------------------------------------------------------------
  24. %   F1:           ^@;           ^@^          ^@T         ^@h
  25. %   F2:           ^@<           ^@_          ^@U         ^@i
  26. %   F3:           ^@=           ^@`          ^@V         ^@j
  27. %   F4:           ^@>           ^@a          ^@W         ^@k
  28. %   F5:           ^@?           ^@b          ^@X         ^@l
  29. %   F6:           ^@@           ^@c          ^@Y         ^@m
  30. %   F7:           ^@A           ^@d          ^@Z         ^@n
  31. %   F8:           ^@B           ^@e          ^@[         ^@o
  32. %   F9:           ^@C           ^@f          ^@\         ^@p
  33. %   F10:          ^@D           ^@g          ^@]         ^@q
  34. %   F11:          ^@\d133       ^@\d137      ^@\d135     ^@\d139
  35. %   F12:          ^@\d134       ^@\d136      ^@\d136     ^@\d140
  36.