Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-03-14 23:56:07 +0000
committerrelves2009-03-14 23:56:07 +0000
commit31965c34f38b9b70686dd2c82b63abe1b1738953 (patch)
tree2e5c6454cf42c73ba376c3286c8184b9353a15e2 /org.eclipse.mylyn.help.ui/userguide/Preferences.html
parent38ca62dc63ce0cf31bd7df45d335aee58b20a053 (diff)
downloadorg.eclipse.mylyn.tasks-31965c34f38b9b70686dd2c82b63abe1b1738953.tar.gz
org.eclipse.mylyn.tasks-31965c34f38b9b70686dd2c82b63abe1b1738953.tar.xz
org.eclipse.mylyn.tasks-31965c34f38b9b70686dd2c82b63abe1b1738953.zip
RESOLVED - bug 246387: restructure the User Guide and FAQ
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246387
Diffstat (limited to 'org.eclipse.mylyn.help.ui/userguide/Preferences.html')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Preferences.html40
1 files changed, 35 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Preferences.html b/org.eclipse.mylyn.help.ui/userguide/Preferences.html
index 21f488a84..f71953d51 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Preferences.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Preferences.html
@@ -12,7 +12,7 @@
</tr>
<tr>
<td style="width: 20%" align="left">
- <a href="Team-Support.html" title="Team Support">
+ <a href="Shortcuts.html" title="Shortcuts">
<img alt="Previous" border="0" src="images/images/prev.gif"/>
</a>
</td>
@@ -24,7 +24,7 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">Team Support</td>
+ <td style="width: 20%" align="left" valign="top">Shortcuts</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Repository Connectors</td>
</tr>
@@ -84,11 +84,41 @@
<li>
<b>Commit Message Template</b> - Set the values that will appear in commit messages that are automatically generated when committing resources associated with a task.
</li>
- </ul><hr/>
+ </ul>
+ <h2 id="Shortcuts_2">Shortcuts</h2>
+ <p> <b>&nbsp;Task List view</b>
+ <ul>
+ <li><code>Ctrl+C</code>: copy taks/query URL and description</li>
+ <li><code>Ctrl+F</code>: find</li>
+ <li><code>Insert</code>: new personal task</li>
+ <li><code>F5</code>: synchronize selected</li>
+ <li>When dragging URLs to the Task List: in Mozilla/Firefox just drag, in Internet Explorer <code>Ctrl+drag</code></li>
+ </ul>
+ <b>&nbsp;General</b>
+ <ul>
+ <li><code>Alt+click</code> or <code>Alt+RightArrow</code>: show all children of an element in a focused view, then click to select. Hold down alt to keep drilling in, click on whitespace in view to show all root elements.</li>
+ <li><code>Ctrl+Shift+Alt+RightArrow</code> Quick Context View</li>
+ <li><code>Ctrl+F9</code>: activate task dialog</li>
+ <li><code>Ctrl+Shift+F9</code>: deactivate task</li>
+ <li><code>Ctrl+F12</code>: open task dialog</li>
+ <li><code>Ctrl+Shift+F12</code>: open repository task dialog</li>
+ </ul>
+ <b>&nbsp;Interest manipulation</b>
+ <ul>
+ <li><code>Ctrl+Shift+Up</code>: mark as landmark</li>
+ <li><code>Ctrl+Shift+Down</code>: mark less interesting</li>
+ </ul>
+ <b>&nbsp;Useful Eclipse shortcuts</b>
+ <ul>
+ <li><code>Alt+Shift+Q, K</code>: show
+ <i>Task List</i> view</li>
+ <li><code>Ctrl+F10</code>: invoke view menu or ruler menu in editor</li>
+ </ul>
+ </p><hr/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
- <a href="Team-Support.html" title="Team Support">
+ <a href="Shortcuts.html" title="Shortcuts">
<img alt="Previous" border="0" src="images/images/prev.gif"/>
</a>
</td>
@@ -104,7 +134,7 @@
</td>
</tr>
<tr>
- <td style="width: 20%" align="left" valign="top">Team Support</td>
+ <td style="width: 20%" align="left" valign="top">Shortcuts</td>
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Repository Connectors</td>
</tr>

Back to the top