Index: /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java
===================================================================
--- /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java	(revision 3345)
+++ /applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java	(revision 3346)
@@ -33,5 +33,5 @@
     private static JFrame surveyorFrame;
     public static final String PREF_KEY_STREET_NAME_FONT_SIZE = "surveyor.way.fontsize";
-
+    
     /**
      * 
@@ -73,7 +73,7 @@
         
         AutoSaveAction autoSaveAction = new AutoSaveAction("AutoSave LiveData");
+        autoSaveAction.putValue(AbstractAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("alt ctrl S"));
         JCheckBoxMenuItem autoSaveMenu = new JCheckBoxMenuItem(autoSaveAction);
-        gpsPlugin.getLgpsMenu().add(autoSaveMenu);
-        
+        gpsPlugin.getLgpsMenu().add(autoSaveMenu);  
     }
 
