| Argument passing - Subroutines and Functions - Mike Pope |
| Caching in on the Frames Array - Mike Pope |
| QTIPS - Fast Dynamic Array Building |
| RTP Series - RTP53B |
| @ATTACK - @Environ.Set |
| @ATTACK - @Edit.Keys |
| @ATTACK - @Int.Const |
| @ATTACK - @HW |
| @ATTACK - @Move.Keys |
| @ATTACK - @Priority.Int |
| @ATTACK - @Macro.Mode |
| VERBatim - V16 |
| @ATTACK - @Int.Const |
| @ATTACK - @Move.Keys |
| @ATTACK - @Priority.Int |
| @ATTACK - @Macro.Mode |
| Uncommon Knowledge - WC_Unkeys% |
| Utility Diskette # 3 - Part I |
| Utility Diskette # 4 |
| QTIPS - Using @Upper.Case and @Lower.Case with Foreign Languages |
| @ATTACK - @Lower.Case |
| @ATTACK - @Upper.Case |
| Sorting out Collation Sequences by Mike Pope |
| Redefining Keys |
| @ATTACK - @Edit.Keys |
| @ATTACK - @Priority.Int |
| @ATTACK - @Macro.Keys |
| @ATTACK - @Macro.Mode |
| QTIPS - Interrupt Proof Error Messages |
| Uncommon Knowledge - WC_Soft_Keys% |
| @ATTACK - @Edit.Keys |
| @ATTACK - @Int.Const |
| Uncommon Knowledge - WC_Soft_Keys% |
| QTIPS - Alt-C In Windows |
| @ATTACK - @Edit.Keys |
| @ATTACK - @Int.Const |
| Uncommon Knowledge - WC_Soft_Keys% |
| QTIPS - Alt-C In Windows |
RevMedia FKB
| Document | V2I2A8 |
| Title | @ATTACK - @Edit.Keys |
| Keywords | @EDIT.KEYS UTILITY.PROGS SCRIBE @PRIORITY.INT @MOVE.KEYS @INT.CONST INPUT.CHAR |
| Text | A dynamic array of seventeen fields each pertaining to a DIFFERENT editing function For a description of each field see UTILITY PROGS EDIT KEYS Note that although some of these VARIABLES are marked as RESERVED it would seem that they can still be amended programmatically Thus if the programmer wished Ctrl Z to be delete word right and Ctrl Y to be reformat block it would simply be a case of @EDIT KEYS<3> = CHAR(26) @EDIT KEYS<17> = CHAR(25) and as SCRIBE is a totally "soft" editor this change would take place immediately Do note that there is an order of priority in evaluating keys in SCRIBE which follows the sequence @PRIORITY INT (trapped in INPUT CHAR) @MOVE KEYS @EDIT KEYS @INT CONST So when REDEFINING keys check that there are no clashes WITH reserved VARIABLES "higher up" in the command hierarchy Can be amended (Volume 2 Issue 2 Page 9) |
Page last modified: 30/01/03