Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/deskmate3/dmtext.hlp @ 1816:1fb9ee75c862
DeskMate 3 added
author | boisy |
---|---|
date | Thu, 21 Apr 2005 17:34:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1815:b84e711ac077 | 1816:1fb9ee75c862 |
---|---|
1 The different cursor | |
2 movement keys are : | |
3 | |
4 `[ALT][LEFT]` delete/erase | |
5 previous character | |
6 `[ALT][RIGHT]` tab forward. | |
7 | |
8 `[UP] or [DOWN]` one row | |
9 up or down. | |
10 `[LEFT] or [RIGHT]` one | |
11 column left or right.\ | |
12 `[SHIFT][UP] or [DOWN]` one | |
13 page up or down. | |
14 `[SHIFT][LEFT] or [RIGHT]` | |
15 one word left or right. | |
16 | |
17 `[CTRL][UP]` home. | |
18 `[CTRL][DOWN]` end. | |
19 `[CTRL][LEFT] or [RIGHT]` | |
20 left or right margin.\ | |
21 The cursor can also be moved | |
22 by mouse using up & down | |
23 arrow icons. | |
24 | |
25 `Single Click` move one row | |
26 up or down. | |
27 `Double Click` move one page | |
28 up or down. | |
29 \ | |
30 There are some special keys: | |
31 | |
32 `[ALT][I]` Toggles insert & | |
33 overstrike mode. | |
34 Note: `[ALT][LEFT]` deletes | |
35 previous character in the | |
36 insert mode and erases it in | |
37 the overstrike mode. | |
38 | |
39 `[CTRL][0]` Toggles upper & | |
40 lower case.~ | |
41 `OPEN` text file. | |
42 | |
43 `CLOSE` text file & exit. | |
44 | |
45 `SAVE` file or selected | |
46 block. | |
47 | |
48 `MERGE` text file at | |
49 current cursor position. | |
50 | |
51 `PRINT` file or selected | |
52 block.~ | |
53 `COPY` selected block into | |
54 copy buffer. | |
55 | |
56 `INSERT` contents of the | |
57 copy buffer at current | |
58 cursor position. | |
59 | |
60 `DELETE` selected block | |
61 or character. | |
62 | |
63 `SELECT` block starting from | |
64 current cursor position.~ | |
65 `FIND` the first occurence | |
66 of given word or phrase | |
67 from the current cursor | |
68 position. | |
69 | |
70 `CHANGE` searches from the | |
71 current cursor position | |
72 until the end of document | |
73 for the given word or | |
74 phrase and replaces it with | |
75 the specified phrase. | |
76 ^ |