Index: utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java
===================================================================
--- utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java	(revision 1467)
+++ 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);
