Index: utils/josm/plugins/annotation-tester/.classpath
===================================================================
--- utils/josm/plugins/annotation-tester/.classpath	(revision 1863)
+++ utils/josm/plugins/annotation-tester/.classpath	(revision 1882)
@@ -2,4 +2,5 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry including="images/" kind="src" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/josm"/>
Index: utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java
===================================================================
--- utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java	(revision 1863)
+++ utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java	(revision 1882)
@@ -18,5 +18,5 @@
 
 	public AnnotationTesterAction() {
-		super(tr("Annotation Preset Tester"), "annotation-tester", tr("Open the annotation preset test tool for previewing annotation preset dialogs."), KeyEvent.VK_A);
+		super(tr("Annotation Preset Tester"), "annotation-tester", tr("Open the annotation preset test tool for previewing annotation preset dialogs."), KeyEvent.VK_A, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK, true);
 		Main.main.menu.helpMenu.addSeparator();
 		Main.main.menu.helpMenu.add(this);
