File: keyboard

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (99 lines) | stat: -rw-r--r-- 1,877 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0.

6 key editing group
-------------------
Insert	Insert	VK_INSERT	\ESC[2~
Del	Delete	VK_DELETE	\ESC[3~

PageUp	Page Up	VK_PAGE_UP	\ESC[5~
PageDown
	Page Down	
		VK_PAGE_DOWN	\ESC[6~

				xterm		gnome
						DECCKM	?
					
Home	Home	VK_HOME		\ESC[H		\ESCOH	\ESC[1~
End	End	VK_END		\ESC[F		\ESCOF	\ESC[4~


Arrow keys			normal		DECCKM \ESC[?1h \ESC[?1l
----------
<up>	Up	VK_UP		\ESC[A		\ESCOA
<down>	Down	VK_DOWN		\ESC[B		\ESCOB
<left>	Left	VK_LEFT		\ESC[C		\ESCOC
<right>	Right	VK_RIGHT	\ESC[D		\ESCOD

Function keys
-------------
F1	F1	VK_F1		\ESCOP
F2	F2	VK_F2		\ESCOQ
F3	F3	VK_F3		\ESCOR
F4	F4	VK_F4		\ESCOS

F5	F5	VK_F5		\ESC[15~
F6	F6	VK_F6		\ESC[17~
F7	F7	VK_F7		\ESC[18~
F8	F8	VK_F8		\ESC[19~

F9	F9	VK_F9		\ESC[20~
F10	F10	VK_F10		\ESC[21~
F11	F11	VK_F11		\ESC[23~
F12	F12	VK_F12		\ESC[24~

Num pad with NumLock		DECPNM overrides application mode
--------------------
/	NumPad /
		VK_DIVIDE
*	NumPad *
		VK_MULTIPLY 
-	NumPad -
		VK_SUBTRACT
+	NumPad +
		VK_PLUS
Enter	Enter	VK_ENTER

0-9	NumPad-<N>
		VK_NUMPAD<N>
.	NumPad .
		VK_DECIMAL

Num pad without NumLock		DECPAM | !NumLock
-----------------------
/	NumPad /	
		VK_DIVIDE	\ESCOo
*	NumPad *
		VK_MULTIPLY 	\ESCOj
-	NumPad -
		VK_SUBTRACT	\ESCOm
+	NumPad +
		VK_PLUS		\ESCOk
Enter	Enter	VK_ENTER	\ESCOM

Home	Home	VK_HOME		\ESCOH	\ESC[H
End	End	VK_END		\ESCOF	\ESC[F

<up>	Up	VK_KP_UP	\ESC[A
<down>	Down	VK_KP_DOWN	\ESC[B
<right>	Right	VK_KP_RIGHT	\ESC[C
<left>	Left	VK_KP_LEFT	\ESC[D
<center>Begin	VK_BEGIN	\ESC[E

Ins	Insert	VK_INSERT	\ESC[2~
Del	Delete	VK_DELETE	\ESC[3~
PgUp	Page Up	VK_PAGE_UP	\ESC[5~
PgDn	Page Down
		VK_PAGE_DOWN	\ESC[6~

Specialized keypads?
--------------------
Space
Tab
,
=

Modifier parameters?
--------------------
Yup, it's real ...