home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / gerald / 6_08 / CmdKeys / CmdKeys1 next >
Text File  |  1993-01-21  |  18KB  |  1,376 lines

  1. %OP%VS4.13 (28-Apr-92), Keith H Matthews, R4001 0013 6765 8229 
  2. %OP%BON
  3. %OP%WRY
  4. %OP%DP0
  5. %OP%IRY
  6. %OP%GRN
  7. %OP%HM0
  8. %OP%FM0
  9. %OP%BM6
  10. %OP%LM8
  11. %OP%PT1
  12. %OP%PDfx80elite
  13. %OP%WC2,1238,636,988,0,0,0,0
  14. %CO:A,5,77%
  15. %C%%H2%New Scope for Key Definitions
  16. %C%by Keith Matthews
  17.  
  18. The following default key assignments (some of which may be undocumented) 
  19. exist in PipeDream 4.13, but most of them are reconfigurable with the Define 
  20. Function Key command (á\Cdfá).  PD3 has more defaults (for which, please 
  21. refer to PipeL9101a.$.HintsTips.Matthews.CmdKeys ).  The F12 definitions are 
  22. those of RISCáOSá3, which should not be altered.
  23.  
  24. %H2%KEY
  25. Tab
  26. BkSp
  27. F12
  28. Prnt
  29. Ins
  30. Home
  31. Del
  32. Copy
  33.  
  34. The following are NOT reconfigurable in PD4, and are consistent with !Edit 
  35. usage, except for column-based commands.  The duplications between PageUp 
  36. and UpArrow, and between PageDown and DownArrow, are imposed by RISCáOS.
  37.  
  38. %H2%KEY
  39. PgUp
  40. PgDn
  41. Up
  42. Down
  43. Left
  44. Rght
  45.  
  46. %H2%NB:
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. The rest of this article is mainly for keyboard freaks who touch-type (more 
  66. or less), and find menus frustratingly slow for editing text and tables.  It 
  67. is the first of a short series intended also to cover a set of memorable and 
  68. easily-typed Ctrl combinations, and one or more configurations of the 
  69. numbered function keys (leaving some blank for special temporary uses).
  70.  
  71. You are unlikely habitually to use more than two different key combinations 
  72. for the same command.  You may have learned many of the command strings used 
  73. with Ctrl, but would probably like some easily-remembered short cuts too.
  74.  
  75. Leaving aside F12 and the other function keys, the seven reconfigurable keys 
  76. in the first table above have only six default actions between them which 
  77. are not duplicated within the two tables, and one of those (Insert Space) by 
  78. default requires only a CtrlU anyway.  So it is sensible to seek a complete 
  79. and coherent set of commands for these seven keys, freeing for other 
  80. purposes as many function and Ctrl key combinations as practicable.
  81.  
  82. %H2%Configuration of Insert, Delete, Home and Copy
  83.  
  84. Those who graduated from the old BBC machine to the Archimedes (or have used 
  85. !Edit or Impression) are used to having Copy mirror the action of Delete, as 
  86. happens in dialogue boxes under RISCáOS.  It therefore occurred to me that 
  87. all the PD4 deletion commands (except Block Delete) would fit on these two 
  88. keys, and the insertion commands similarly on Insert and Home.  
  89.  
  90. Add the further idea of using Insert or Delete for operations on rows, and 
  91. Home or Copy for those on columns, and hey presto, there's room for a couple 
  92. of useful extra commands:  Delete Word Backwards or something similar, and 
  93. Start of Document (which is what Home means in !Edit and most other word 
  94. processors).  Clearly the default action of Delete must be kept, and I have 
  95. also retained the default use of Insert, as in !Edit, to insert a space.  
  96.  
  97. Another useful principle is that Delete and Copy should behave consistently 
  98. with the left and right arrow movements (character, word, end of slot).  The 
  99. definitions given below have been tested, using PD4.13, in a !PipeDream.Key 
  100. file, a fully commented copy of which is included as Key1 in this directory.  
  101.  
  102. \Cdf|i "Copy" |i "\G|m" |m                Delete next character
  103. \Cdf|i "Shift Delete" |i "\Cpw|m\T|m" |m  Delete 1 word starting before caret 
  104. \Cdf|i "Shift Copy" |i "\T|m" |m          Delete forward to next word 
  105. \Cdf|i "Ctrl Copy" |i "\D|m" |m           Delete forward to end of slot
  106.  
  107. \Cdf|i "Home" |i "\Cfc|m\Ctc|m" |m        Start of document (slot A1)
  108. \Cdf|i "Shift Insert" |i "\Eip|m" |m      Insert page break (dialogue box) 
  109. \Cdf|i "Shift Home" |i "\I|m" |m          Paste from buffer starting here
  110. \Cdf|i "Ctrl Home" |i "\Cwi|m" |m         Centre window at caret
  111.  
  112. \Cdf|i "Ctrl Insert" |i "\Eirc|m" |m      Insert empty slot in column
  113. \Cdf|i "Ctrl Delete" |i "\Edrc|m" |m      Delete this slot from column
  114. \Cdf|i "Ctrl-Shift Insert" |i "\N|m" |m   Insert empty row before this
  115. \Cdf|i "Ctrl-Shift Delete" |i "\Y|m" |m   Delete this whole row
  116. \Cdf|i "Ctrl-Shift Home" |i "\Eic|m" |m   Insert empty column before this
  117. \Cdf|i "Ctrl-Shift Copy" |i "\Edc|m" |m   Delete this whole column
  118.  
  119. The decision on whether or not the ShiftDelete action string should include 
  120. an initial space was tricky.  The permutations are:
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. In the end, I left the space out because it gets saved in the paste buffer, 
  128. and tends to be a nuisance if the deleted string is subsequently re-used.
  129.  
  130. Impression uses Insert by itself for the Paste command, but I prefer a 
  131. Shifted key for that, for use in quick succession with the single-word 
  132. commands ShiftDelete, ShiftCopy, ShiftLeft and ShiftRight, and even with 
  133. ShiftPageUp or ShiftPageDown to move one line at a time.  One particularly 
  134. neat usage is the transposition two of words in the same line:  put the 
  135. caret at the beginning of the second word, hold down Shift and tap Copy- 
  136. Delete-Home-Home.  There is no easy equivalent for transposing two letters, 
  137. because single-letter deletions are not saved in the paste buffer.
  138.  
  139. One snag in the above command key assignments is that if you want to paste 
  140. back several deleted words in the right order, you may use ShiftDelete only 
  141. once, %H4%in front of%H4% a chain of ShiftCopy commands.  The main purpose of 
  142. ShiftDelete is to throw away the last word (or part) you typed.  
  143.  
  144. Remember not to use character- or word-based deletions in a number slot:  
  145. you will get either no effect, or an error message.  Since in an active 
  146. number slot the caret is always at the left, use only CtrlCopy to clear it.  
  147. For editing in the formula line/window, see PD4 reference manual, pp.174-7;  
  148. many of the above short cuts will work, but the paste buffer will not.  Some 
  149. problems which occur in using Tab and arrow-key combinations in the formula 
  150. line are examined in the Cuckoo directory on the November 1992 disc.
  151.  
  152. Unfortunately neither CtrlShiftDelete nor CtrlShiftCopy is available for 
  153. another composite new command, to delete the whole slot contents from any 
  154. position in the slot, like CtrlU in a dialogue box.  I thought of redefining 
  155. CtrlU, now it is no longer required for Insert Space, but found that in 
  156. PD4.13 Define Command (á\Cdcá) will allow only one existing command to be 
  157. used in a definition, whereas I wanted two in one (á\Cbs followed by \Dá).  
  158. Nor could I use Define Key (á\Cdká):  an attempt to redefine key 21 (the 
  159. relevant ASCII code) was a failure, leaving CtrlU with its default action.  
  160. It would be nice if, in some future version of PipeDream, a space could be 
  161. entered in the second parameter box of \Cdc as a command string separator.  
  162. Till then I'll settle for CtrlLeft-Copy, which works in dialogue boxes too.
  163.  
  164. A final word of caution about one of the most destructive commands:  Delete 
  165. Column which is on CtrlShiftCopy.  If you use this by mistake instead of 
  166. CtrlShiftDelete when you meant to delete a row, don't panic.  You can 
  167. recover the whole column immediately by first inserting a blank column in 
  168. its place, then putting the cursor at the top and using ShiftHome to paste 
  169. the entire deleted contents back.  If there were slot references to the 
  170. deleted column from elsewhere, bad luck:  when did you last save the file?
  171.  
  172. %H2%Tab and BackSpace keys
  173.  
  174. Long practice with ShiftTab and ShiftDelete in PD3 still left me pausing to 
  175. think about using Shift to reverse an action.  So I have gone back to using 
  176. different keys for opposite directions, despite the risk of hitting the 
  177. wrong one if like Delete and Copy they are adjacent.  BackSpace now mirrors 
  178. the actions of Tab, instead of duplicating Delete.  Fingers need retraining 
  179. if you habitually use both Delete and BackSpace to delete the previous 
  180. character, but BackSpace only moves the caret, and is not destructive.
  181.  
  182. A trawl through the keyname parameters in the \Cdf dialogue box reveals the 
  183. mysterious absence of both CtrlBackspace and CtrlShiftBackspace, and if you 
  184. try (in PD4.13) to redefine either of them in a command file, it grinds to a 
  185. halt with a Bad Parameter message.  There must be a reason for this; maybe 
  186. it's to avoid a bug.  But you can use \Cdc to change the action of the \H 
  187. command, which both of these keys return by default;  so to keep Set Right 
  188. Margin on the keyboard I have put it for now on F11, though that may change 
  189. when I come to redefine other commands and numbered function keys.
  190.  
  191. In the following scheme, Tab and CtrlTab keep their PD4 default meanings of 
  192. Next Column and Last Column.  Luckily, I didn't need CtrlShiftBackspace to 
  193. mirror the obvious choice of meaning for CtrlShiftTab:
  194.  
  195. \Cdf|i "Backspace" |i "\Cbs|m \Cpc|m" |m  Previous column OR Start of slot
  196. \Cdf|i "Shift Tab" |i "\Cpr|m" |m         Windowful right 
  197. \Cdf|i "Shift BackSpace" |i "\Cpl|m" |m   Windowful left 
  198. \Cdc|i "H" |i "Cfc" |m                    First column (\H on CtrlBackspace)
  199. \Cdf|i "Ctrl-Shift Tab" |i "\Eac|m" |m    Add empty column on far right 
  200. \Cdf|i "F11" |i "\H|m" |m                 Set right margin
  201.  
  202. The behaviour of the two new Windowful commands does not seem entirely 
  203. predictable, when columns are fixed on the left of the screen.  The two-way 
  204. definition of Backspace helps its intuitive use where column A overlaps 
  205. several others.  One other thing to watch out for:  during formula line 
  206. editing, Backspace and ShiftBackSpace will both delete a character to the 
  207. left in the formula, unless Return is first pressed to terminate editing, 
  208. whilst ShiftTab (just like Tab, UpArrow and DownArrow) will automatically 
  209. terminate editing as a side-effect, for reasons explained in the Cuckoo 
  210. directory.  The redefined action of ShiftTab is unaffected by this.
  211.  
  212. %H2%Print and other top-row keys
  213.  
  214. How you use the Print key will probably depend on your printer, but you 
  215. might want some more Print menu commands on it, such as:
  216.  
  217. \Cdf|i "Shift Print" |i "\Pd|m" |m        Printer configuration dialogue box
  218. \Cdf|i "Ctrl Print" |i "\Pfg|m" |m        Document font dialogue box
  219. \Cdf|i "Ctrl-Shift Print" |i "\Pfl|m" |m  Local font dialogue box
  220.  
  221. As some of the more destructive defaults on the function keys are now placed 
  222. in a common-sense "controlled environment" on Delete and Copy, I neuter them 
  223. by assigning the innocuous \Fa (About this file) to F7, F8, F9 and F10 which 
  224. are too dangerous to hit by mistake.  This would have happened to F11 as 
  225. well, if it hadn't been used for Set Right Margin.  
  226.  
  227. %H2%Summary of dark grey key definitions
  228.  
  229. In the following table, which is reproduced in a less cramped form in the 
  230. file MemoryAid1, %H4%italics%H4% are used to highlight key %H4%duplications%H4% as before, 
  231. whilst %H2%boldátype%H2% indicates keys you need to be %H2%careful%H2% about because they do 
  232. not fit a pattern, because two conflicting patterns intersect, or just 
  233. because they are potentially very destructive:
  234.  
  235. %H2%KEY
  236. Non-reconfigurable:
  237. PgUp
  238. PgDn
  239. Up
  240. Down
  241. Left
  242. Right
  243. Mostly reconfigured:
  244. H
  245. F11
  246. Prnt
  247. Tab
  248. BkSp
  249. Ins
  250. Home
  251. Del
  252. Copy
  253.  
  254. The file Key1 includes all the definitions in this article, plus (for the 
  255. sake of completeness) those PD4 defaults which I have retained.  To try them 
  256. out, double-click on Key1 and print out the file MemoryAid1 for reference.  
  257. To make these your default definitions, copy Key1 as Key, add a new line at 
  258. the end of Key giving the command \Fq|m to close a window, and move it into 
  259. your !PipeDream directory.  It takes a few extra seconds to run when you 
  260. load PipeDream.  
  261.  
  262. %H2%Possible further developments
  263.  
  264. A long time ago I acquired for my BBC machine a Torch Z80 board, which came 
  265. bundled with a family of programmes called Perfect Writer, Perfect Calc and 
  266. Perfect Filer.  They weren't perfect, but they were quite good if you could 
  267. remember your way around a labyrinth of Ctrl and Escape sequences.  I never 
  268. did find out how to modify Filer commands, but some hard work on integrating 
  269. and rationalising the command sets for Calc and Writer (with maximum use of 
  270. the 64 definable key combinations) gave me years of easy "off the top of the 
  271. head" operation;  I hardly used the command tables on the wall behind the 
  272. computer.  Last year, when my Archimedes was away for nearly three weeks for 
  273. upgrading and repairs, I switched back to the old machine, and found my 
  274. command set easy to recall even after two years of using PipeDream 3 daily.
  275.  
  276. So I'm keen to get to grips with as much as possible of the PD4 command set.  
  277. The way I'm thinking at present (after only a few weeks with PD4) is:
  278.  
  279. %R%*
  280.  
  281. %R%*
  282. %R%*
  283. %R%*
  284. %R%*
  285. %R%*
  286.     
  287. %R%*
  288.  
  289.  
  290. I shall undoubtedly finish up with more command families than function keys.  
  291. Two or more sets of commands could be defined for the same group of keys in 
  292. different contexts (eg. text or table editing), with a "hot" function key to 
  293. swap between them.  Alternatively, there are many unused two-letter Ctrl 
  294. combinations which are easy to type (see PS below).
  295.  
  296. I have written this article to see if there is any demand from others for 
  297. such a tightly-structured set of key definitions.  I shall define some more 
  298. keys for my own use, anyway.  If you have any comments on what I have done 
  299. so far, favourable or otherwise, please write to me at this address:
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306. PS:  
  307. %CO:B,18,72%
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. %H2%ALONE
  318. Next column
  319. %H4%Delete prev char
  320. RISC OS command
  321. Printing DB
  322. Insert space 
  323. %H4%Top of column 
  324. %H4%Delete prev char
  325. %H4%Bottom of column 
  326.  
  327.  
  328.  
  329.  
  330.  
  331. %H2%ALONE
  332. %H4%Windowful up 
  333. %H4%Windowful down
  334. %H4%Row up
  335. %H4%Row down
  336. Prev char/column 
  337. Next char/column 
  338.  
  339. DB = dialogue box
  340.  
  341. %H4%Italics%H4% indicate commands duplicated within the above key range
  342.  
  343. %H2%Bold%H2% type indicates anything positively different from PipeDream 3: 
  344. beware of the reversal of CtrlTab and CtrlShiftTab
  345.  
  346. Behaviour of Left/Right arrow keys by themselves varies with type of
  347. slot (text/number, protected/unprotected) in a comprehensible way
  348.  
  349. Space bar and Return each have only one default action, except for 
  350. AltSpace which inserts a "hard" space (ASCII 160) and CtrlReturn (used 
  351. only in formula editing)
  352.  
  353. Under RISCáOSá2, CtrlShiftF12 is DANGEROUS:  it just dumps you out of 
  354. the desktop, destroying all unsaved work!  So unless you are prepared 
  355. to avoid using CtrlShiftF11, ShiftF12, CtrlF12 and CtrlShiftPrint, 
  356. Sod's Law says you'd better change CtrlShiftF12 for RISCáOSá2.
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. %H2%Caret position
  416. Inside a word
  417. Between words
  418. Start of slot
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. %H2%ALONE
  529.  
  530. %H4%Windowful up 
  531. %H4%Windowful down
  532. %H4%Row up
  533. %H4%Row down
  534. Prev char/%H4%column 
  535. Next char/%H4%column 
  536.  
  537.  
  538. Right margin DB
  539. Print options DB
  540. %H4%Next column
  541. %H4%Previous column
  542. %H2%Insert space
  543. %H2%Start of document
  544. Delete prev char
  545. Delete next char
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572. Identify "families" of 3 or 4 related commands, to be grouped either
  573. ááhorizontally along function key groups or "vertically" on same key
  574. No opposite commands on adjacent F-keys (eg. PD4 defaults for F7 & F8)
  575. As much compatibility with !Edit and Impression commands as possible?
  576. Some consistency between families in meanings of Shift and Ctrl
  577. Use CtrlShift combinations for highly destructive commands
  578. Priority to replacement of 3- or 4-letter commands, and of any 2-letter 
  579. ááones which tempt touch-typists to use "wrong" fingers
  580. Include on function keys composite commands like Albert Kitchenside's 
  581.   (if he agrees) for moving split-line blocks of text.
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594. Keith Matthews
  595. 17 Main Avenue
  596. Peterston-super-Ely
  597. CARDIFF     CF5 6LQ
  598.  
  599. The next stage of this project (Cmdkeys2) is already substantially 
  600. complete, with only a few minor problems still unsolved.  It consists 
  601. of a comprehensive revision of the keyboard Ctrl sequences, each 
  602. restricted to two characters at most.  If you want a draft copy before 
  603. May 1993, please send me a blank E-format disc and a stamped addressed 
  604. sticky label in a jiffy-bag marked "CmdKeys2".  Stage 3, redefining at 
  605. least some of the numbered function keys, will be started when I have 
  606. thoroughly tested stage 2 in normal use.
  607. %CO:C,19,0%
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. %H2%SHIFT
  618. Previous column
  619. %H4%Delete next char
  620. Iconbar front/back
  621. -----
  622. -----
  623. -----
  624. %H4%Delete next char
  625. -----
  626.  
  627.  
  628.  
  629.  
  630.  
  631. %H2%SHIFT
  632. %H4%Row up
  633. %H4%Row down
  634. %H4%Windowful up 
  635. %H4%Windowful down
  636. Back to word start
  637. Next word start
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. %H2%Initial space
  716. Del.word to caret
  717. Delete prev.word
  718. Delete next word
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828. %H2%SHIFT
  829.  
  830. %H4%Row up
  831. %H4%Row down
  832. %H4%Windowful up 
  833. %H4%Windowful down
  834. Back to word start
  835. Next word start
  836.  
  837.  
  838.  
  839. Printer config DB
  840. Windowful right
  841. Windowful left
  842. %H2%Page break DB
  843. %H2%Paste from buffer
  844. Delete word back
  845. Del to next word
  846. %CO:D,19,0%
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856. %H2%CTRL
  857. %H2%Last%H2% column
  858. %H4%Right margin DB
  859. New task window
  860. -----
  861. -----
  862. %H4%%H2%Top of column
  863. -----
  864. %H4%Bottom of column
  865.  
  866.  
  867.  
  868.  
  869.  
  870. %H2%CTRL
  871. %H4%Scroll up
  872. %H4%Scroll down
  873. %H4%Top of column
  874. %H4%Bottom of column
  875. Start of this slot
  876. End of this slot
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. %H2%No initial space
  955. Delete whole word,
  956. Delete prev.word
  957. Delete next word
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. %H2%CTRL
  1068.  
  1069. %H4%Scroll up
  1070. %H4%Scroll down
  1071. %H4%Top of column
  1072. %H4%Bottom of column
  1073. Start of this slot
  1074. End of this slot
  1075.  
  1076. %H4%First column
  1077.  
  1078. Document font DB
  1079. Last column
  1080. %H4%First column
  1081. Insert slot in col
  1082. %H2%Centre window
  1083. %H2%Del slot from col
  1084. %H2%Delete to end slot
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. -- or phone me on 
  1134. 0446á760362, if 
  1135. your comments are 
  1136. brief.
  1137. %CO:E,16,0%
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147. %H2%CTRL+SHIFT
  1148. %H2%First%H2% column
  1149. %H4%Right margin DB
  1150. Shutdown
  1151. -----
  1152. -----
  1153. -----
  1154. -----
  1155. -----
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161. %H2%CTRL+SHIFT
  1162. %H4%Top of column
  1163. %H4%Bottom of column
  1164. %H4%Scroll up
  1165. %H4%Scroll down
  1166. Scroll left
  1167. Scroll right
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246. incl.after caret
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358. %H2%CTRL+SHIFT
  1359.  
  1360. %H4%Top of column
  1361. %H4%Bottom of column
  1362. %H4%Scroll up
  1363. %H4%Scroll down
  1364. Scroll left
  1365. Scroll right
  1366.  
  1367. %H4%First column
  1368.  
  1369. Local font DB
  1370. Add col on right
  1371. %H4%First column
  1372. Insert empty row
  1373. Insert empty col
  1374. %H2%Delete whole row
  1375. %H2%Delete whole col
  1376. %CO:F,12,0%%CO:G,12,0%%CO:H,12,0%