home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-11 | 53.9 KB | 2,135 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.
-
- ----
- wiml@omnigroup.com 31July1994
-
- Added the 0x1000 bit indicating that the key had a large charSet value.
- Currently what this means is that it's from a PC-style keyboard and is
- one of the special keys found only on such keyboards. (The HP keyboards
- use the same mapping.) The key codes are as follows (add shift bits to taste):
- \x102c Insert
- \x102d Delete
- \x102e Home
- \x102f End
- \x1030 Page-Up
- \x1031 Page-Down
- \x1032 Print-Screen
- \x1033 Scroll-Lock
- \x1034 Pause (repeats until Pause is pressed again)
- \x1021 F2
- \x1022 F3
- ... etc ...
- \x102a F11
- \x102b F12
- ----
-
- 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>
-
- 31Jul1994 wiml@omnigroup.com, bug #84262
- PC keyboard extra delete key should act the same as the regular delete key.
- <\A \x102d : \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>
- <\A \x1032 : \x313> The PrtSc key on PC keyboards
- 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)
-
- 2Aug94 wiml@omni "Home"/"End" on PC keyboards --> beginning/end of line
- < \A \x102e : \x105 >
- < \A \x102f : \x106 >
- PgUp, PgDown --- previous, next page.
- < \A \x1030 : \x34c >
- < \A \x1031 : \x34d >
- Shift-PgUp, Shift-PgDn --- beginning/end of flow.
- < \A \x1130 : \x10f >
- < \A \x1131 : \x110 >
- Insert --- paste, like ^y.
- < \A \x102c : \x323 >
- Shift-Delete --- cut.
- < \A \x112d : \x321 >
- 10Aug94 wiml@omni Shifted insert --- same as unshifted.
- < \A \x112c : \x323 >
-
- 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>
- <\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-f florin
- <\A \x4a6 : \xC4>
-
- Alt-g ae
- <\A \x4f1 : \xBE>
-
- Shift-Alt-g AE
- <\A \x5e1 : \xAE>
-
- shift-Alt-i dotlessi
- <\A \x5f5 : \xF5>
-
- Alt-j breve
- <\A \x4c6 : \xF9>
-
- shift-Alt-j fi
- <\A \x5ae : \xDE>
-
- Alt-k ogonek
- <\A \x4ce : \xFE>
-
- shift-Alt-k fl
- <\A \x5af : \xDF>
-
- Alt-l lslash
- <\A \x4f8 : l >
-
- shift-Alt-l Lslash
- <\A \x5e8 : L >
-
- Alt-o oslash
- <\A \x4f9 : \xBF>
-
- shift-Alt-o Oslash
- <\A \x5e9 : \xAF>
-
- Alt-q oe
- <\A \x4fa : \xcf>
-
- shift-Alt-q OE
- <\A \x5ea : \xce>
-
- Alt-s germandbls
- <\A \x4fb : \xA7>
-
- shift-Alt-s section
- <\A \x5a7 : \xA4>
-
- shift-Alt-u hungarumlaut
- <\A \x5cd : \xFD>
-
- Alt-y Yen
- <\A \x4A5 : \xB4>
-
- Alt-z caron
- <\A \x4cf : \xFF>
-
- shift-Alt-1 exclamdown
- <\A \x5a1 : \xC1>
-
- Alt-2 daggar
- <\A \x4b2 : \xA0>
-
- shift-Alt-2 daggerdbl
- <\A \x5b3 : \xE0>
-
- Alt-3 sterling
- <\A \x4A3 : \xA3>
-
- Alt-4 cent
- <\A \x4A2 : \xA2>
-
- shift-Alt-4 currency
- <\A \x5A8 : \xDB>
-
- shift-Alt-5 perthousand
- <\A \x5bd : \xE4>
-
- Alt-6 paragraph
- <\A \x4b6 : \xA6>
-
- Alt-7 bullet
- <\A \x4b7 : \xA5>
-
- shift-Alt-8 periodcentered
- <\A \x5b4 : \xE1>
-
- Alt-9 guilsingleft
- <\A \x4ac : \xDC>
-
- shift-Alt-9 guillemotleft
- <\A \x5ab : \xC7>
-
- Alt-0 guilsingright
- <\A \x4ad : \xDD>
-
- shift-Alt-0 guillemotright
- <\A \x5bb : \xC8>
-
- Alt-- endash
- <\A \x4b1 : \xD0>
-
- shift-Alt-- emdash
- <\A \x5d0 : \xD1>
-
- Alt-[ quoteleft
- <\A \x460 : \xD4>
-
- shift-Alt-[ quotedblleft
- <\A \x5aa : \xD2>
-
- Alt-] quoteright
- <\A \x427 : \xD5>
-
- shift-Alt-] quotedblright
- <\A \x5ba : \xD3>
-
- Alt-\ ordfeminine
- <\A \x4e3 : \xbb>
-
- shift-Alt-\ ordmasculine
- <\A \x5eb : \xbc>
-
- Alt-, cedilla
- \A \x4cb : \xFC
-
- Alt-' quotesingle
- <\A \x4a9 : \x27>
-
- Alt . ellipses
- <\A \x4bc : \xC9 >
-
- shift-Alt-/ questiondown
- <\A \x5bf : \xC0 >
-
- shift-Alt-a dotaccent
- <\A \x5c7 : \xFA >
-
- 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>
-
- symbol font characters
- 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>
- <\A \x5d1 : \x506 \xb1 \x505>
- <\A \x4d1 : \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
- <\A \xCB4 : \x506 \xB4 \x505>
- <\A \x49e : \x506 \xb4 \x505>
- shift-alt-x
- <\A \xDCE : \x506 \xCE \x505>
- alt-c
- <\A \xCE3 : \x506 \xE3 \x505>
- shift-alt-c
- <\A \xDD3 : \x506 \xD3 \x505>
- alt-v
- <\A \xCD6 : \x506 \xD6 \x505>
- shift-alt-v
- <\A \xDE0 : \x506 \xE0 \x505>
- alt-b
- <\A \xCE5 : \x506 \xE5 \x505>
- shift-alt-b
- <\A \xDF2 : \x506 \xF2 \x505>
- alt-m
- <\A \xC6D : \x506 \x6D \x505>
- shift-Alt-m logical-not
- <\A \xdd8 : \x506 \xd8 \x505>
- shift-alt-m
- <\A \xDDB : \x506 \xDB \x505>
- shift-alt-,
- <\A \xDA3 : \x506 \xA3 \x505>
- shift-alt-.
- <\A \xDB3 : \x506 \xB3 \x505>
- alt-/
- (\A \xCB8 : \xB8)
- <\A \xCB8 : \x506 \xB8 \x505 >
- We need both shifted and unshifted versions of characters
- that are translated from NextStepEncoding to Symbol.
- <\A \x59f : \x506 \xB8 \x505 >
- <\A \x49f : \x506 \xB8 \x505 >
- shift-alt-`
- <\A \xDBB : \x506 \xBB \x505>
- <\A \xCBB : \x506 \xBB \x505>
- alt-1
- <\A \xCAD : \x506 \xAD \x505>
- <\A \xDAD : \x506 \xAD \x505>
- shift-alt-f
- <\A \xDAC : \x506 \xAC \x505>
- <\A \xCAC : \x506 \xAC \x505>
- shift-alt-n
- <\A \xDAF : \x506 \xAF \x505>
- <\A \xCAF : \x506 \xAF \x505>
- shift-alt-'
- <\A \xDAE : \x506 \xAE \x505>
- <\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 \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
- <\A \x5a9 : \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
- <\A \x4b2 : \xa0> dagger
- <\A \xa2 : \xa2> cent
- <\A \x4a2 : \xa2> cent
- <\A \xa3 : \xa3> sterling
- <\A \x4a3 : \xa3> sterling
- <\A \xa7 : \xa4> section
- <\A \x4a7 : \xa4> section
- <\A \xb7 : \xa5> bullet
- <\A \x4b7 : \xa5> bullet
- <\A \xb6 : \xa6> paragraph
- <\A \x4b6 : \xa6> paragraph
- <\A \xfb : \xa7> germandbls
- <\A \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
- <\A \x5e1 : \xae> AE
- <\A \xe9 : \xaf> Oslash
- <\A \x5e9 : \xaf> Oslash
- <\A \xa5 : \xb4> yen
- <\A \x4a5 : \xb4> yen
- <\A \xe3 : \xbb> ordfeminine
- <\A \x4e3 : \xbb> ordfeminine
- <\A \xeb : \xbc> ordmasculine
- <\A \x4eb : \xbc> ordmasculine
- <\A \xf1 : \xbe> ae
- <\A \x4f1 : \xbe> ae
- <\A \xf9 : \xbf> oslash
- <\A \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
- <\A \x4a6 : \xc4> florin
- <\A \xab : \xc7> guillemotleft
- <\A \x4ab : \xc7> guillemotleft
- <\A \xbb : \xc8> guillemotright
- <\A \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
- <\A \x5ea : \xce> OE
- <\A \xfa : \xcf> oe
- <\A \x4fa : \xcf> oe
- <\A \xb1 : \xd0> endash
- <\A \x4b1 : \xd0> endash
- <\A \xd0 : \xd1> emdash
- <\A \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
- <\A \x4a8 : \xdb> currency
- <\A \xac : \xdc> guilsinglleft
- <\A \x4ac : \xdc> guilsinglleft
- <\A \xad : \xdd> guilsinglright
- <\A \x4ad : \xdd> guilsinglright
- <\A \xae : \xde> fi
- <\A \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
- <\A \x4f5 : \xf5> dotlessi
- <\A \xc1 : \x60> grave
- <\A \x4c1 \x4c1 : \x60> grave
- <\A \xc2 : \xab> acute
- <\A \x4c2 \x4c2 : \xab> acute
- <\A \xc3 : \xf6> circumflex
- <\A \x4c3 \x4c3 : \xf6> circumflex
- <\A \xc4 : \xf7> tilde
- <\A \x4c4 \x4c4 : \xf7> tilde
- <\A \xc8 : \xac> dieresis
- <\A \x4c8 \x4c8 : \xac> dieresis
- <\A \xc5 : \xf8> macron
- <\x5c5 : \xf8> macron
- <\A \xc6 : \xf9> breve
- <\A \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
- <\A \x4cd : \xfd> hungarumlaut
- <\A \xce : \xfe> ogonek
- <\A \x4ce : \xfe> ogonek
- <\A \xcf : \xff> caron
- <\A \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 \x96d : \x1310> symbol mu
- <\x9d : \x506 \x6d \x505> mu
- <\x19d : \x506 \x6d \x505> mu
- <\x96d : \x506 \x6d \x505> symbol mu
-
- <\x9b0 : \x506 \xb0 \x505> degree
-
- <\A \xa9 : ' > quotesingle
-
- <\M \x8b0 : \x1332> degree (math only)
-
- <\A \x82d : - > map symbol-minus to ASCII minus (hyphen).
- <\A \xc2d : - > map symbol-minus to ASCII minus (hyphen).
-
- <\xcd7 : \x506 \xd7 \x505 > dotmath
- <\xdd7 : \x506 \xd7 \x505 > dotmath
-
- <\xcac : \x506 \xac \x505 > arrowleft
- <\xcae : \x506 \xae \x505 > arrowright
-
- <\xda8 : \x506 \xa8 \x505 > diamond
- <\xd53 : \x506 \x53 \x505 > Sigma
- <\xdd9 : \x506 \xd9 \x505 > logicaland
- <\xdda : \x506 \xda \x505 > logicalor
- <\xc64 : \x506 \x64 \x505 > delta
-
- Normal characters that are on the Alt-key on international keyboards.
- <\A \x421 : \x21 > !
- <\A \x422 : \x22 > "
- <\A \x423 : \x23 > #
- <\A \x424 : \x24 > $
- <\A \x425 : \x25 > %
- <\A \x426 : \x26 > &
- <\A \x428 : \x28 > lparen
- <\A \x429 : \x29 > rparen
- <\A \x42a : * >
- <\A \x42b : + >
- <\A \x42c : \x2c > ,
- <\A \x42d : - >
- <\A \x42e : . >
- <\A \x42f : / >
- <\A \x430 : 0 >
- <\A \x431 : 1 >
- <\A \x432 : 2 >
- <\A \x433 : 3 >
- <\A \x434 : 4 >
- <\A \x435 : 5 >
- <\A \x436 : 6 >
- <\A \x437 : 7 >
- <\A \x438 : 8 >
- <\A \x439 : 9 >
- <\A \x43a : \x3a > colon
- <\A \x43b : \x3b > semicolon
- <\A \x43c : \x3c > less
- <\A \x43d : = >
- <\A \x43e : \x3e > greater
- <\A \x43f : \x3f > question
- <\A \x440 : \x40 > at
- <\A \x45b : \x5b > bracketleft
- <\A \x45c : \x5c > backslash
- <\A \x45d : \x5d > bracketright
- <\A \x45e : \x5e > asciicircum
- <\A \x45f : \x5f > underscore
- <\A \x47b : \x7b > braceleft
- <\A \x47c : \x7c > bar
- <\A \x47d : \x7d > braceright
- <\A \x47e : \x7e > ~
-
-