Index: /applications/editors/josm/plugins/alignways/build.xml
===================================================================
--- /applications/editors/josm/plugins/alignways/build.xml	(revision 26691)
+++ /applications/editors/josm/plugins/alignways/build.xml	(revision 26692)
@@ -30,5 +30,5 @@
 <project name="alignways" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="fix shortcut conflict"/>
+    <property name="commit.message" value="fix shortcut conflict with UtilsPlugin2"/>
     <!--
         enter the *lowest* JOSM version this plugin is currently compatible
Index: /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java
===================================================================
--- /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java	(revision 26691)
+++ /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java	(revision 26692)
@@ -34,5 +34,5 @@
                 "around a chosen pivot."),
                 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}",
-                        tr("Align Ways")), KeyEvent.VK_I, Shortcut.GROUP_EDIT), true);
+                        tr("Align Ways")), KeyEvent.VK_A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK|KeyEvent.ALT_DOWN_MASK), true);
         setEnabled(false);
     }
