This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Help.txt
151 lines (151 loc) · 11.9 KB
/
Help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
o-----------------------------------------------------------------------------o
| Alt+Tab Alternative |
| |
| Details: |
| -------- |
| Use Alt+Tab / Alt+Shift+Tab to bring the main AltTab window, use |
| Tab key to select next row |
| Shift+Tab key to select previous row |
| |
x-----------------------------------------------------------------------------x
| Keys | Description |
|----------------------+------------------------------------------------------|
| Home/PageUp | Move selection to first row |
| End/PageDown | Move selection to last row |
| Up | Move selection to previous row |
| Down | Move selection to next row |
|----------------------+------------------------------------------------------|
| Del | Terminate currently selected process |
| Shift+Del | Forcefully terminate currently selected process |
|----------------------+------------------------------------------------------|
| NumpadDiv (/) | Terminate all processes |
| Shift+NumpadDiv (/) | Terminate all processes forcefully |
|----------------------+------------------------------------------------------|
| AlphaNumeric | Filter windows while typing, can delete last typed |
| | char using backspace. |
| | Search string is displayed on static control. |
|----------------------+------------------------------------------------------|
| F1 (FunctionKey) | Display help file in viewer. |
| F2 (FunctionKey) | Display settings dialog. |
|----------------------+------------------------------------------------------|
| Shift+NumpadSub (-) | Hide the selected window. |
| Shift+NumpadAdd (+) | Unhide the selected window. |
| Shift+NumpadMult (*) | Toggle hidden windows. |
| | Note: NOT added these hidden features in ContextMenu |
| | intentionally. |
x-----------------------------------------------------------------------------x
| |
| |
| Tray Menu |
| --------- |
| |
| +======================+ |
| | About | - Displays AboutDialog |
| |----------------------| |
| | ReadMe | - Displays ReadMe File |
| | Help | - Displays Help File |
| | Release Notes | - Displays Release Notes File |
| |----------------------| |
| | Settings | - Settings Dialog |
| | Disable | - Disable AltTabAlternative until enable it again |
| | Check for updates | - Check for updates |
| | Run at statup | - Run at startup |
| |----------------------| |
| | Exit | - Exit Application |
| +======================+ |
| |
| |
| Gui ContextMenu |
| --------------- |
| |
| +======================+ |
| | About | - Displays AboutDialog |
| |----------------------| |
| | ReadMe | - Displays ReadMe File |
| | Help F1 | - Displays Help File |
| | Release Notes | - Displays Release Notes File |
| |----------------------| |
| | Settings F2 | - Settings Dialog |
| |----------------------| |
| | Exit | - Exit Application |
| +======================+ |
| |
| |
| ListView ContextMenu |
| -------------------- |
| |
| +==========================================+ |
| | Close Window Del | |
| | Kill Process Shift+Del | |
| |------------------------------------------| |
| | Close All Windows NumpadDiv (/) | |
| | Kill All Processes Shift+NumpadDiv (/) | |
| |------------------------------------------| |
| | Remaining are duplicates... | |
| +==========================================+ |
| |
| |
| Configuration INI File |
| ---------------------- |
| Used to read/write the settings of application. |
| |
| |
| Settings Dialog |
| --------------- |
| |
x-----------------------------------------------------------------------------x
| Setting | Description |
|----------------------+------------------------------------------------------|
| SearchString Font | Font (name, size, color & style) details of |
| | SearchString control. |
|----------------------+------------------------------------------------------|
| ListView Font | Font (name, size, color, background color & style) |
| | of ListView control. |
|----------------------+------------------------------------------------------|
| Show/Hide StatusBar | StatusBar has 3 parts, to display the following: |
| | 1. Every user action |
| | 2. SelectedWindowPos/TotalCount |
| | 3. Selected Window's ProcessID |
| | |
| | Note: Showing every user action in status bar is not |
| | completed yet. |
|----------------------+------------------------------------------------------|
| PromptTerminateAll | Prompts for confirmation before terminating. |
|----------------------+------------------------------------------------------|
| Window Transparency | Indicate the degree of transparency. |
| | 0 makes the window invisible. |
| | 255 makes it opaque. |
|----------------------+------------------------------------------------------|
| Window Width (%) | Main window width wrt percentage of screen width. |
|----------------------+------------------------------------------------------|
| Window Height Max (%)| Main window maximum height wrt percentage of screen |
| | height. |
| | |
| | If there are more number of processes which exceeds |
| | the WindowHeightMax to accommodate all the tasks |
| | then resize the window to WindowHeightMax according|
| | scroll bar presense. |
|----------------------+------------------------------------------------------|
| Check for updates | How frequently check for updates. |
| | Available Options: |
| | Startup/Daily/Weekly/Never. Default: Weekly |
| | |
| | Startup : At startup only |
| | Daily : For every 24 hrs since the last run |
| | Weekly : For every 7 days since the last run |
| | Never : Never check for updates |
|----------------------+------------------------------------------------------|
| Reset | Reset settings to default settings. |
|----------------------+------------------------------------------------------|
| Font/Background color| Hidden windows are displayed using these font fore |
| for hidden windows | ground & background. |
|----------------------+------------------------------------------------------|
| Import/Export | Import/Export settings from/to an external INI file. |
x-----------------------------------------------------------------------------x
| |
| |
| Other Details: |
| -------------- |
| - None |
| |
o-----------------------------------------------------------------------------o