Difference between revisions of "CodeChart:Tektronix 4105/VT52 Mode/ESC/Question"

From Terminals
Jump to: navigation, search
(create page)
 
m (switch to new templates)
Line 31: Line 31:
 
{| class="wikitable"
 
{| class="wikitable"
 
|+ ESC ? Control Sequences
 
|+ ESC ? Control Sequences
! style="padding: 1ex;" | Prefix
+
{{CodeDescriptionHeader}}
! style="padding: 1ex; width: 100%;" | Description
+
{{CodeDescriptionRow|M|m|Keypad ENTER Key (CR) †}}
! style="padding: 1ex;" | Parameters
+
{{CodeDescriptionRow|l|lowerl|Keypad Comma Key (,) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad ENTER Key (CR)||m|M}}
+
{{CodeDescriptionRow|m|lowerm|Keypad Minus Key (-) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Comma Key (,)||lowerl|l}}
+
{{CodeDescriptionRow|n|lowern|Keypad Period Key (.) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Minus Key (-)||lowerm|m}}
+
{{CodeDescriptionRow|p|lowerp|Keypad Zero Key (0) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Period Key (.)||lowern|n}}
+
{{CodeDescriptionRow|q|lowerq|Keypad One Key (1) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Zero Key (0)||lowerp|p}}
+
{{CodeDescriptionRow|r|lowerr|Keypad Two Key (2) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad One Key (1)||lowerq|q}}
+
{{CodeDescriptionRow|s|lowers|Keypad Three Key (3) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Two Key (2)||lowerr|r}}
+
{{CodeDescriptionRow|t|lowert|Keypad Four Key (4) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Three Key (3)||lowers|s}}
+
{{CodeDescriptionRow|u|loweru|Keypad Five Key (5) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Four Key (4)||lowert|t}}
+
{{CodeDescriptionRow|v|lowerv|Keypad Six Key (6) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Five Key (5)||loweru|u}}
+
{{CodeDescriptionRow|w|lowerw|Keypad Seven Key (7) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Six Key (6)||lowerv|v}}
+
{{CodeDescriptionRow|x|lowerx|Keypad Eight Key (8) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Seven Key (7)||lowerw|w}}
+
{{CodeDescriptionRow|y|lowery|Keypad Nine Key (9) †}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Eight Key (8)||lowerx|x}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|† Keypad Nine Key (9)||lowery|y}}
 
 
|}
 
|}
  
 
† Only transmitted in Alternate Keypad mode.
 
† Only transmitted in Alternate Keypad mode.
 
 
|}
 
|}

Revision as of 17:57, 16 February 2013

Subpages of Question

Received
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
ESC ? Control Sequences
Prefix Description Parameters
M Keypad ENTER Key (CR) † none
l Keypad Comma Key (,) † none
m Keypad Minus Key (-) † none
n Keypad Period Key (.) † none
p Keypad Zero Key (0) † none
q Keypad One Key (1) † none
r Keypad Two Key (2) † none
s Keypad Three Key (3) † none
t Keypad Four Key (4) † none
u Keypad Five Key (5) † none
v Keypad Six Key (6) † none
w Keypad Seven Key (7) † none
x Keypad Eight Key (8) † none
y Keypad Nine Key (9) † none

† Only transmitted in Alternate Keypad mode.