home *** CD-ROM | disk | FTP | other *** search
- #
- #
- # ----------------nVirtKey (in hex) '#' denotes a comment line
- # | ------------extended
- # | | ----------alt POSITION IS INPORTANT!!!!
- # | | | --------control
- # | | | | ------shift
- # | | | | | ----cursormode (1=normal,2-alternate,0=either)
- # | | | | | | --keypadmode (0=disabled, 1=enabled, 2=either)
- # | | | | | | | ____________Remainder of the line is the redefined text
- # F1 - F12
- 70 0 0 0 0 0 2 \033OP
- 71 0 0 0 0 0 2 \033OQ
- 72 0 0 0 0 0 2 \033OR
- 73 0 0 0 0 0 2 \033OS
- 74 0 0 0 0 0 2 \033[15~
- 75 0 0 0 0 0 2 \033[17~
- 76 0 0 0 0 0 2 \033[18~
- 77 0 0 0 0 0 2 \033[19~
- 78 0 0 0 0 0 2 \033[20~
- 79 0 0 0 0 0 2 \033[21~
- 7a 0 0 0 0 0 2 \033[23~
- 7b 0 0 0 0 0 2 \033[24~
- # shifted F1 - F10 (F11-F20)
- 70 0 0 0 1 0 2 \033[23~
- 71 0 0 0 1 0 2 \033[24~
- 72 0 0 0 1 0 2 \033[25~
- 73 0 0 0 1 0 2 \033[26~
- 74 0 0 0 1 0 2 \033[28~
- 75 0 0 0 1 0 2 \033[29~
- 76 0 0 0 1 0 2 \033[31~
- 77 0 0 0 1 0 2 \033[32~
- 78 0 0 0 1 0 2 \033[33~
- 79 0 0 0 1 0 2 \033[34~
-