home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Demos
/
DE_FrameMaker
/
FrameMaker.app
/
fminit2.0
/
ukenglish
/
kbmap
< prev
next >
Wrap
Text File
|
1992-08-24
|
67KB
|
2,375 lines
Frame Maker Keyboard:Function Mappings - 26Sep89
------------------------------------------------------------------------------
900829 sbs for FrameMaker 2.1
Added NextStepEncoding -> maker mappings for the 8-bit characters.
Various national keyboards deliver keys with different values for
the modifier bits. For example, the Belgian ``azerty'' keyboard
requires that you type SHIFT-2 to enter the digit 2; other
keyboards require that you not use SHIFT.
In an attempt to avoid lots of support problems, FrameMaker now
discards the SHIFT bit for the purpose of key matching. So,
SHIFT-2 and 2 are equivalent. The SHIFT bit is only discarded
when matching printable characters, so SHIFT-CTRL-E and CTRL-E will
continue to be distinct. However, a problem arises from the
definition of ``printable.'' If a new NextStep character is added,
a FrameMaker internal table must be modified to account for
this. (This table could be computed from the keyboard map itself,
except that the table is used to generate the keyboard map!)
------------------------------------------------------------------------------
For the NeXT keyboard the Alt mask means the symbol font encoding is
on instead of the alternate mask being down, because the NeXT event
handling has already processed the alternate key.
------------------------------------------------------------------------------
Mappings in this file define FrameMaker's keyboard mappings, documented in
FrameMaker's written documentation.
Changing these mappings may cause you confusion when reading the manuals,
and may confuse other users on your system.
Therefore, change this file with care.
This file maps keyboard sequences to maker function sequences.
Each mapping is surrounded by angle brackets and has the format shown
below (the key sequence can be up to 15 key values in length, and the
function sequence can contain up to 150 function values) Each mapping
can span several lines. The layout used below is simply for readability.
Within each mapping the following characters are supported:
\! means ascii escape (0x1b)
\s means ascii space (0x20)
\\ means ascii \ (0x5C)
\xhhh means a hex number indicated by one or more hex digits,
terminated by a non-hex digit.
ex: \x12A means 0x12A.
\other a `\` followed by any other character, including space,
means that character. (i.e. '\w' means 'w', '\:' means ':'
space All space characters unless preceeded by `\` are ignored.
: A colon (when not immediately following a '\') separates
the key sequence from the func. sequence
other All other printing characters represent themselves.
Nonprinting characers (newline, tab, etc.) are ignored.
Within the key sequence, individual keys are represented using
either regular characters or hex values. Hex values are used to represent
key values AND the state of the SHIFT, ALT, and CONTROL keys.
The key values are in the range 0x0..0xFF. 0x100 is added to the key value if
either shift key is down. 0x200 is added for the control key. And 0x400 is
added for either alt key. Due to keyboard variations, it is impossible to
use a less general approach than this (for example, on a Sun-3, ^1 returns a
keyvalue of 0x31, ^2 returns 0x0, ^6 returns 0x1E, and ^- returns 0x1F).
On the NeXT, a 0x800 is added to the keyvalue if the key pressed represents
a symbol font character described in the keyboard mapping diagram of the
standard font family, in Appendix D of the NeXT User Manual.
Sample key sequence string designations:
String Meaning
------ -----------------------------------------
a the unshifted A key
A the shifted A key (we can at least figure that out!)
1 the unshifted 1 key
! the shifted 1 key
\x31 the unshifted 1 key represented another way
\x140 the shifted 2 key ('@') SHIFT + '@'
\x061 the unshifted a key
\x141 the shifted A key
\x201 the A key with the Control key held down
\x4e1 the A key with a Alt key held down
\x5c1 the A key with shift and Alt keys down
\x681 the A key with Control & Alt keys down
\x781 the A key with Shift, Control, & Alt keys down
\x8ac the left arrow key down
\xcb8 the / key with the alt key held down.
Each mapping can have 3 scopes:
\M means the key mapping is active only when a math expression
is selected (IP or highlighting).
\? (or nothing) means the key mapping is active only when a math
expression is NOT selected.
\A means the key mapping is active no matter what's selected.
Within the Function sequence, functions are represented by individual
characters or by hex values. The characters represent themselves ("a" means
put an "a" character in the document). Hex values below 0xFF also mean put
this value in the document (use hex values below 0x20 with care!). Maker
functions, like "bring up the paragraph window" or "highlight the next word"
are indicated by hex values greater than 0xFF. Values for all maker functions
available from the keyboard are listed in the file fm_commands.h.
Now, for the actual mappings.
Key Name Function name(s)
Key Codes Function sequence
------------------------------------------
Character Format
----------------
Esc c w Display the Character Formats Catalog Window
<\A \!cw : \xF24>
Esc q c, Command-8, Ctrl-8 Quick key for Character Format Catalog
<\A \!qc : \xF40>
<\A \x238 : \xF40>
<\A \x7b4 : \xF40>
Esc c b, Command-2 Set characters to bold
<\A \!cb : \x260>
<\A \x732 : \x260>
<\A \x762 : \x260>
Esc c i, Command-3, Command-i Set characters to italic
<\A \!ci : \x261>
<\A \x733 : \x261>
<\A \x769 : \x261>
Esc c u, Command-4 Set characters to underline
<\A \!cu : \x262>
<\A \x734 : \x262>
Esc c s, Command-5 Set characters to strike through
<\A \!cs : \x26C>
<\A \x735 : \x26C>
Esc c d, Command-1 Set characters to Default Pgf Font (plain in TextLines)
<\A \!cd : \x26D>
<\A \x731 : \x26D>
Esc c p Set characters to plain
<\A \!cp : \x263>
Esc c o Set characters to overline
<\A \!co : \x26E>
Esc c h Set characters to change bar
<\A \!ch : \x26F>
Esc c k Set characters to kerned
<\A \!ck : \x270>
Esc c + Set characters to superscript
<\A \!c\x12b : \x264>
Esc c minus Set characters to subscript
<\A \!c- : \x265>
Esc c 2 Set characters to double underline (NOT IMPL)
\A \!c2 : \x278
Esc c 1 Set characters to numeric underline (NOT IMPL)
\A \!c1 : \x279
Esc c = Set characters to normal
<\A \!c= : \x266>
Esc c S Set characters to small caps
<\A \!cS : \x273>
Esc c C Set characters to initial caps
<\A \!cC : \x274>
Esc c U Set characters to upper case
<\A \!cU : \x275>
Esc c L Set characters to lower case
<\A \!cL : \x276>
Esc c A Set characters to as-typed case
<\A \!cA : \x277>
Esc c = Set characters to normal
<\A \!c= : \x266>
Esc c ], Esc + s Increment text size 1 pt.
<\A \!c] : \x267>
<\A \!\x12b s : \x267>
Esc c [, Esc minus s Decrement text size 1pt.
<\A \!c[ : \x268>
<\A \!-s : \x268>
Esc cl Squeeze spacing 20% of an em
<\A \!cl : \x269>
Esc cr Spread spacing 20% of an em
<\A \!cr : \x26A>
Esc c c Repeat last font-related command
<\A \!cc : \x26B>
Deletion
--------
Delete, Backspace Delete back one character
Ctrl-d Delete forward one character
Alt-Delete&Alt-Backspace
Delete back to start of word
Alt-d Delete forward to end of word
Ctrl-k Delete forward to end of line
Alt-k Delete forward to end of sentence
Ctrl-u Delete backward from insertion point to start of line
(above commands built in)
Shift Delete : Same as Delete key
<\A \x108 : \x112>
Esc k b Delete backward to previous word start
<\A \!kb : \x160>
Esc k f Delete forward to next word end
<\A \!kf : \x161>
Esc k s Delete forward to next sentence start
<\A \!ks : \x162>
Esc k a Delete backward to previous sentence end
<\A \!ka : \x163>
Diacritics
----------
The pattern is: Esc mod char
where: Esc is the Escape key, mod is one of ' ~ ` % ^ * or ,
and char is a character, typically a vowel.
The mod keys represent diacritics:
' = acute ~ = tilde ` = grave
% = dieresis ^ = circumflex * = ring
, = cedilla
acute aeiou
<\!'a : \x87> <\!'e : \x8e> <\!'i : \x92> <\!'o : \x97> <\!'u : \x9c>
<\!'A : \xe7> <\!'E : \x83> <\!'I : \xea> <\!'O : \xee> <\!'U : \xf2>
next
<\x4C2 a: \x87> <\x4C2 e: \x8e> <\x4C2 i: \x92> <\x4C2 o: \x97> <\x4C2 u: \x9c>
<\x4C2 A: \xe7> <\x4C2 E: \x83> <\x4C2 I: \xea> <\x4C2 O: \xee> <\x4C2 U: \xf2>
tilde ano
<\!~a : \x8b> <\!~n : \x96> <\!~o : \x9b>
<\!~A : \xcc> <\!~N : \x84> <\!~O : \xcd>
next
<\x4C4 a: \x8b> <\x4C4 n: \x96> <\x4C4 o: \x9b>
<\x4C4 A: \xcc> <\x4C4 N: \x84> <\x4C4 O: \xcd>
grave aeiou
<\!`a : \x88> <\!`e : \x8f> <\!`i : \x93> <\!`o : \x98> <\!`u : \x9d>
<\!`A : \xcb> <\!`E : \xe9> <\!`I : \xed> <\!`O : \xf1> <\!`U : \xf4>
next
<\x4C1 a: \x88> <\x4C1 e: \x8f> <\x4C1 i: \x93> <\x4C1 o: \x98> <\x4C1 u: \x9d>
<\x4C1 A: \xcb> <\x4C1 E: \xe9> <\x4C1 I: \xed> <\x4C1 O: \xf1> <\x4C1 U: \xf4>
dieresis aeiouy
<\!%a : \x8a> <\!%e : \x91> <\!%i : \x95> <\!%o : \x9a> <\!%u : \x9f>
<\!%y : \xd8>
<\!%A : \x80> <\!%E : \xe8> <\!%I : \xec> <\!%O : \x85> <\!%U : \x86>
<\!%Y : \xd9>
next
<\x4C8 a: \x8a> <\x4C8 e: \x91> <\x4C8 i: \x95> <\x4C8 o: \x9a> <\x4C8 u: \x9f>
<\x4C8 y: \xd8>
<\x4C8 A: \x80> <\x4C8 E: \xe8> <\x4C8 I: \xec> <\x4C8 O: \x85> <\x4C8 U: \x86>
<\x4C8 Y: \xd9>
circumflex aeiou
<\!^a : \x89> <\!^e : \x90> <\!^i : \x94> <\!^o : \x99> <\!^u : \x9e>
<\!^A : \xe5> <\!^E : \xe6> <\!^I : \xeb> <\!^O : \xef> <\!^U : \xf3>
next
<\x5C3 a: \x89> <\x5C3 e: \x90> <\x5C3 i: \x94> <\x5C3 o: \x99> <\x5C3 u: \x9e>
<\x5C3 A: \xe5> <\x5C3 E: \xe6> <\x5C3 I: \xeb> <\x5C3 O: \xef> <\x5C3 U: \xf3>
ring a
<\!*A : \x81> <\!*a : \x8c>
next
<\x4CA A: \x81> <\x4CA a: \x8c>
cedilla c
<\!,C : \x82> <\!,c : \x8d>
next
<\x4CB C : \x82> <\x4CB c : \x8d>
Edit Menu
---------
Esc e u, Command-Z Undo
<\A \!eu : \x320>
Ctrl-w, Esc e x, Command-x Cut
<\A \x217 : \x321>
<\A \!ex : \x321>
Esc e c, Command-c Copy
<\A \!ec : \x322>
Ctrl-y, Esc e p, Command-v Paste
<\A \x219 : \x323>
<\A \!ep : \x323>
Esc e b Clear
<\A \!eb : \x324>
Esc e f Copy Char Format
<\A \!ef : \x325>
Esc e r Copy Pgf Format (restore 1.3 mapping- note
change to menu string)
<\A \!er : \x326>
Esc e w copy column Width
<\A \!ew : \xF9C>
Esc e D copy conDition setting
<\A \!eD : \xF9D>
Esc e a Select all
<\A \!ea : \x327>
Ctrl-s, Esc e s, Command-f Search
<\A \x213 : \x329>
<\A \!es : \x329>
Esc e l Spelling Checker
<\A \!el : \x32A>
Esc e C Capitalization
<\A \!eC : \x32B>
File Menu
---------
Esc d n New
<\A \!dn : \x300>
Esc d o Open
<\A \!do : \x301>
Esc d s, Ctrl-x Ctrl-s Save
<\A \!ds : \x310>
<\A \x218 \x213 : \x310>
Esc d a, Ctrl-x Ctrl-w Save As
<\A \!da : \x311>
<\A \x218 \x217 : \x311>
Esc d r Revert
<\A \!dr : \x312>
Esc d p Print
<\A \!dp : \x313>
Esc d i Import
<\A \!di : \x314>
Esc d g Generate
<\A \!dg : \x315>
Esc d u Use Formats From
<\A \!du : \x316>
Esc d k Keyboard
<\A \!dk : \x317>
Esc d c Capture
<\A \!dc : \x256>
Esc d P Preferences
<\A \!dP : \x318>
Esc d q Quit
<\A \!dq : \x399>
Esc d O Open All
<\A \!dO : \x31A>
Esc d Q Quit All
<\A \!dQ : \x31B>
Esc d S Save All
<\A \!dS : \x31C>
Esc d f Add file to book
<\A \!df : \x30A>
Esc d d File Setup (book)
<\A \!dd : \x30B>
Esc d e Rearrange Files (book)
<\A \!de : \x30C>
Ctrl-] Start/Stop recording keys
(Built-in)
Esc F l k Lock Doc
<\A \!Flk : \xf00>
Fill Pattern
------------
Esc zero f Set to first fill pattern (black)
<\A \!0f : \x3B4>
Esc 9 f Set to last fill pattern (stripes)
<\A \!9f : \x3B5>
Esc + f Increment fill pattern
<\A \!\x12b f : \x3B6>
Esc minus f Decrement fill pattern
<\A \!-f : \x3B7>
Format Menu
-----------
Esc f c Character
<\A \!fc : \x330>
Esc f p, Paragraphs
<\A \!fp : \x331>
Esc f l Flow
<\A \!fl : \x332>
Esc f d Document
<\A \!fd : \x333>
Esc f b Change Bars
<\A \!fb : \x334>
Esc f n Footnote Properties
<\A \!fn : \x335>
Esc f e Equations
<\A \!fe : \x336>
Graphics Menu
-------------
Esc g g Group
<\A \!gg : \x382>
Esc g u Ungroup
<\A \!gu : \x383>
Esc g f Front
<\A \!gf : \x380>
Esc g b Back
<\A \!gb : \x381>
Esc g a Align
<\A \!ga : \x384>
Esc g d Distribute
<\A \!gd : \x385>
Esc g r Reshape
<\A \!gr : \x376>
Esc g s Smooth
<\A \!gs : \x374>
Esc g m Unsmooth
<\A \!gm : \x375>
Esc g v Flip U/D
<\A \!gv : \x370>
Esc g h Flip L/R
<\A \!gh : \x371>
Esc g t Rotate
<\A \!gt : \x372>
Esc g T Rotate Clockwise
<\A \!gT : \x386>
Esc g z Scale
<\A \!gz : \x373>
Esc g n Set # Sides
<\A \!gn : \x378>
Esc g o Properties (Object)
<\A \!go : \x387>
Esc g O Pick up properties (Object)
<\A \!gO : \x388>
Esc g y Gravity Toggle
<\A \!gy : \x37b>
Esc g p Snap Toggle
<\A \!gp : \x37A>
Highlighting
------------
Esc h c Select current character, then next one
<\A \!hc : \x240>
Esc h w Select current word, then next one
<\A \!hw : \x241>
Esc h l Select current line, then next one
<\A \!hl : \x242>
Esc h s Select current sentence, then next one
<\A \!hs : \x243>
Esc h p Select current paragraph, then next one
<\A \!hp : \x244>
Esc h b Shift selection left 1 character
<\A \!hb : \x245>
Esc h f Shift selection right 1 character
<\A \!hf : \x246>
Esc h zero Unhighlight
<\A \!h0 : \x247 >
Esc H C Extend one character to the left
<\A \!HC : \x410>
Esc H W Select current word, then extend to previous one
<\A \!HW : \x411>
Esc H L Select current line, then extend to previous one
<\A \!HL : \x412>
Esc H S Select current sentence, then extend to previous one
<\A \!HS : \x413>
Esc H P Select current paragraph, then extend to previous one
<\A \!HP : \x414>
Esc h u Extend one line up
<\A \!hu : \x415>
Esc h d Extend one line down
<\A \!hd : \x416>
Esc h t Extend to top of column
<\A \!ht : \x417>
Esc h m Extend to bottom of column
<\A \!hm : \x418>
Esc h g Extend to beginning of flow
<\A \!hg : \x419>
Esc h e Extend to end of flow
<\A \!he : \x41A>
Esc H c Extend one character to the right
<\A \!Hc : \x510>
Esc H w Select current word, then extend to next one
<\A \!Hw : \x511>
Esc H l Select current line, then extend to next one
<\A \!Hl : \x512>
Esc H s Select current sentence, then extend to next one
<\A \!Hs : \x513>
Esc H p Select current paragraph, then extend to next one
<\A \!Hp : \x514>
Esc h F Select text with the same character format
<\A \!hF : \x515>
Esc h C Select text with the same condition tags
<\A \!hC : \x516>
Object Selection
----------------
Esc o f Select first object on current page
<\A \!of : \x600>
Esc o n Select next object on current page
<\A \!on : \x601>
Esc o e Extend object selection to next object on current page
<\A \!oe : \x602>
Insertion Point
---------------
cntrl-alt-t Top of Column
<\A \x614 : \x100>
Ctrl-p Up 1 line
\A \x4ad : \x101
<\A \x8ad : \x101>
Ctrl-n Down 1 line
\A \x4af : \x102
<\A \x8af : \x102>
Ctrl-f Right 1 character
\A \x4ae : \x103
<\A \x8ae : \x103>
Ctrl-b Left 1 character
\A \x4ac : \x104
<\A \x8ac : \x104>
Ctrl-a Beginning of line
Ctrl-e End of line
Alt-b Beginning of word
Alt-f End of word
Alt-a Beginning of sentence
Alt-e End of sentence
Alt-[ Beginning of paragraph
Alt-] End of paragraph
Ctrl-alt-{ Beginning of flow (\x10F)
(built in)
shift-cntrl-alt-t Bottom of Column
<\A \x714 : \x10E >
Ctrl-alt-} End of flow
<\A \x71d : \x110 \x106 >
Esc b w Forward ip to next word start
<\A \!bw : \x140>
Esc b s Forward ip to next sentence start
<\A \!bs : \x141>
Esc b p Forward ip to next paragraph start
<\A \!bp : \x142>
Esc b f First text column on current page
<\A \!bf : \x143>
Esc b n Next text column on current page
<\A \!bn : \x144>
Line Width
----------
Esc zero w Set to thinnest width
<\A \!0w : \x3AC>
Esc 9 w Set to thickest width
<\A \!9w : \x3AD>
Esc + w Increment line width
<\A \!\x12b w : \x3AE>
Esc minus w Decrement line width
<\A \!-w : \x3AF>
Main Window
-----------
Esc d n New
<\A \!dn : \x300>
Ctrl-x Ctrl-f, Esc d o Open
<\A \x218 \x206 : \x301>
<\A \!do : \x301>
Alt-? , Esc d h Help
\A \x5bf : \x302 XXX now using this for questiondown
<\A \!dh : \x302>
Esc d I Info
<\A \!dI : \x303>
Miscellaneous
-------------
Esc Alt-8 Set all items to No Change in dialog
<\A \! \x738 : \xF4A>
Esc Alt-9 Reset dialog
<\A \! \x739 : \xF4B>
Ctrl-o Open line (same as Return R10 )
<\A \x20f : \x0a \x104>
Ctrl-t Transpose characters
<\A \x214 : \x224>
Esc space h, Alt-space Nonbreaking space (not word delimiter)
<\A \!\ h : \x228>
<\A \x480 : \x228>
Esc space 1 Number space
<\A \!\ 1 : \x22A>
Esc space t Thin space
<\A \!\ t : \x22B>
Esc space m Em space
<\A \!\ m : \x22C>
Esc space n En space
<\A \!\ n : \x22D>
Esc hyphen h, Nonbreaking hyphen (not word delimiter)
<\A \!-h : \x227>
Esc hyphen d, Ctrl-hyphen Discretionary hyphen
<\A \!-d : \x225>
<\A \x21f : \x225>
Esc n s, No hyphenation in word
<\A \!ns : \x226>
Alt Return , Enter , Command Hard Return
<\A \x40d : \x229>
<\A \x003 : \x229>
<\A \x703 : \x229>
ctrl ' (apostrophe) ASCII apostrophe
<\A \x227 : \x27>
ctrl-" Straight quote
<\x322 : " >
Esc Z Z c Print cache usage
<\A \!ZZc : \xF05>
Esc Z Z m Print memory usage
<\A \!ZZm : \xF04>
Esc D t c , Esc Z Z s Toggle Save As Text mode
<\A \!Dtc : \xF03>
<\A \!ZZs : \xF03>
Page Menu
---------
Esc p f, Shift-command-6
<\A \!pf : \x340>
Esc p l, Shift-command-7
<\A \!pl : \x341>
Esc p b Body
<\A \!pb : \x342>
Esc p m Master
<\A \!pm : \x343>
Esc p r Reference
<\A \!pr : \x344>
Ctrl-g, Esc p g Go To
<\A \x207 : \x345>
<\A \!pg : \x345>
Esc p a Add
<\A \!pa : \x346>
Esc p d Delete
<\A \!pd : \x347>
Esc p t Column Layout
<\A \!pt : \x348>
Esc p c Column Connections
<\A \!pc : \x349>
Esc p o Rotate Page
<\A \!po : \x34E>
Esc p O Rotate Page Clockwise
<\A \!pO : \x34F>
Esc p k Background
<\A \!pk : \x34A>
Esc p z Freeze Pagination
<\A \!pz : \x34B>
Esc p p, Previous
<\A \!pp : \x34C>
Ctrl-v, Esc p n, Next
<\A \x216 : \x34D>
<\A \!pn : \x34D>
Esc C S Split column below IP
<\A \!CS : \x35A>
Esc C C Connect columns
<\A \!CC : \x35B>
Esc C H Cut Head (Disconnect from previous column in flow)
<\A \!CH : \x35C>
Esc C T Cut Tail (Disconnect from next column in flow)
<\A \!CT : \x35D>
Esc p N Rename master/reference page
<\A \!pN : \xF3A>
Paragraph Format
----------------
Esc j w Display Paragraph Formats Catalog Window
<\A \!jw : \xF23>
Esc q p, Alt-9, Ctrl-9 Quick key for paragraphs
<\A \!qp : \xF41>
<\A \x739 : \xF41>
<\A \x239 : \xF41>
Esc j +, Esc + l Increment line leading 1 pt.
<\A \!j\x12b : \x280>
<\A \!\x12b l : \x280>
Esc j minus, Esc minus l Decrement line leading 1 pt.
<\A \!j- : \x281>
<\A \!-l : \x281>
Esc j c Center paragraph/objects
<\A \!jc : \x282>
Esc j l Left justify paragraph/objects
<\A \!jl : \x283>
Esc j r Right justify paragraph/objects
<\A \!jr : \x284>
Esc j f Fully justify paragraph/objects
<\A \!jf : \x285>
Esc j t Top align selected objects
<\A \!jt : \x290>
Esc j m Top/bottom (middle) align selected objects
<\A \!jm : \x291>
Esc j b Bottom align selected objects
<\A \!jb : \x292>
Esc j x Set paragraph line spacing to fixed (default font size
plus leading)
<\A \!jx : \x287>
Esc j o Set paragraph line spacing to floating (largest font
size plus leading)
<\A \!jo : \x288>
Esc j U Make all paragraphs with current paragraph's tag
match current paragraph's format (Unify)
<\A \!jU : \x289>
Esc j j Repeat last paragraph-related command
<\A \!jj : \x286>
Esc j h Turn hyphenation on
<\A \!jh : \x27E>
Esc j n Turn hyphenation off
<\A \!jn : \x27F>
Esc j P Start paragraph at top of page
<\A \!jP : \x28A>
Esc j C Start paragraph at top of column
<\A \!jC : \x28B>
Esc j L Start paragraph at top of left page
<\A \!jL : \x28C>
Esc j R Start paragraph at top of right page
<\A \!jR : \x28D>
Esc j A Start paragraph anywhere
<\A \!jA : \x28E>
Pen Pattern
-----------
Esc zero p Set to first pen pattern (black)
<\A \!0p : \x3B0>
Esc 9 p Set to last pen pattern (diagonal stripes)
<\A \!9p : \x3B1>
Esc + p Increment pen pattern
<\A \!\x12b p : \x3B2>
Esc minus p Decrement pen pattern
<\A \!-p : \x3B3>
Search and Replace
---------------------------
Esc s p Search backward
<\A \!sp : \x230>
<\A \x764 : \x230>
Esc s n, Search forward
<\A \!sn : \x231>
<\A \x767 : \x231>
Ctrl-%, Esc r o Change
<\A \x325 : \x232>
<\A \!ro : \x232>
Esc r g Change All
<\A \!rg : \x233>
Esc r a Change & Search Again
<\A \!ra : \x234>
Esc s s Display Set Search String dialog box
<\A \!ss : \x235>
Special Menu
------------
Esc q v, Ctrl-0 Quick Key for Variables
<\A \!qv : \xF42>
<\A \x230 : \xF42>
Esc q C, Ctrl-3 Quick Key for Conditional Text "In"
<\A \!qC : \xF44>
<\A \x233 : \xF44>
Esc q D, Ctrl-4 Quick Key for Conditional Text "NotIn"
<\A \!qD : \xF45>
<\A \x234 : \xF45>
Esc q U, Ctrl-5 Quick Key for Conditional Text "Unconditional"
<\A \!qU : \xF46>
<\A \x235 : \xF46>
Esc s a Anchored Frame
<\A \!sa : \x350>
Esc s f Footnote
<\A \!sf : \x351>
Esc s c Cross Reference
<\A \!sc : \x352>
Esc s v Variable
<\A \!sv : \x353>
Esc s i Inset
<\A \!si : \x354>
Esc i E editors
<\A \!iE : \x357>
Esc s m Markers
<\A \!sm : \x355>
Esc m k Insert new marker. Like New Marker button.
<\A \!mk : \x356>
Esc s C Conditional Text
<\A \!sC : \x357>
Spelling
--------
Esc l s Start checking current selection/word
<\A \!ls : \x3C0>
Esc l e Start checking entire document
<\A \!le : \x3C1>
Esc l p Start checking current page
<\A \!lp : \x3CB>
Esc l c w Correct word
<\A \!lcw : \x3C2>
Esc l a p Add word to personal dictionary (Learn)
<\A \!lap : \x3C3>
Esc l a d Add word to document dictionary
<\A \!lad : \x3C4>
Esc l a c Add word and correction to auto corrections
<\A \!lac : \x3C5>
Esc l x p Delete word from personal dictionary
<\A \!lxp : \x3C6>
Esc l x d Delete word from document dictionary
<\A \!lxd : \x3C7>
Esc l c a Clear auto corrections
<\A \!lca : \x3C8>
Esc l c d Change dictionaries
<\A \!lcd : \x3C9>
Esc l o Spelling Checker Options
<\A \!lo : \x3CC>
Esc l b Batch spell check
<\A \!lb : \x3CE>
Esc l r Clear no-need-to-recheck flags
<\A \!lr : \x3CA>
Esc l - Show Word's Hyphenation
<\A \!l- : \x3CD>
Esc l R Reformat entire document
<\A \!lR : \x3CF>
Tools
-----
Esc one w Display Tools Window
<\A \!1w : \xF22>
Esc one s Smart selection tool
<\A \!1s : \xF20>
Esc one o Object selection tool
<\A \!1o : \xF21>
Esc one l Line
<\A \!1l : \x3A0>
Esc one r Rectangle
<\A \!1r : \x3A1>
Esc one R Rounded Rectangle
<\A \!1R : \x3A5>
Esc one p g Polygon
<\A \!1pg : \x3A2>
Esc one p l Polyline
<\A \!1pl : \x3A3>
Esc one a Arc
<\A \!1a : \x3A4>
Esc one e Ellipse
<\A \!1e : \x3A6>
Esc one t l TextLine
<\A \!1tl : \x3A7>
Esc one t c TextColumn
<\A \!1tc : \x3A8>
Esc one f Freehand
<\A \!1f : \x3A9>
Esc one m Frame
<\A \!1m : \x3AA>
Esc one one Select last-used tool
<\A \!11 : \x3AB>
View Menu
---------
Esc v b Borders
<\A \!vb : \x361>
Esc v t Text Symbols
<\A \!vt : \x362>
Esc v r Rulers
<\A \!vr : \x363>
Esc v g Grid
<\A \!vg : \x364>
Esc v o Options
<\A \!vo : \x360>
Esc v s Spot Colors
<\A \!vs : \x365>
Esc v v Toggle draw/don't draw preference setting
<\A \!vv : \x366>
Esc v C Condition Visibility
<\A \!vC : \x367>
Esc v O Toggle Condition Use Format Override
<\A \!vO : \x368>
View Different Separations
--------------------------
Esc v 1 View separation 1
<\A \!v1 : \x36D>
Esc v 2 View separation 2
<\A \!v2 : \x36E>
Esc v 3 View separation 3
<\A \!v3 : \x36F>
Window Menu
-----------
Ctrl-l, Esc w r Redisplay Window
<\A \x20c : \x398>
<\A \!wr : \x398>
Esc w h Hide Window
<\A \!wh : \x396>
Esc w h Expose Window
<\A \!we : \x395>
Esc z i Zoom in
<\A \!zi : \xF30>
Esc z o Zoom out
<\A \!zo : \xF31>
Esc z p Zoom fit page in window
<\A \!zp : \xF32>
Esc z w Zoom fit window to page
<\A \!zw : \xF33>
Esc z z Zoom to 100%
<\A \!zz : \xF35>
Dialog resource building
------------------------
Esc r e s Save document to dbre resource file
<\A \!res : \xF70>
Esc r e t 1 Test document as a modal dialog
<\A \!ret1 : \xF71>
Esc r e t 2 Test document as a modeless dialog
<\A \!ret2 : \xF72>
Esc r e f Set stuff item
<\A \!ref : \xF73>
Table Commands
--------------
Esc t i Insert table
<\A \!ti : \xF80>
Esc t f Table format
<\A \!tf : \xF81>
Esc t r Row format
<\A \!tr : \xF85>
Esc t x Custom ruling and shading
<\A \!tx : \xF86>
Esc t a Add rows or columns
<\A \!ta : \xF87>
Esc t z Resize column
<\A \!tz : \xF88>
Esc t l Straddle/unstraddle
<\A \!tl : \xF89>
Esc t v Convert text to table/convert table to text
<\A \!tv : \xF8A>
Esc t I Move IP out of table if it was in
<\A \!tI : \xFC0>
Esc t e Edit ruling style
<\A \!te : \xF8C>
Esc Tab Tab for table cell
<\A \!\x9 : \x223>
Should be taken out eventually.
Esc z t Table debug
<\A \!zt : \xF8B>
Table dialog bypass shortcuts
-----------------------------
Esc t u t Unify table formats
<\A \!tut : \xF90>
Esc t d a Add rows above
<\A \!tda : \xF92>
Ctrl <CR>, Esc t d b Add rows below
<\A \x20D : \xF93>
<\A \!tdb : \xF93>
Esc t d l Add columns to left
<\A \!tdl : \xF94>
Esc t d r Add columns to right
<\A \!tdr : \xF95>
Esc t d c Clear leaving cells empty
<\A \!tdc : \xF96>
Esc t d x Clear removing cells
<\A \!tdx : \xF97>
Esc t p r Paste replacing selection
<\A \!tpr : \xF98>
Esc t p b Paste before
<\A \!tpb : \xF99>
Esc t p a Paste after
<\A \!tpa : \xF9A>
Esc t d z Column width shrink wrap
<\A \!tdz : \xFD0>
Keyboard table selection
------------------------
Esc t h e Select the current cell, then next
<\A \!the : \xFA0>
Esc t h r Select the current row, then next
<\A \!thr : \xFA1>
Esc t h c Select the current column, then next
<\A \!thc : \xFA2>
Esc t h t Select the current table
<\A \!tht : \xFA3>
Esc t h a Select all text in the cell
<\A \!tha : \xFA4>
Esc t h b Select the current column body cells only, then next
<\A \!thb : \xFA5>
Esc t h 0 Clear table selection and put ip at top left cell
Same as !tms below
<\A \!th0 : \xFB0>
Keyboard table insertion point navigation
-----------------------------------------
Esc t m s Move insertion point to top left cell of table selection
<\A \!tms : \xFB0>
Esc t m r Move insertion point to cell on right
When at edge, wrap around the same row
<\A \!tmr : \xFB1>
Esc t m l Move insertion point to cell on left
When at edge, wrap around the same row
<\A \!tml : \xFB2>
Esc t m u Move insertion point to cell above
<\A \!tmu : \xFB3>
Ctrl-Shift-Tab Move insertion point to cell above and select text
<\A \x309 : \xFB3 \xFA4>
Esc t m d Move insertion point to cell below
<\A \!tmd : \xFB4>
Ctrl-Tab Move insertion point to cell below and select text
<\A \x209 : \xFB4 \xFA4>
Esc t m a Move insertion point to left most cell in current row
<\A \!tma : \xFB5>
Esc t m e Move insertion point to right most cell in current row
<\A \!tme : \xFB6>
Esc t m n Move insertion point to cell on right
When at edge, wrap to next row
<\A \!tmn : \xFB7>
Esc t m p Move insertion point to cell on left
When at edge, wrap to next row
<\A \!tmp : \xFB8>
Esc t m t Move insertion point to top cell in current column
<\A \!tmt : \xFB9>
Esc t m b Move insertion point to bottom cell in current column
<\A \!tmb : \xFBA>
Symbols
-------
shift-Alt-e macron
<\A \xdc5 : \xF8>
Alt-l lslash
<\A \xf8 : l >
<\x4f8 : l >
shift-Alt-l Lslash
<\A \xe8 : L >
<\x5e8 : L >
Alt-] quoteright
<\A \x427 : \xD5>
Ctrl-` grave
<\A \x260 : \x60>
Kerning
-------
Ctrl-up Move (1 point/zoom%) up
<\A \xaad : \x11A>
Ctrl-down Move (1 point/zoom%) down
<\A \xaaf : \x11B>
Ctrl-left Move (1 point/zoom%) left
<\A \xaac : \x11C>
Ctrl-right Move (1 point/zoom%) right
<\A \xaae : \x11D>
Shift-up Move (6 points/zoom%) up
<\A \x9ad : \x121>
Shift-down Move (6 points/zoom%) down
<\A \x9af : \x122>
Shift-left Move (6 points/zoom%) left
<\A \x9ac : \x123>
Shift-right Move (6 points/zoom%) right
<\A \x9ae : \x124>
Command-i Set characters to italic
<\A \x769 : \x261>
Command-8 Quick key for Character Format Catalog
<\A \x738 : \xF40>
Command-2 Set characters to bold
<\A \x732 : \x260>
shift-alt-3
<\A \xDBA : \x506 \xBA \x505>
alt-5
<\A \xCA5 : \x506 \xA5 \x505>
shift-alt-7
<\A \xDAB : \x506 \xAB \x505>
alt-8
<\A \xCB0 : \x506 \xB0 \x505>
alt-=
<\A \xCB9 : \x506 \xB9 \x505>
shift-alt-=
<\A \xDB1 : \x506 \xB1 \x505> symbol plusminus
<\A \xd1 : \x506 \xb1 \x505> plusminus
<\A \x1d1 : \x506 \xb1 \x505>
<\A \x4d1 : \x506 \xb1 \x505>
<\A \x5d1 : \x506 \xb1 \x505>
alt-w
<\A \xCC8 : \x506 \xC8 \x505>
shift-alt-w
<\A \xDC7 : \x506 \xC7 \x505>
alt-r
<\A \xCD2 : \x506 \xD2 \x505>
shift-alt-r
<\A \xDE2 : \x506 \xE2 \x505>
alt-t
<\A \xCE4 : \x506 \xD4 \x505>
shift-alt-t
<\A \xDD4 : \x506 \xE4 \x505>
shift-alt-y
<\A \xDDB : \x506 \xD8 \x505>
alt-p
<\A \xC70 : \x506 \x70 \x505>
shift-alt-p
<\A \xD50 : \x506 \x50 \x505>
alt-d
<\A \xD44 : \x506 \x44 \x505>
shift-alt-d
<\A \xDB6 : \x506 \xB6 \x505>
alt-;
<\A \xCB2 : \x506 \xB2 \x505>
shift-alt-;
<\A \xDA2 : \x506 \xA2 \x505>
shift-alt-z
<\A \xD57 : \x506 \x57 \x505>
alt-x
<\xCB4 : \x506 \xB4 \x505> symbol multiply
<\x9e : \x506 \xb4 \x505> multiply
<\x19e : \x506 \xb4 \x505>
<\x49e : \x506 \xb4 \x505>
<\x59e : \x506 \xb4 \x505>
shift-alt-x
<\xDCE : \x506 \xCE \x505>
alt-c
<\xCE3 : \x506 \xE3 \x505>
shift-alt-c
<\xDD3 : \x506 \xD3 \x505> copyrightserif
alt-v
<\xCD6 : \x506 \xD6 \x505> radical
shift-alt-v
<\xDE0 : \x506 \xE0 \x505> lozenge
alt-b
<\xCE5 : \x506 \xE5 \x505> summation
shift-alt-b
<\xDF2 : \x506 \xF2 \x505> integral
shift-alt-m logical-not
<\x9d8 : \x506 \xd8 \x505>
<\xdd8 : \x506 \xd8 \x505>
shift-alt-,
<\A \xDA3 : \x506 \xA3 \x505>
shift-alt-.
<\A \xDB3 : \x506 \xB3 \x505>
alt-/
<\A \xCB8 : \x506 \xB8 \x505 > symbol divide
<\A \x8B8 : \x506 \xB8 \x505 >
<\A \x9f : \x506 \xB8 \x505 > divide
<\A \x19f : \x506 \xB8 \x505 >
<\A \x49f : \x506 \xB8 \x505 >
<\A \x59f : \x506 \xB8 \x505 >
shift-alt-`
<\A \xDBB : \x506 \xBB \x505> approxequal
alt-1
<\A \xCAD : \x506 \xAD \x505> arrowup
<\A \xDAD : \x506 \xAD \x505>
shift-alt-f
<\A \xDAC : \x506 \xAC \x505> arrowleft
<\A \xCAC : \x506 \xAC \x505>
shift-alt-n
<\A \xDAF : \x506 \xAF \x505> arrowdown
<\A \xCAF : \x506 \xAF \x505>
shift-alt-'
<\A \xDAE : \x506 \xAE \x505> arrowright
<\A \xCAE : \x506 \xAE \x505>
Rotation commands
Esc 1 2
<\A \!12 : \x500>
Esc 1 3
<\A \!13 : \x501>
Added by dpb -
Esc x x 1 Rotate Object
<\A \!xx1 : \x389>
Esc x x 2 Rotate Object interactive
<\A \!xx2 : \x38A>
Input focus to current document kit and modeless dialogs
--------------------------------------------------------
Esc f i d Current document
<\A \!fid : \x620>
Esc f i s Search
<\A \!fis : \x621>
Esc f i m Marker
<\A \!fim : \x622>
Esc f i l Spelling
<\A \!fil : \x623>
Esc f i 8 Paragraph format catalog
<\A \!fi8 : \x624>
Esc f i 9 Character format catalog
<\A \!fi9 : \x625>
Esc f i p Paragraph format
<\A \!fip : \x626>
Esc f i c Character format
<\A \!fic : \x627>
Esc f i 1 Tools
<\A \!fi1 : \x628>
Esc f i o Conditional text
<\A \!fio : \x629>
Esc f i r Custom ruling and shading
<\A \!fir : \x62B>
Esc f i t Table format
<\A \!fit : \x62C>
Esc f i q Equation
<\A \!fiq : \x62D>
MATH
----
Equations menu
--------------
Esc m w Display Equations Window
<\A \!mw : \xF26>
Esc m s Small equation
<\A \!ms : \xF50>
Esc m m Medium equation
<\A \!mm : \xF51>
Esc m l Large equation
<\A \!ml : \xF52>
Esc m p Shrinkwrap
<\A \!mp : \xF53>
Esc m e Expand (unwrap)
<\A \!me : \xF54>
Esc m r p Remove Parentheses
<\M \!mrp : \x201c>
Esc m t, Ctrl-T Toggle Format
<\M \!mt : \x1904>
<\M \x314 : \x1904>
Esc m n, Ctrl-N New Operand
<\M \!mn : \x1902>
<\M \x30e : \x1902>
' Insert String
<\M \x27 : \x27>
Greek letters:
-------------
Alt-a : alpha <\M \x4ca : \x1300>
Alt-b : beta <\M \xce5 : \x1301>
Alt-c : chi <\M \xce3 : \x1302>
Alt-d : delta <\M \xd44 : \x1303>
Alt-D : Delta <\M \xdb6 : \x1304>
Alt-e : epsilon <\M \x4c2 : \x1305>
Alt-f : phi <\M \x4a6 : \x1306>
Alt-j : varphi <\M \x4c6 :\x1307>
Alt-F : Phi <\M \xdac : \x1308>
Alt-g : gamma <\M \x4f1 : \x1309>
Alt-G : Gamma <\M \x5e1 : \x130a>
With NextStep 2.0, alt-h was changed from /eta (68) to /ordfeminine (e3).
This still doesn't help people who customize their keyboards.
Alt-h : eta <\M \x468 : \x130b>
Alt-h : eta <\M \x4e3 : \x130b>
Alt-i : iota <\M \x4c1 : \x130c>
Alt-k : kappa <\M \x4ce : \x130d>
Alt-7 : cpartial <\M \x4b7 : \x132e>
Alt-l : lambda <\M \x4f8 : \x130e>
Alt-L : Lambda <\M \x5e8 : \x130f>
Alt-m : mu <\M \xc6d : \x1310>
Alt-n : nu <\M \x4c4 : \x1311>
Alt-p : pi <\M \xc70 : \x1312>
Alt-P : Pi <\M \xd50 : \x1313>
Alt-q : theta <\M \x4fa : \x1314>
Alt-J :vartheta <\M \x5ae : \x1315>
Alt-Q : Theta <\M \x5ea : \x1316>
Alt-r : rho <\M \xcd2 : \x1317>
Alt-s : sigma <\M \x4fb : \x1318>
Alt-E : varsigma <\M \xdc5 : \x1319>
Alt-E : varsigma <\M \x5c5 : \x1319> NextStepEncoding "macron"
Alt-S : Sigma <\M \x5a7 : \x131a>
Alt-t : tau <\M \xce4 : \x131b>
Alt-u : upsilon <\M \x4c8 : \x131c>
Alt-U : Upsilon <\M \x5cd : \x131d>
Alt-o : omega <\M \x4f9 : \x131e>
Alt-I : varpi <\M \x5f5 : \x131f>
Alt-O : Omega <\M \x5e9 : \x1320>
Alt-x : xi <\M \xcb4 : \x1321>
Alt-X : Xi <\M \xdce : \x1322>
Alt-y : psi <\M \x4a5 : \x1323>
Alt-Y : Psi <\M \xddb : \x1324>
Alt-z : zeta <\M \x4cf : \x1325>
Diacritical Marks:
Back Quote : Prime <\M \` : \x1503>
Alt-minus : bar <\M \x4b1: \x1502>
Alt-Shift-6 : Hat <\M \x5c3: \x1504>
Alt-Shift-V : Vector <\M \xde0: \x1505>
Alt-Shift-~ : SubTilde <\M \xdbb: \x1506>
Alt-Shift-_ : SubBox <\M \x5d0: \x1507>
Unusual symbols
Alt-1 infty <\M \xcad : \x1326 >
Alt-2 bot <\M \x4b2 : \x1327 >
Alt-period ldots <\M \x4bc : \x1328 >
Alt-3 aleph <\M \x4a3 : \x1329 >
Alt-4 Im <\M \x4a2 : \x132a >
Alt-$ Re <\M \x5a8 : \x132b >
Alt-5 wp <\M \xca5 : \x132c >
Alt-0 emptyset <\M \x4ad : \x132d >
Alt-6 nabla <\M \x4b6 : \x132f >
Alt-' prime <\M \x4a9 : \x1330 >
Alt-" pprime <\M \xdae : \x1331 >
Alt-) degree <\M \x5bb : \x1332 >
Templates
---------
N-ary
= equal
<\M = : \x1901 >
<\M \![211z : \x1901 >
Esc m =, force equals
<\M\!m= : \x100e >
+, NPad + plus
<\M \x12b : \x100d >
<\M \![253z : \x100d >
*, NPad * mult
<\M * : \x100b >
<\M \![213z : \x100b >
Ctrl-q : equiv
<\M \x211 \x13a : \x1020 >
Ctrl-q ; approx
<\M \x211 ; : \x1022 >
Ctrl-q 5 propto
<\M \x211 5 : \x1021 >
Ctrl-period cdot
<\M \x22e : \x1033 >
Ctrl-q K notsubset
<\M \x211 \x14b : \x102d >
Ctrl-' ni
<\M \x227 : \x1032 >
Ctrl-j jotdot
<\M \x20a : \x1010 >
Ctrl-q D otimes
<\M \x211 \x144 : \x1011 >
Ctrl-q E oplus
<\M \x211 \x145 : \x1012 >
Ctrl-Alt-= notequal
<\M \xeb9 : \x1019 >
@ cong
<\M \x140 : \x1023 >
Ctrl-m ~ sim
<\M \x20d ~ : \x1024 >
Ctrl-q Y wedge
<\M \x211 \x159 : \x1030 >
Ctrl-q Z vee
<\M \x211 \x15a : \x1031 >
Ctrl-q N in
<\M \x211 \x14e : \x102e >
Ctrl-q L subset
<\M \x211 \x14c : \x102b >
Ctrl-q I superset
<\M \x211 \x149 : \x1029 >
Ctrl-less_than leq
<\M \x33c : \x101b > NeXT
Ctrl-> geq
<\M \x33e : \x101d > NeXT
Ctrl-q , leftarrow
<\M \x211 , : \x1013 >
Ctrl-q period rightarrow
<\M \x211 . : \x1014 >
Ctrl-q + lrarrow
<\M \x211 \x12b : \x1015 >
, comma
<\M, : \x100f >
Ctrl-m p parallel
<\M \x20d p : \x1026 >
Ctrl-m r perp
<\M \x20d r : \x1025 >
Ctrl-m i cap
<\M \x20d i : \x1027 >
Ctrl-m u cup
<\M \x20d u : \x1028 >
Ctrl-q O notin
<\M \x211 \x14f : \x102f >
Ctrl-q J subseteq
<\M \x211 \x14a : \x102c >
Ctrl-q M supseteq
<\M \x211 \x14d : \x102a >
Ctrl-Alt-less_than ll
<\M \xfa3 : \x101f >
Ctrl-Alt-> gg
<\M \xfb3 : \x101e >
Ctrl-q \ Leftarrow
<\M \x211 \\ : \x1016 >
Ctrl-q ^ Rightarrow
<\M \x211 \x15e : \x1017 >
Ctrl-q [ LRarrow
<\M \x211 [ : \x1018 >
Multi-Format
[ square brackets
<\M [ : \x1075 \x1605 \x1904 \x1606 >
{ Braces
<\M { : \x1075 \x1605 \x1904 \x1904 \x1606 >
Ctrl-( lparen
<\M \x328 : \x1071 > NeXT
Ctrl-m [ lparen square bracket
<\M \x20d [ : \x1071 \x1605 \x1904 \x1606 >
Ctrl-m { lparen brace
<\M \x20d { : \x1071 \x1605 \x1904 \x1904 \x1606 >
) rparen
<\M ) : \x1072 >
] rparen square bracket
<\M ] : \x1072 \x1605 \x1904 \x1606 >
} rparen brace
<\M } : \x1072 \x1605 \x1904 \x1904 \x1606 >
/, NPad / over
<\M / : \x107c >
<\M \![212z : \x107c >
Ctrl-m / div
<\M \x20d / : \x1087 >
Ctrl-Alt-/ fract
<\M \xeb8 : \x1088 >
Large
Ctrl-i int
<\M \x209 : \x106d >
Ctrl-Alt-i oint
<\M \x609 : \x106e >
Ctrl-S sum
<\M \x313 : \x106b >
Ctrl-P prod
<\M \x310 : \x106c >
Ctrl-m I bigcap
<\M \x20d \x149 : \x1070 >
Ctrl-m U bigcup
<\M \x20d \x155 : \x106f >
w/ Additional Operands
Ctrl-Alt-t optotal
<\M \x614 : \x1069 >
Ctrl-Alt-p oppartial
<\M \x610 : \x106a >
Ctrl-r sqrt
<\M \x212 : \x1055 >
Ctrl-t o_TOTAL
<\M \x214 : \x1809 >
Ctrl-p o_PARTIAL
<\M \x210 : \x180a >
| substitution
<\M \| : \x1034 >
Binary
minus, NPad minus minus (negate)
<\M \x2d : \x103a >
<\M \![254z : \x103a >
Ctrl-m B bket
<\M \x20d \x142 : \x1083 >
Ctrl-m N inprod
<\M \x20d \x14e : \x1084 >
Ctrl-m h choice
<\M \x20d h : \x1080 >
Esc m h, Ctrl-; list
<\M \!mhl : \x100a >
<\M \x23b : \x100a >
Esc m v, Ctrl-a atop
<\M \!mvl : \x1009 >
<\M \x201 : \x1009 >
Ctrl-L lim
<\M \x30c : \x107f >
Ctrl-8 bullet
<\M \x238 : \x1085 >
Ctrl-m C cmut
<\M \x20d \x143 : \x1081 >
Ctrl-E sn
<\M \x305 : \x107e >
Ctrl-* cross
<\M \x32a : \x1086 > NeXT
Ctrl-m A acmut
<\M \x20d \x141 : \x1082 >
Indices
Ctrl-Alt-^ pre-superscript
<\M \x71e : \x18a7 >
Ctrl-^ superscript
<\M \x31e : \x18a5 >
Ctrl-Alt-_ pre-subscript
<\M \x71f : \x18a8 >
Ctrl-_ subscript
<\M \x31f : \x18a6 >
Ctrl-n o_ADDINDEX
<\M \x20e : \x18a4 >
Functions
Ctrl-f function
<\M \x206 : \x100c >
Unaries
Ctrl-minus o_NEGATE
<\M \x21f : \x1900 >
Ctrl-= uequal
<\M \x23d : \x105d >
Ctrl-m a forall
<\M \x20d a : \x1061 >
Ctrl-m e exists
<\M \x20d e : \x1062 >
Ctrl-m t therefore
<\M \x20d t : \x1060 >
Ctrl-m n neg
<\M \x20d n : \x105f >
Ctrl-m x box
<\M \x20d x : \x105a >
Ctrl-, ucomma
<\M \x22c : \x1067 >
; semicolon
<\M \; : \x1068 >
Ctrl-m lessthan dangle
<\M \x20d < : \x1078 >
Ctrl-q 1 pm
<\M \x211 1 : \x1038 >
Ctrl-q P angle
<\M \x211 \x150 : \x105e >
Ctrl-Alt-d var
<\M \x604 : \x1064 >
Ctrl-d diff
<\M \x204 : \x1063 >
Ctrl-q Q grad
<\M \x211 \x151 : \x1056 >
Ctrl-m v div
<\M \x20d v : \x1057 >
Ctrl-m o boxdot
<\M \x20d o : \x105b >
Ctrl-| abs
<\M \x31c : \x1076 >
Ctrl-q i ceil
<\M \x211 i : \x108a >
Ctrl-m b bra
<\M \x20d b : \x1079 >
Ctrl-m d dagger
<\M \x20d d : \x1036 >
Ctrl-m 1 mp
<\M \x20d 1 : \x1039 >
Ctrl-Alt-D change
<\M \x704 : \x1066 >
Ctrl-D partial
<\M \x304 : \x1065 >
Ctrl-m c curl
<\M \x20d c : \x1058 >
Ctrl-m l lap
<\M \x20d l : \x1059 >
Ctrl-m 2 box2
<\M \x20d 2 : \x105c >
Ctrl-Alt-| norm
<\M \x71c : \x1077 >
Ctrl-q k floor
<\M \x211 k : \x1089 >
Ctrl-m k ket
<\M \x20d k : \x107a >
Ctrl-m s ast
<\M \x20d s : \x1037 >
Ctrl-m D downbrace
<\M \x20d D : \x1074 >
Ctrl-m P upbrace
<\M \x20d P : \x1073 >
Matrices
------
Esc x m, Ctrl-x Create 1x1 matrix
<\M \!xm : \x1008>
<\M \x218 : \x1008>
Esc x r, Ctrl-R Add Row
<\M \!xr : \x18a0>
<\M \x312 : \x18a0 >
E x c, Ctrl-C Add Column
<\M \!xc : \x18a1 >
<\M \x303 : \x18a1 >
Esc x R, Ctrl-Alt-R Delete Row
<\M \!x \x152 : \x18a2 >
<\M \x712 : \x18a2 >
Esc x C, Ctrl-Alt-C Delete Column
<\M \!x \x143 : \x18a3 >
<\M \x703 : \x18a3 >
Esc x t: Transpose Matrix
<\M \!xt : \x200f >
Esc x a: Matrix Algebra
<\M \!xa : \x2017 >
Computation
-----------
Differentiate
<\M \!mvd : \x2004>
Differentiate Once
<\M \!mvD : \x2005>
Evaluate
<\M \!mve : \x201b>
Factor
<\M \!muf : \x200c>
Factor Some
<\M \!muF : \x200d>
Integrate
<\M \!mvi : \x2006>
Distribute
<\M \!mud : \x2011>
Number Crunch
<\M \!mvn : \x2007>
Show All Digits
<\M \!mv. : \x2008>
Long Division
<\M \!mdl : \x200e>
Order in Sum
<\M \!mao : \x2018>
Order in Sum other way
<\M \!maO : \x2019>
Pull out one term
<\M \!moe : \x2009>
Pull out all terms
<\M \!moE : \x200a>
Add fractions
<\M \!maa : \x201a>
Simplify
<\M \!mos : \x2000>
Simplify Some
<\M \!moS : \x2001>
Multiply out
<\M \!mum : \x2002>
Multiply out once
<\M \!muM : \x2003>
Isolate Term
<\M \!moi : \x2016>
Enter Definition
<\M \!mre : \x2204>
Apply Definition
<\M \!mra : \x2205>
Designate Dummy
<\M \!mrd : \x1508>
Eval Substitutions
<\M \!mvs : \x200b>
Distribute over =
<\M \!muD : \x2010>
Remove Division
<\M \!mdd : \x2012>
Remove Division Once
<\M \!mdD : \x2013>
Remove Neg Powers
<\M \!mdn : \x2014>
Remove Neg Powers Once
<\M \!mdN : \x2015>
Tab Move to Next Prompt
<\M \x9 : \x1600>
Delete, Backspace, NPad Delete Delete
<\M \x7f : \x1609>
<\M \x8 : \x1609>
<\M \![249z : \x1609>
Esc e x, Ctrl-w Cut
<\M \!ex : \x2200>
<\M \x217 : \x2200>
Esc e c, Alt-w Copy
<\M \!ec : \x2201>
<\M \xcc8 : \x2201>
Esc e p, Ctrl-y Paste
< \M \!ep : \x2202>
< \M \x219 : \x2202>
Esc e b Clear
<\M \!eb : \x2203>
These are the NeXT arrow keys for Math
Ctrl- -\ : Move Left <\M \xaac : \x2103>
Ctrl-Alt- -\ : Move Left Into <\M \xeac : \x2104>
Ctrl-Shift- -\ : Move Left All The Way <\M \xbac : \x2105>
Ctrl- \- : Move Right <\M \xaae : \x2100>
Ctrl-Alt- \- : Move Right Into <\M \xeae : \x2101>
Ctrl-Shift- \- : Move Right All The Way <\M \xbae : \x2102>
Ctrl- ^ : Move Up <\M \xaad : \x2106>
Ctrl- v : Move Down <\M \xaaf : \x2107>
Ctrl-Alt-Shift-Left: Swap Left <\M \xfac : \x2108>
Ctrl-Alt-Shift-Right: Swap Right <\M \xfae : \x2109>
Shift-Alt up : kern up 6 points 121
<\M \xdad : \x1704>
Shift-Alt down : kern down 6 points 122
<\M \xdaf : \x1705>
Shift-Alt left : kern left 6 points 123
<\M \xdac : \x1706>
Shift-Alt right : kern right 6 points 124
<\M \xdae : \x1707>
Shift up : kern up 1 point
<\M \x9ad : \x11A>
Shift-down : kern down 1 point
<\M \x9af : \x11B>
Shift-left : kern left 1 point
<\M \x9ac : \x11C>
Shift-right : kern right 1 point
<\M \x9ae : \x11D>
International keys.
<\A \xc1 : \x60> grave
<\x4c1 \x4c1 : \x60> grave
<\A \x85 : \x80> Adieresis
<\A \x485 : \x80> Adieresis
<\A \x86 : \x81> Aring
<\A \x586 : \x81> Aring
<\A \x87 : \x82> Ccedilla
<\A \x587 : \x82 > Ccedille
<\A \x89 : \x83> Eacute
<\A \x589 : \x83> Eacute
<\A \x91 : \x84> Ntilde
<\A \x591 : \x84> Ntilde
<\A \x96 : \x85> Odieresis
<\A \x596 : \x85> Odieresis
<\A \x9a : \x86> Udieresis
<\A \x59a : \x86> Udieresis
<\x4a9 : \x27> quotesingle
<\A \xd6 : \x87> aacute
<\A \x4d6 : \x87> aacute
<\A \xd5 : \x88> agrave
<\A \x4d5 : \x88> agrave
<\A \xd7 : \x89> acircumflex
<\A \x4d7 : \x89> acircumflex
<\A \xd9 : \x8a> adieresis
<\A \x4d9 : \x8a> adieresis
<\A \xd8 : \x8b> atilde
<\A \x4d8 : \x8b> atilde
<\A \xda : \x8c> aring
<\A \x4da : \x8c> aring
<\A \xdb : \x8d> ccedilla
<\A \x4db : \x8d > ccedille
<\A \xdd : \x8e> eacute
<\A \x4dd : \x8e> eacute
<\A \xdc : \x8f> egrave
<\A \x4dc : \x8f> egrave
<\A \xde : \x90> ecircumflex
<\A \x4de : \x90> ecircumflex
<\A \xdf : \x91> edieresis
<\A \x5df : \x91> edieresis
<\A \xe2 : \x92> iacute
<\A \x4e2 : \x92> iacute
<\A \xe0 : \x93> igrave
<\A \x4e0 : \x93> igrave
<\A \xe4 : \x94> icircumflex
<\A \x4e4 : \x94> icircumflex
<\A \xe5 : \x95> idieresis
<\A \x4e5 : \x95> idieresis
<\A \xe7 : \x96> ntilde
<\A \x4e7 : \x96> ntilde
<\A \xed : \x97> oacute
<\A \x4ed : \x97> oacute
<\A \xec : \x98> ograve
<\A \x4ec : \x98> ograve
<\A \xee : \x99> ocircumflex
<\A \x4ee : \x99> ocircumflex
<\A \xf0 : \x9a> odieresis
<\A \x4f0 : \x9a> odieresis
<\A \xef : \x9b> otilde
<\A \x4ef : \x9b> otilde
<\A \xf3 : \x9c> uacute
<\A \x4f3 : \x9c> uacute
<\A \xf2 : \x9d> ugrave
<\A \x4f2 : \x9d> ugrave
<\A \xf4 : \x9e> ucircumflex
<\A \x4f4 : \x9e> ucircumflex
<\A \xf6 : \x9f> udieresis
<\A \x4f6 : \x9f> udieresis
<\A \xb2 : \xa0> dagger
<\x4b2 : \xa0> dagger
<\A \xa2 : \xa2> cent
<\x4a2 : \xa2> cent
<\A \xa3 : \xa3> sterling
<\x4a3 : \xa3> sterling
<\A \xa7 : \xa4> section
<\x4a7 : \xa4> section
<\A \xb7 : \xa5> bullet
<\x4b7 : \xa5> bullet
<\A \xb6 : \xa6> paragraph
<\x4b6 : \xa6> paragraph
<\A \xfb : \xa7> germandbls
<\x4fb : \xa7> germandbls
<\A \xb0 : \xa8> registered
<\A \x4b0 : \xa8> registered
<\A \xa0 : \xa9> copyright
<\A \x4a0 : \xa9> copyright
<\A \xc2 : \xab> acute
<\A \x4c2 \x4c2 : \xab> acute
<\A \xc8 : \xac> dieresis
<\A \x4c8 \x4c8 : \xac> dieresis
<\A \xe1 : \xae> AE
<\x5e1 : \xae> AE
<\A \xe9 : \xaf> Oslash
<\x5e9 : \xaf> Oslash
<\A \xa5 : \xb4> yen
<\x4a5 : \xb4> yen
<\A \xe3 : \xbb> ordfeminine
<\x4e3 : \xbb> ordfeminine
<\A \xeb : \xbc> ordmasculine
<\A \x4eb : \xbc> ordmasculine
<\A \xf1 : \xbe> ae
<\x4f1 : \xbe> ae
<\A \xf9 : \xbf> oslash
<\x4f9 : \xbf> oslash
<\A \xbf : \xc0> questiondown
<\A \x4bf : \xc0> questiondown
<\A \xa1 : \xc1> exclamdown
<\A \x5a1 : \xc1 > exclamdown
<\A \xbe : \xc2> logicalnot
<\A \x4be : \xc2> logicalnot
<\A \xa6 : \xc4> florin
<\x4a6 : \xc4> florin
<\A \xab : \xc7> guillemotleft
<\A \x4ab : \xc7> guillemotleft
<\A \xbb : \xc8> guillemotright
<\x4bb : \xc8> guillemotright
<\A \xbc : \xc9> ellipsis
<\A \x4bc : \xc9> ellipsis
<\A \x81 : \xcb> Agrave
<\A \x581 : \xcb> Agrave
<\A \x84 : \xcc> Atilde
<\A \x584 : \xcc> Atilde
<\A \x95 : \xcd> Otilde
<\A \x595 : \xcd> Otilde
<\A \xea : \xce> OE
<\x5ea : \xce> OE
<\A \xfa : \xcf> oe
<\x4fa : \xcf> oe
<\A \xb1 : \xd0> endash
<\x4b1 : \xd0> endash
<\A \xd0 : \xd1> emdash
<\x4d0 : \xd1> emdash
<\A \xaa : \xd2> quotedblleft
<\A \x4aa : \xd2> quotedblleft
<\A \xba : \xd3> quotedblright
<\A \x4ba : \xd3> quotedblright
<\A \xfd : \xd8> ydieresis
<\A \x5fd : \xd8> ydieresis
<\A \xa4 : \xda> fraction
<\A \x4a4 : \xda> fraction
<\A \xa8 : \xdb> currency
<\x4a8 : \xdb> currency
<\A \xac : \xdc> guilsinglleft
<\A \x4ac : \xdc> guilsinglleft
<\A \xad : \xdd> guilsinglright
<\x4ad : \xdd> guilsinglright
<\A \xae : \xde> fi
<\x4ae : \xde> fi
<\A \xaf : \xdf> fl
<\A \x4af : \xdf> fl
<\A \xb3 : \xe0> daggerdbl
<\A \x4b3 : \xe0> daggerdbl
<\A \xb4 : \xe1> periodcentered
<\A \x4b4 : \xe1> periodcentered
<\A \xb8 : \xe2> quotesinglbase
<\A \x5b8 : \xe2> quotesinglbase
<\A \xb9 : \xe3> quotedblbase
<\A \x5b9 : \xe3> quotedblbase
<\A \xbd : \xe4> perthousand
<\A \x4bd : \xe4> perthousand
<\A \x83 : \xe5> Acircumflex
<\A \x583 : \xe5> Acircumflex
<\A \x8a : \xe6> Ecircumflex
<\A \x58a : \xe6> Ecircumflex
<\A \x82 : \xe7> Aacute
<\A \x582 : \xe7> Aacute
<\A \x8b : \xe8> Edieresis
<\A \x58b : \xe8> Edieresis
<\A \x88 : \xe9> Egrave
<\A \x588 : \xe9> Egrave
<\A \x8d : \xea> Iacute
<\A \x58d : \xea> Iacute
<\A \x8e : \xeb> Icircumflex
<\A \x58e : \xeb> Icircumflex
<\A \x8f : \xec> Idieresis
<\A \x58f : \xec > Idieresis
<\A \x8c : \xed> Igrave
<\A \x58c : \xed> Igrave
<\A \x93 : \xee> Oacute
<\A \x593 : \xee> Oacute
<\A \x94 : \xef> Ocircumflex
<\A \x594 : \xef> Ocircumflex
<\A \x92 : \xf1> Ograve
<\A \x592 : \xf1> Ograve
<\A \x98 : \xf2> Uacute
<\A \x598 : \xf2> Uacute
<\A \x99 : \xf3> Ucircumflex
<\A \x599 : \xf3> Ucircumflex
<\A \x97 : \xf4> Ugrave
<\A \x597 : \xf4> Ugrave
<\A \xf5 : \xf5> dotlessi
<\x4f5 : \xf5> dotlessi
<\A \xc3 : \xf6> circumflex
<\A \x4c3 \x4c3 : \xf6> circumflex
<\A \xc4 : \xf7> tilde
<\A \x4c4 \x4c4 : \xf7> tilde
<\A \xc5 : \xf8> macron
<\x5c5 : \xf8> macron
<\A \xc6 : \xf9> breve
<\x4c6 : \xf9> breve
<\A \xc7 : \xfa> dotaccent
<\A \x4c7 : \xfa> dotaccent
<\A \xca : \xfb> ring
<\A \x4ca \x4ca : \xfb> ring
<\A \xcb : \xfc> cedilla
<\A \x4cb \x4cb : \xfc> cedilla
<\A \xcd : \xfd> hungarumlaut
<\x4cd : \xfd> hungarumlaut
<\A \xce : \xfe> ogonek
<\x4ce : \xfe> ogonek
<\A \xcf : \xff> caron
<\x4cf : \xff> caron
Odd characters on NeXT's international keyboards.
mu can be delivered in either Symbol or NextStepEncoding (thanks, guys).
<\M \x9d : \x1310> mu
<\M \x19d : \x1310> mu
<\M \x96d : \x1310> symbol mu
<\x9d : \x506 \x6d \x505> mu
<\x19d : \x506 \x6d \x505> mu
<\xa9 : ' > quotesingle
<\M \x8b0 : \x1332> degree (math only)
All of 7-bit USASCII.
<\A \x420 : \x20> /space
<\A \x421 : \x21> /exclam
<\A \x422 : \x22> /quotedbl
<\A \x423 : \x23> /numbersign
<\A \x424 : \x24> /dollar
<\A \x425 : \x25> /percent
<\A \x426 : \x26> /ampersand
\A \x427 : \x27 /quoteright
<\A \x428 : \x28> /parenleft
<\A \x429 : \x29> /parenright
<\A \x42a : \x2a> /asterisk
<\A \x42b : \x2b> /plus
<\A \x42c : \x2c> /comma
<\A \x42d : \x2d> /hyphen
<\A \x42e : \x2e> /period
<\A \x42f : \x2f> /slash
<\A \x430 : \x30> /zero
<\A \x431 : \x31> /one
<\A \x432 : \x32> /two
<\A \x433 : \x33> /three
<\A \x434 : \x34> /four
<\A \x435 : \x35> /five
<\A \x436 : \x36> /six
<\A \x437 : \x37> /seven
<\A \x438 : \x38> /eight
<\A \x439 : \x39> /nine
<\A \x43a : \x3a> /colon
<\A \x43b : \x3b> /semicolon
<\A \x43c : \x3c> /less
<\A \x43d : \x3d> /equal
<\A \x43e : \x3e> /greater
<\A \x43f : \x3f> /question
<\A \x440 : \x40> /at
<\A \x441 : \x41> /A
<\A \x442 : \x42> /B
<\A \x443 : \x43> /C
<\A \x444 : \x44> /D
<\A \x445 : \x45> /E
<\A \x446 : \x46> /F
<\A \x447 : \x47> /G
<\A \x448 : \x48> /H
<\A \x449 : \x49> /I
<\A \x44a : \x4a> /J
<\A \x44b : \x4b> /K
<\A \x44c : \x4c> /L
<\A \x44d : \x4d> /M
<\A \x44e : \x4e> /N
<\A \x44f : \x4f> /O
<\A \x450 : \x50> /P
<\A \x451 : \x51> /Q
<\A \x452 : \x52> /R
<\A \x453 : \x53> /S
<\A \x454 : \x54> /T
<\A \x455 : \x55> /U
<\A \x456 : \x56> /V
<\A \x457 : \x57> /W
<\A \x458 : \x58> /X
<\A \x459 : \x59> /Y
<\A \x45a : \x5a> /Z
<\A \x45b : \x5b> /bracketleft
<\A \x45c : \x5c> /backslash
<\A \x45d : \x5d> /bracketright
<\A \x45e : \x5e> /asciicircum
<\A \x45f : \x5f> /underscore
<\A \x460 : \x60> /quoteleft
<\A \x461 : \x61> /a
<\A \x462 : \x62> /b
<\A \x463 : \x63> /c
<\A \x464 : \x64> /d
<\A \x465 : \x65> /e
<\A \x466 : \x66> /f
<\A \x467 : \x67> /g
<\A \x468 : \x68> /h
<\A \x469 : \x69> /i
<\A \x46a : \x6a> /j
<\A \x46b : \x6b> /k
<\A \x46c : \x6c> /l
<\A \x46d : \x6d> /m
<\A \x46e : \x6e> /n
<\A \x46f : \x6f> /o
<\A \x470 : \x70> /p
<\A \x471 : \x71> /q
<\A \x472 : \x72> /r
<\A \x473 : \x73> /s
<\A \x474 : \x74> /t
<\A \x475 : \x75> /u
<\A \x476 : \x76> /v
<\A \x477 : \x77> /w
<\A \x478 : \x78> /x
<\A \x479 : \x79> /y
<\A \x47a : \x7a> /z
<\A \x47b : \x7b> /braceleft
<\A \x47c : \x7c> /bar
<\A \x47d : \x7d> /braceright
<\A \x47e : \x7e> /asciitilde
All of the Symbol characters.
They are in the Document-only space because many/most of them
map to commands in Math mode.
<\x820 : \x506 \x20 \x505> /space
<\xc20 : \x506 \x20 \x505> /space
<\x821 : \x506 \x21 \x505> /exclam
<\xc21 : \x506 \x21 \x505> /exclam
<\x822 : \x506 \x22 \x505> /universal
<\xc22 : \x506 \x22 \x505> /universal
<\x823 : \x506 \x23 \x505> /numbersign
<\xc23 : \x506 \x23 \x505> /numbersign
<\x824 : \x506 \x24 \x505> /existential
<\xc24 : \x506 \x24 \x505> /existential
<\x825 : \x506 \x25 \x505> /percent
<\xc25 : \x506 \x25 \x505> /percent
<\x826 : \x506 \x26 \x505> /ampersand
<\xc26 : \x506 \x26 \x505> /ampersand
<\x827 : \x506 \x27 \x505> /suchthat
<\xc27 : \x506 \x27 \x505> /suchthat
<\x828 : \x506 \x28 \x505> /parenleft
<\xc28 : \x506 \x28 \x505> /parenleft
<\x829 : \x506 \x29 \x505> /parenright
<\xc29 : \x506 \x29 \x505> /parenright
<\x82a : \x506 \x2a \x505> /asteriskmath
<\xc2a : \x506 \x2a \x505> /asteriskmath
<\x82b : \x506 \x2b \x505> /plus
<\xc2b : \x506 \x2b \x505> /plus
<\x82c : \x506 \x2c \x505> /comma
<\xc2c : \x506 \x2c \x505> /comma
<\x82d : \x506 \x2d \x505> /minus
<\xc2d : \x506 \x2d \x505> /minus
<\x82e : \x506 \x2e \x505> /period
<\xc2e : \x506 \x2e \x505> /period
<\x82f : \x506 \x2f \x505> /slash
<\xc2f : \x506 \x2f \x505> /slash
<\x830 : \x506 \x30 \x505> /zero
<\xc30 : \x506 \x30 \x505> /zero
<\x831 : \x506 \x31 \x505> /one
<\xc31 : \x506 \x31 \x505> /one
<\x832 : \x506 \x32 \x505> /two
<\xc32 : \x506 \x32 \x505> /two
<\x833 : \x506 \x33 \x505> /three
<\xc33 : \x506 \x33 \x505> /three
<\x834 : \x506 \x34 \x505> /four
<\xc34 : \x506 \x34 \x505> /four
<\x835 : \x506 \x35 \x505> /five
<\xc35 : \x506 \x35 \x505> /five
<\x836 : \x506 \x36 \x505> /six
<\xc36 : \x506 \x36 \x505> /six
<\x837 : \x506 \x37 \x505> /seven
<\xc37 : \x506 \x37 \x505> /seven
<\x838 : \x506 \x38 \x505> /eight
<\xc38 : \x506 \x38 \x505> /eight
<\x839 : \x506 \x39 \x505> /nine
<\xc39 : \x506 \x39 \x505> /nine
<\x83a : \x506 \x3a \x505> /colon
<\xc3a : \x506 \x3a \x505> /colon
<\x83b : \x506 \x3b \x505> /semicolon
<\xc3b : \x506 \x3b \x505> /semicolon
<\x83c : \x506 \x3c \x505> /less
<\xc3c : \x506 \x3c \x505> /less
<\x83d : \x506 \x3d \x505> /equal
<\xc3d : \x506 \x3d \x505> /equal
<\x83e : \x506 \x3e \x505> /greater
<\xc3e : \x506 \x3e \x505> /greater
<\x83f : \x506 \x3f \x505> /question
<\xc3f : \x506 \x3f \x505> /question
<\x840 : \x506 \x40 \x505> /congruent
<\xc40 : \x506 \x40 \x505> /congruent
<\x841 : \x506 \x41 \x505> /Alpha
<\xc41 : \x506 \x41 \x505> /Alpha
<\x842 : \x506 \x42 \x505> /Beta
<\xc42 : \x506 \x42 \x505> /Beta
<\x843 : \x506 \x43 \x505> /Chi
<\xc43 : \x506 \x43 \x505> /Chi
<\x844 : \x506 \x44 \x505> /Delta
<\xc44 : \x506 \x44 \x505> /Delta
<\x845 : \x506 \x45 \x505> /Epsilon
<\xc45 : \x506 \x45 \x505> /Epsilon
<\x846 : \x506 \x46 \x505> /Phi
<\xc46 : \x506 \x46 \x505> /Phi
<\x847 : \x506 \x47 \x505> /Gamma
<\xc47 : \x506 \x47 \x505> /Gamma
<\x848 : \x506 \x48 \x505> /Eta
<\xc48 : \x506 \x48 \x505> /Eta
<\x849 : \x506 \x49 \x505> /Iota
<\xc49 : \x506 \x49 \x505> /Iota
<\x84a : \x506 \x4a \x505> /theta1
<\xc4a : \x506 \x4a \x505> /theta1
<\x84b : \x506 \x4b \x505> /Kappa
<\xc4b : \x506 \x4b \x505> /Kappa
<\x84c : \x506 \x4c \x505> /Lambda
<\xc4c : \x506 \x4c \x505> /Lambda
<\x84d : \x506 \x4d \x505> /Mu
<\xc4d : \x506 \x4d \x505> /Mu
<\x84e : \x506 \x4e \x505> /Nu
<\xc4e : \x506 \x4e \x505> /Nu
<\x84f : \x506 \x4f \x505> /Omicron
<\xc4f : \x506 \x4f \x505> /Omicron
<\x850 : \x506 \x50 \x505> /Pi
<\xc50 : \x506 \x50 \x505> /Pi
<\x851 : \x506 \x51 \x505> /Theta
<\xc51 : \x506 \x51 \x505> /Theta
<\x852 : \x506 \x52 \x505> /Rho
<\xc52 : \x506 \x52 \x505> /Rho
<\x853 : \x506 \x53 \x505> /Sigma
<\xc53 : \x506 \x53 \x505> /Sigma
<\x854 : \x506 \x54 \x505> /Tau
<\xc54 : \x506 \x54 \x505> /Tau
<\x855 : \x506 \x55 \x505> /Upsilon
<\xc55 : \x506 \x55 \x505> /Upsilon
<\x856 : \x506 \x56 \x505> /sigma1
<\xc56 : \x506 \x56 \x505> /sigma1
<\x857 : \x506 \x57 \x505> /Omega
<\xc57 : \x506 \x57 \x505> /Omega
<\x858 : \x506 \x58 \x505> /Xi
<\xc58 : \x506 \x58 \x505> /Xi
<\x859 : \x506 \x59 \x505> /Psi
<\xc59 : \x506 \x59 \x505> /Psi
<\x85a : \x506 \x5a \x505> /Zeta
<\xc5a : \x506 \x5a \x505> /Zeta
<\x85b : \x506 \x5b \x505> /bracketleft
<\xc5b : \x506 \x5b \x505> /bracketleft
<\x85c : \x506 \x5c \x505> /therefore
<\xc5c : \x506 \x5c \x505> /therefore
<\x85d : \x506 \x5d \x505> /bracketright
<\xc5d : \x506 \x5d \x505> /bracketright
<\x85e : \x506 \x5e \x505> /perpendicular
<\xc5e : \x506 \x5e \x505> /perpendicular
<\x85f : \x506 \x5f \x505> /underscore
<\xc5f : \x506 \x5f \x505> /underscore
<\x860 : \x506 \x60 \x505> /radicalex
<\xc60 : \x506 \x60 \x505> /radicalex
<\x861 : \x506 \x61 \x505> /alpha
<\xc61 : \x506 \x61 \x505> /alpha
<\x862 : \x506 \x62 \x505> /beta
<\xc62 : \x506 \x62 \x505> /beta
<\x863 : \x506 \x63 \x505> /chi
<\xc63 : \x506 \x63 \x505> /chi
<\x864 : \x506 \x64 \x505> /delta
<\xc64 : \x506 \x64 \x505> /delta
<\x865 : \x506 \x65 \x505> /epsilon
<\xc65 : \x506 \x65 \x505> /epsilon
<\x866 : \x506 \x66 \x505> /phi
<\xc66 : \x506 \x66 \x505> /phi
<\x867 : \x506 \x67 \x505> /gamma
<\xc67 : \x506 \x67 \x505> /gamma
<\x868 : \x506 \x68 \x505> /eta
<\xc68 : \x506 \x68 \x505> /eta
<\x869 : \x506 \x69 \x505> /iota
<\xc69 : \x506 \x69 \x505> /iota
<\x86a : \x506 \x6a \x505> /phi1
<\xc6a : \x506 \x6a \x505> /phi1
<\x86b : \x506 \x6b \x505> /kappa
<\xc6b : \x506 \x6b \x505> /kappa
<\x86c : \x506 \x6c \x505> /lambda
<\xc6c : \x506 \x6c \x505> /lambda
<\x86d : \x506 \x6d \x505> /mu
<\xc6d : \x506 \x6d \x505> /mu
<\x86e : \x506 \x6e \x505> /nu
<\xc6e : \x506 \x6e \x505> /nu
<\x86f : \x506 \x6f \x505> /omicron
<\xc6f : \x506 \x6f \x505> /omicron
<\x870 : \x506 \x70 \x505> /pi
<\xc70 : \x506 \x70 \x505> /pi
<\x871 : \x506 \x71 \x505> /theta
<\xc71 : \x506 \x71 \x505> /theta
<\x872 : \x506 \x72 \x505> /rho
<\xc72 : \x506 \x72 \x505> /rho
<\x873 : \x506 \x73 \x505> /sigma
<\xc73 : \x506 \x73 \x505> /sigma
<\x874 : \x506 \x74 \x505> /tau
<\xc74 : \x506 \x74 \x505> /tau
<\x875 : \x506 \x75 \x505> /upsilon
<\xc75 : \x506 \x75 \x505> /upsilon
<\x876 : \x506 \x76 \x505> /omega1
<\xc76 : \x506 \x76 \x505> /omega1
<\x877 : \x506 \x77 \x505> /omega
<\xc77 : \x506 \x77 \x505> /omega
<\x878 : \x506 \x78 \x505> /xi
<\xc78 : \x506 \x78 \x505> /xi
<\x879 : \x506 \x79 \x505> /psi
<\xc79 : \x506 \x79 \x505> /psi
<\x87a : \x506 \x7a \x505> /zeta
<\xc7a : \x506 \x7a \x505> /zeta
<\x87b : \x506 \x7b \x505> /braceleft
<\xc7b : \x506 \x7b \x505> /braceleft
<\x87c : \x506 \x7c \x505> /bar
<\xc7c : \x506 \x7c \x505> /bar
<\x87d : \x506 \x7d \x505> /braceright
<\xc7d : \x506 \x7d \x505> /braceright
<\x87e : \x506 \x7e \x505> /similar
<\xc7e : \x506 \x7e \x505> /similar
<\x8a1 : \x506 \xa1 \x505> /Upsilon1
<\xca1 : \x506 \xa1 \x505> /Upsilon1
<\x8a2 : \x506 \xa2 \x505> /minute
<\xca2 : \x506 \xa2 \x505> /minute
<\x8a3 : \x506 \xa3 \x505> /lessequal
<\xca3 : \x506 \xa3 \x505> /lessequal
<\x8a4 : \x506 \xa4 \x505> /fraction
<\xca4 : \x506 \xa4 \x505> /fraction
<\x8a5 : \x506 \xa5 \x505> /infinity
<\xca5 : \x506 \xa5 \x505> /infinity
<\x8a6 : \x506 \xa6 \x505> /florin
<\xca6 : \x506 \xa6 \x505> /florin
<\x8a7 : \x506 \xa7 \x505> /club
<\xca7 : \x506 \xa7 \x505> /club
<\x8a8 : \x506 \xa8 \x505> /diamond
<\xca8 : \x506 \xa8 \x505> /diamond
<\x8a9 : \x506 \xa9 \x505> /heart
<\xca9 : \x506 \xa9 \x505> /heart
<\x8aa : \x506 \xaa \x505> /spade
<\xcaa : \x506 \xaa \x505> /spade
<\x8ab : \x506 \xab \x505> /arrowboth
<\xcab : \x506 \xab \x505> /arrowboth
\x8ac : \x506 \xac \x505 /arrowleft
<\xcac : \x506 \xac \x505> /arrowleft
\x8ad : \x506 \xad \x505 /arrowup
<\xcad : \x506 \xad \x505> /arrowup
\x8ae : \x506 \xae \x505 /arrowright
<\xcae : \x506 \xae \x505> /arrowright
\x8af : \x506 \xaf \x505 /arrowdown
<\xcaf : \x506 \xaf \x505> /arrowdown
<\x8b0 : \x506 \xb0 \x505> /degree
<\xcb0 : \x506 \xb0 \x505> /degree
<\x8b1 : \x506 \xb1 \x505> /plusminus
<\xcb1 : \x506 \xb1 \x505> /plusminus
<\x8b2 : \x506 \xb2 \x505> /second
<\xcb2 : \x506 \xb2 \x505> /second
<\x8b3 : \x506 \xb3 \x505> /greaterequal
<\xcb3 : \x506 \xb3 \x505> /greaterequal
<\x8b4 : \x506 \xb4 \x505> /multiply
<\xcb4 : \x506 \xb4 \x505> /multiply
<\x8b5 : \x506 \xb5 \x505> /proportional
<\xcb5 : \x506 \xb5 \x505> /proportional
<\x8b6 : \x506 \xb6 \x505> /partialdiff
<\xcb6 : \x506 \xb6 \x505> /partialdiff
<\x8b7 : \x506 \xb7 \x505> /bullet
<\xcb7 : \x506 \xb7 \x505> /bullet
<\x8b8 : \x506 \xb8 \x505> /divide
<\xcb8 : \x506 \xb8 \x505> /divide
<\x8b9 : \x506 \xb9 \x505> /notequal
<\xcb9 : \x506 \xb9 \x505> /notequal
<\x8ba : \x506 \xba \x505> /equivalence
<\xcba : \x506 \xba \x505> /equivalence
<\x8bb : \x506 \xbb \x505> /approxequal
<\xcbb : \x506 \xbb \x505> /approxequal
<\x8bc : \x506 \xbc \x505> /ellipsis
<\xcbc : \x506 \xbc \x505> /ellipsis
<\x8bd : \x506 \xbd \x505> /arrowvertex
<\xcbd : \x506 \xbd \x505> /arrowvertex
<\x8be : \x506 \xbe \x505> /arrowhorizex
<\xcbe : \x506 \xbe \x505> /arrowhorizex
<\x8bf : \x506 \xbf \x505> /carriagereturn
<\xcbf : \x506 \xbf \x505> /carriagereturn
<\x8c0 : \x506 \xc0 \x505> /aleph
<\xcc0 : \x506 \xc0 \x505> /aleph
<\x8c1 : \x506 \xc1 \x505> /Ifraktur
<\xcc1 : \x506 \xc1 \x505> /Ifraktur
<\x8c2 : \x506 \xc2 \x505> /Rfraktur
<\xcc2 : \x506 \xc2 \x505> /Rfraktur
<\x8c3 : \x506 \xc3 \x505> /weierstrass
<\xcc3 : \x506 \xc3 \x505> /weierstrass
<\x8c4 : \x506 \xc4 \x505> /circlemultiply
<\xcc4 : \x506 \xc4 \x505> /circlemultiply
<\x8c5 : \x506 \xc5 \x505> /circleplus
<\xcc5 : \x506 \xc5 \x505> /circleplus
<\x8c6 : \x506 \xc6 \x505> /emptyset
<\xcc6 : \x506 \xc6 \x505> /emptyset
<\x8c7 : \x506 \xc7 \x505> /intersection
<\xcc7 : \x506 \xc7 \x505> /intersection
<\x8c8 : \x506 \xc8 \x505> /union
<\xcc8 : \x506 \xc8 \x505> /union
<\x8c9 : \x506 \xc9 \x505> /propersuperset
<\xcc9 : \x506 \xc9 \x505> /propersuperset
<\x8ca : \x506 \xca \x505> /reflexsuperset
<\xcca : \x506 \xca \x505> /reflexsuperset
<\x8cb : \x506 \xcb \x505> /notsubset
<\xccb : \x506 \xcb \x505> /notsubset
<\x8cc : \x506 \xcc \x505> /propersubset
<\xccc : \x506 \xcc \x505> /propersubset
<\x8cd : \x506 \xcd \x505> /reflexsubset
<\xccd : \x506 \xcd \x505> /reflexsubset
<\x8ce : \x506 \xce \x505> /element
<\xcce : \x506 \xce \x505> /element
<\x8cf : \x506 \xcf \x505> /notelement
<\xccf : \x506 \xcf \x505> /notelement
<\x8d0 : \x506 \xd0 \x505> /angle
<\xcd0 : \x506 \xd0 \x505> /angle
<\x8d1 : \x506 \xd1 \x505> /gradient
<\xcd1 : \x506 \xd1 \x505> /gradient
<\x8d2 : \x506 \xd2 \x505> /registerserif
<\xcd2 : \x506 \xd2 \x505> /registerserif
<\x8d3 : \x506 \xd3 \x505> /copyrightserif
<\xcd3 : \x506 \xd3 \x505> /copyrightserif
<\x8d4 : \x506 \xd4 \x505> /trademarkserif
<\xcd4 : \x506 \xd4 \x505> /trademarkserif
<\x8d5 : \x506 \xd5 \x505> /product
<\xcd5 : \x506 \xd5 \x505> /product
<\x8d6 : \x506 \xd6 \x505> /radical
<\xcd6 : \x506 \xd6 \x505> /radical
<\x8d7 : \x506 \xd7 \x505> /dotmath
<\xcd7 : \x506 \xd7 \x505> /dotmath
<\x8d8 : \x506 \xd8 \x505> /logicalnot
<\xcd8 : \x506 \xd8 \x505> /logicalnot
<\x8d9 : \x506 \xd9 \x505> /logicaland
<\xcd9 : \x506 \xd9 \x505> /logicaland
<\x8da : \x506 \xda \x505> /logicalor
<\xcda : \x506 \xda \x505> /logicalor
<\x8db : \x506 \xdb \x505> /arrowdblboth
<\xcdb : \x506 \xdb \x505> /arrowdblboth
<\x8dc : \x506 \xdc \x505> /arrowdblleft
<\xcdc : \x506 \xdc \x505> /arrowdblleft
<\x8dd : \x506 \xdd \x505> /arrowdblup
<\xcdd : \x506 \xdd \x505> /arrowdblup
<\x8de : \x506 \xde \x505> /arrowdblright
<\xcde : \x506 \xde \x505> /arrowdblright
<\x8df : \x506 \xdf \x505> /arrowdbldown
<\xcdf : \x506 \xdf \x505> /arrowdbldown
<\x8e0 : \x506 \xe0 \x505> /lozenge
<\xce0 : \x506 \xe0 \x505> /lozenge
<\x8e1 : \x506 \xe1 \x505> /angleleft
<\xce1 : \x506 \xe1 \x505> /angleleft
<\x8e2 : \x506 \xe2 \x505> /registersans
<\xce2 : \x506 \xe2 \x505> /registersans
<\x8e3 : \x506 \xe3 \x505> /copyrightsans
<\xce3 : \x506 \xe3 \x505> /copyrightsans
<\x8e4 : \x506 \xe4 \x505> /trademarksans
<\xce4 : \x506 \xe4 \x505> /trademarksans
<\x8e5 : \x506 \xe5 \x505> /summation
<\xce5 : \x506 \xe5 \x505> /summation
<\x8e6 : \x506 \xe6 \x505> /parenlefttp
<\xce6 : \x506 \xe6 \x505> /parenlefttp
<\x8e7 : \x506 \xe7 \x505> /parenleftex
<\xce7 : \x506 \xe7 \x505> /parenleftex
<\x8e8 : \x506 \xe8 \x505> /parenleftbt
<\xce8 : \x506 \xe8 \x505> /parenleftbt
<\x8e9 : \x506 \xe9 \x505> /bracketlefttp
<\xce9 : \x506 \xe9 \x505> /bracketlefttp
<\x8ea : \x506 \xea \x505> /bracketleftex
<\xcea : \x506 \xea \x505> /bracketleftex
<\x8eb : \x506 \xeb \x505> /bracketleftbt
<\xceb : \x506 \xeb \x505> /bracketleftbt
<\x8ec : \x506 \xec \x505> /bracelefttp
<\xcec : \x506 \xec \x505> /bracelefttp
<\x8ed : \x506 \xed \x505> /braceleftmid
<\xced : \x506 \xed \x505> /braceleftmid
<\x8ee : \x506 \xee \x505> /braceleftbt
<\xcee : \x506 \xee \x505> /braceleftbt
<\x8ef : \x506 \xef \x505> /braceex
<\xcef : \x506 \xef \x505> /braceex
<\x8f1 : \x506 \xf1 \x505> /angleright
<\xcf1 : \x506 \xf1 \x505> /angleright
<\x8f2 : \x506 \xf2 \x505> /integral
<\xcf2 : \x506 \xf2 \x505> /integral
<\x8f3 : \x506 \xf3 \x505> /integraltp
<\xcf3 : \x506 \xf3 \x505> /integraltp
<\x8f4 : \x506 \xf4 \x505> /integralex
<\xcf4 : \x506 \xf4 \x505> /integralex
<\x8f5 : \x506 \xf5 \x505> /integralbt
<\xcf5 : \x506 \xf5 \x505> /integralbt
<\x8f6 : \x506 \xf6 \x505> /parenrighttp
<\xcf6 : \x506 \xf6 \x505> /parenrighttp
<\x8f7 : \x506 \xf7 \x505> /parenrightex
<\xcf7 : \x506 \xf7 \x505> /parenrightex
<\x8f8 : \x506 \xf8 \x505> /parenrightbt
<\xcf8 : \x506 \xf8 \x505> /parenrightbt
<\x8f9 : \x506 \xf9 \x505> /bracketrighttp
<\xcf9 : \x506 \xf9 \x505> /bracketrighttp
<\x8fa : \x506 \xfa \x505> /bracketrightex
<\xcfa : \x506 \xfa \x505> /bracketrightex
<\x8fb : \x506 \xfb \x505> /bracketrightbt
<\xcfb : \x506 \xfb \x505> /bracketrightbt
<\x8fc : \x506 \xfc \x505> /bracerighttp
<\xcfc : \x506 \xfc \x505> /bracerighttp
<\x8fd : \x506 \xfd \x505> /bracerightmid
<\xcfd : \x506 \xfd \x505> /bracerightmid
<\x8fe : \x506 \xfe \x505> /bracerightbt
<\xcfe : \x506 \xfe \x505> /bracerightbt