source: tags/arb_5.1/HELP_SOURCE/oldhelp/nt_keys.hlp

Last change on this file was 5482, checked in by westram, 16 years ago
  • WINDOW/AW_window.cxx: - disabled expose and resize callback for AW_MIDDLE_AREA when disable_callbacks is true
  • WINDOW/AW_status.cxx: - added warning to unfinished function
  • WINDOW/AW_device.cxx: - typo
  • HELP_SOURCE/oldhelp/nt_keys.hlp: - keys → hotkeys
  • EDIT4/ED4_search.cxx: - increased search result warn-limit from 10000 → 100000
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           ARB_NTREE keyboard reference
12
13OCCURRENCE      Focus main area and press one of the hotkeys below
14
15DESCRIPTION     Here's the list of keys recognized by ARB_NTREE:
16
17                  Key   Description
18                 ==========================================
19                  m     mark/unmark (sub-)tree
20                  i     invert marks of (sub-)tree
21                  x     expand (Unmarked,All)
22                  c     collapse (Terminal,All)
23
24                If you point on a subtree while pressing one of the keys, the action is
25                performed on the subtree. Otherwise (if you point somewhere outside of the tree)
26                the whole tree is targeted.
27
28                If you press < SHIFT + Key > the function works on the opposite set:
29
30                   - Instead of the subtree, the rest of the tree is targetted.
31                   - Instead of the whole tree, all species NOT in tree are targetted.
32
33                If you press < CTRL + Key > the function works on ALL species (if it makes sense).
34
35NOTES           Expanding/collapsing is implemented in such way, that some key-combinations lead to
36                determined tree-displays.
37
38                Examples:
39
40                  Key-Combo   similar to
41                 =================================================
42                  cc          group all
43                  ccx         group all except marked
44                  xx          ungroup all
45                  xxc         group terminal groups
46
47                If a subtree does not contain unfolded groups the collapse keys target the first
48                parent group instead.
49
50EXAMPLES        None
51
52WARNINGS        None
53
54BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.