Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-11-28 16:03:08 +0000
committermkersten2006-11-28 16:03:08 +0000
commitd49275240dfb9e977454898791ead5406a7483ae (patch)
tree050c368de0cb7ca8cb9010ba50351004d27378df /org.eclipse.mylyn.help.ui
parentdcb844e6e4224a4e3b12200442fd210f63b8f15b (diff)
downloadorg.eclipse.mylyn.tasks-d49275240dfb9e977454898791ead5406a7483ae.tar.gz
org.eclipse.mylyn.tasks-d49275240dfb9e977454898791ead5406a7483ae.tar.xz
org.eclipse.mylyn.tasks-d49275240dfb9e977454898791ead5406a7483ae.zip
RESOLVED - bug 152820: create visual design legend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152820
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html2
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index 1cfdb7a63..0ea4e8328 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -210,7 +210,7 @@
</td>
<td valign="top" width="70%">
A visual legend of the icons colors used in the Tasks UI can be opened
- by pressing Ctrl+Shift+? or via <i>Help -&gt; Tasks UI Legend</i>.&nbsp;
+ by pressing Ctrl+Shift+Alt+? or via <i>Help -&gt; Tasks UI Legend</i>.&nbsp;
The legend renders font and color theme settings according to how
they are specified on the <i>Window -&gt; Preferences -&gt; General -&gt;
Appearance -&gt; Colors and Fonts</i> page, which can be opened via the
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 9ff34577d..4a056aab7 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -41,7 +41,7 @@
<extension point="org.eclipse.ui.bindings">
<key
- sequence="M1+M2+?"
+ sequence="M1+M2+M3+?"
contextId="org.eclipse.ui.globalScope"
commandId="org.eclipse.mylar.doc.legend.show"
schemeId ="org.eclipse.ui.defaultAcceleratorConfiguration">

Back to the top