Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. ; Sample of KEYBOARD.CNF for the IBM-PC/AT 101-key keyboard.
  2. ; See KEYCODE.TXT for the description of the format.
  3. ;
  4. ; This file based on IBMKEYB.CNF
  5. ; 1. send the symbol of each key top "as-is" at editor keypad.
  6. ;
  7. [VT editor keypad]
  8. ;Up arrow key
  9. Up=328
  10. ;Down arrow key
  11. Down=336
  12. ;Right arrow key
  13. Right=333
  14. ;Left arrow key
  15. Left=331
  16. ;Insert key
  17. Insert=338
  18. ;Home key
  19. Find=327
  20. ;PageUp key
  21. Prev=329
  22. ;Delete key
  23. Remove=339
  24. ;End key
  25. Select=335
  26. ;PageDown key
  27. Next=337
  28.  
  29. [VT numeric keypad]
  30. ;Num pad 0 key
  31. Num0=82
  32. ;Num pad 1 key
  33. Num1=79
  34. ;Num pad 2 key
  35. Num2=80
  36. ;Num pad 3 key
  37. Num3=81
  38. ;Num pad 4 key
  39. Num4=75
  40. ;Num pad 5 key
  41. Num5=76
  42. ;Num pad 6 key
  43. Num6=77
  44. ;Num pad 7 key
  45. Num7=71
  46. ;Num pad 8 key
  47. Num8=72
  48. ;Num pad 9 key
  49. Num9=73
  50. ;Ctrl + Num pad '+' key
  51. NumMinus=1102
  52. ;Num pad '+' key
  53. NumComma=78
  54. ;Num pad '.' key
  55. NumPeriod=83
  56. ;Num pad Enter key
  57. NumEnter=284
  58. ;Num pad NumLock key
  59. PF1=325
  60. ;Num pad '/' key
  61. PF2=309
  62. ;Num pad '*' key
  63. PF3=55
  64. ;Num pad '-' key
  65. PF4=74
  66.  
  67. [VT function keys]
  68. Hold=off
  69. Print=off
  70. Break=off
  71. ;F6 key
  72. F6=64
  73. ;F7 key
  74. F7=65
  75. ;F8 key
  76. F8=66
  77. ;F9 key
  78. F9=67
  79. ;F10 key
  80. F10=68
  81. ;F11 key
  82. F11=87
  83. ;F12 key
  84. F12=88
  85. ;Shift + F3 key
  86. F13=573
  87. ;Shift + F4 key
  88. F14=574
  89. ;Shift + F5 key
  90. Help=575
  91. ;Shift + F6 key
  92. Do=576
  93. ;Shift + F7 key
  94. F17=577
  95. ;Shift + F8 key
  96. F18=578
  97. ;Shift + F9 key
  98. F19=579
  99. ;Shift + F10 key
  100. F20=580
  101. ;Ctrl + F6 key
  102. UDK6=1088
  103. ;Ctrl + F7 key
  104. UDK7=1089
  105. ;Ctrl + F8 key
  106. UDK8=1090
  107. ;Ctrl + F9 key
  108. UDK9=1091
  109. ;Ctrl + F10 key
  110. UDK10=1092
  111. ;Ctrl + F11 key
  112. UDK11=1111
  113. ;Ctrl + F12 key
  114. UDK12=1112
  115. ;Ctrl + Shift + F3 key
  116. UDK13=1597
  117. ;Ctrl + Shift + F4 key
  118. UDK14=1598
  119. ;Ctrl + Shift + F5 key
  120. UDK15=1599
  121. ;Ctrl + Shift + F6 key
  122. UDK16=1600
  123. ;Ctrl + Shift + F7 key
  124. UDK17=1601
  125. ;Ctrl + Shift + F8 key
  126. UDK18=1602
  127. ;Ctrl + Shift + F9 key
  128. UDK19=1603
  129. ;Ctrl + Shift + F10 key
  130. UDK20=1604
  131.  
  132. [X function keys]
  133. ; F1 key
  134. XF1=59
  135. ; F2 key
  136. XF2=60
  137. ; F3 key
  138. XF3=61
  139. ; F4 key
  140. XF4=62
  141. ; F5 key
  142. XF5=63
  143. ; Shift + Tab key
  144. XBackTab=527
  145.  
  146. [Shortcut keys]
  147. ; Ctrl + Insert
  148. EditCopy=1362
  149. ; Shift + Insert
  150. EditPaste=850
  151. EditPasteCR=off
  152. EditCLS=off
  153. EditCLB=off
  154. ControlOpenTEK=off
  155. ControlCloseTEK=off
  156. ; Ctrl + up-arrow
  157. LineUp=1352
  158. ; Ctrl + down-arrow
  159. LineDown=1360
  160. ; Ctrl + PageUp
  161. PageUp=1353
  162. ; Ctrl + PageDown
  163. PageDown=1361
  164. ; Ctrl + Home
  165. BuffTop=1351
  166. ; Ctrl + End
  167. BuffBottom=1359
  168. ; Ctrl + Tab
  169. NextWin=1039
  170. NextShownWin=off
  171. ; Ctrl + Shift + Tab
  172. PrevWin=1551
  173. PrevShownWin=off
  174. LocalEcho=off
  175. ; ScrollLock
  176. ScrollLock=70
  177.  
  178. ;Example of user key definitions.
  179. ;[User keys]
  180. ; Ctrl + F1 key: character string
  181. ;User1=1083,0,telnet myhost
  182. ;
  183. ; Ctrl + F2 key: control characters
  184. ;User2=1084,0,$0D$0A
  185. ;
  186. ; Ctrl + F3 key: CR character with new-line code conversion (CR -> CR/CR+LF)
  187. ;User3=1085,1,$0D
  188. ;
  189. ; Ctrl + F4 key: Executing a macro file
  190. ;User4=1086,2,test.ttl
  191. ;
  192. ; Ctrl + F5 key: Executing a menu command
  193. ;User5=1087,3,50110
  194. [User keys]
  195. User1 = 16,0,$27
  196. ; q to '
  197. User2 = 17,0,$2c
  198. ; w to ,
  199. User3 = 18,0,$2e
  200. ; e to .
  201. User4 = 19,0,$70
  202. ; r to p
  203. User5 = 20,0,$79
  204. ; t to y
  205. User6 = 21,0,$66
  206. ; y to f
  207. User7 = 22,0,$67
  208. ; u to g
  209. User8 = 23,0,$63
  210. ; i to c
  211. User9 = 24,0,$72
  212. ; o to r
  213. User10 = 25,0,$6C
  214. ; p to l
  215. User11 = 26,0,$2F
  216. ; @ to /
  217. User12 = 27,0,$3D
  218. ; [ to =
  219. User13 = 31,0,$6F
  220. ; s to o
  221. User14 = 32,0,$65
  222. ; d to e
  223. User15 = 33,0,$75
  224. ; f to u
  225. User16 = 34,0,$69
  226. ; g to i
  227. User17 = 35,0,$64
  228. ; h to d
  229. User18 = 36,0,$68
  230. ; j to h
  231. User19 = 37,0,$74
  232. ; k to t
  233. User20 = 38,0,$6E
  234. ; l to n
  235. User21 = 39,0,$73
  236. ; ; to s
  237. User22 = 40,0,$2D
  238. ; : to -
  239. User23 = 43,0,$5C
  240. ; ] to \
  241. User24 = 44,0,$3B
  242. ; z to ;
  243. User25 = 45,0,$71
  244. ; x to q
  245. User26 = 46,0,$6A
  246. ; c to j
  247. User27 = 47,0,$6B
  248. ; v to k
  249. User28 = 48,0,$78
  250. ; b to x
  251. User29 = 49,0,$62
  252. ; n to b
  253. User30 = 51,0,$77
  254. ; , to w
  255. User31 = 52,0,$76
  256. ; . to v
  257. User32 = 53,0,$7A
  258. ; / to z
  259. User33 = 515,0,$40
  260. ; " to @
  261. User34 = 517,0,$5E
  262. ; & to ^
  263. User35 = 520,0,$26
  264. ; ' to &
  265. User36 = 521,0,$2A
  266. ; ( to *
  267. User37 = 522,0,$28
  268. ; ) to (
  269. User38 = 523,0,$29
  270. ; to )
  271. User39 = 524,0,$7D
  272. ; = to {
  273. User40 = 525,0,$7B
  274. ; ~ to }
  275. User41 = 125,0,$60
  276. ; to `
  277. User42 = 553,0,$7E
  278. ; to ~
  279. User43 = 528,0,$22
  280. ; Q to "
  281. User44 = 529,0,$3C
  282. ; W to <
  283. User45 = 530,0,$3E
  284. ; E to >
  285. User46 = 531,0,$50
  286. ; R to P
  287. User47 = 532,0,$59
  288. ; T to Y
  289. User48 = 533,0,$46
  290. ; Y to F
  291. User49 = 534,0,$47
  292. ; U to G
  293. User50 = 535,0,$43
  294. ; I to C
  295. User51 = 536,0,$52
  296. ; O to R
  297. User52 = 537,0,$4C
  298. ; P to L
  299. User53 = 538,0,$3F
  300. ; ` to ?
  301. User54 = 539,0,$2B
  302. ; { to +
  303. User55 = 543,0,$4F
  304. ; S to O
  305. User56 = 544,0,$45
  306. ; D to E
  307. User57 = 545,0,$55
  308. ; F to U
  309. User58 = 546,0,$49
  310. ; G to I
  311. User59 = 547,0,$44
  312. ; H to D
  313. User60 = 548,0,$48
  314. ; J to H
  315. User61 = 549,0,$54
  316. ; K to T
  317. User62 = 550,0,$4E
  318. ; L to N
  319. User63 = 551,0,$53
  320. ; + to S
  321. User64 = 552,0,$5F
  322. ; * to _
  323. User65 = 555,0,$7C
  324. ; } to |
  325. User66 = 556,0,$3A
  326. ; Z to :
  327. User67 = 557,0,$51
  328. ; X to Q
  329. User68 = 558,0,$4A
  330. ; C to J
  331. User69 = 559,0,$4B
  332. ; V to K
  333. User70 = 560,0,$58
  334. ; B to X
  335. User71 = 561,0,$42
  336. ; N to B
  337. User72 = 563,0,$57
  338. ; < to W
  339. User73 = 564,0,$56
  340. ; > to V
  341. User74 = 565,0,$5A
  342. ; ? to Z
  343. User75 = 1043,0,$10
  344. ; C-r to C-p
  345. User76 = 1044,0,$19
  346. ; C-t to C-y
  347. User77 = 1045,0,$06
  348. ; C-y to C-f
  349. User78 = 1046,0,$07
  350. ; C-u to C-g
  351. User79 = 1047,0,$03
  352. ; C-i to C-c
  353. User80 = 1048,0,$12
  354. ; C-o to C-r
  355. User81 = 1049,0,$0C
  356. ; C-p to C-l
  357. User82 = 1055,0,$0F
  358. ; C-s to C-o
  359. User83 = 1056,0,$05
  360. ; C-d to C-e
  361. User84 = 1057,0,$15
  362. ; c-f to c-u
  363. User85 = 1058,0,$09
  364. ; c-g to c-i
  365. User86 = 1059,0,$04
  366. ; c-h to c-d
  367. User87 = 1060,0,$08
  368. ; c-j to c-h
  369. User88 = 1061,0,$14
  370. ; c-k to c-t
  371. User89 = 1062,0,$0E
  372. ; c-l to c-n
  373. User90 = 1063,0,$13
  374. ; c-; to c-s
  375. User91 = 1069,0,$11
  376. ; c-x to c-q
  377. User92 = 1070,0,$0A
  378. ; C-c to C-j
  379. User93 = 1071,0,$OB
  380. ; c-v to c-k
  381. User94 = 1072,0,$18
  382. ; c-b to c-x
  383. User95 = 1073,0,$02
  384. ; c-n to c-b
  385. User96 = 1075,0,$17
  386. ; c-, to c-w
  387. User97 = 1076,0,$16
  388. ; c-. to C-v
  389. User98 = 1077,0,$1A
  390. ; c-/ to c-z
Add Comment
Please, Sign In to add comment