Ignore:
Timestamp:
2007-06-25T19:16:29+02:00 (17 years ago)
Author:
christofd
Message:

added hotkey

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java

    r3077 r3346  
    3333    private static JFrame surveyorFrame;
    3434    public static final String PREF_KEY_STREET_NAME_FONT_SIZE = "surveyor.way.fontsize";
    35 
     35   
    3636    /**
    3737     *
     
    7373       
    7474        AutoSaveAction autoSaveAction = new AutoSaveAction("AutoSave LiveData");
     75        autoSaveAction.putValue(AbstractAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("alt ctrl S"));
    7576        JCheckBoxMenuItem autoSaveMenu = new JCheckBoxMenuItem(autoSaveAction);
    76         gpsPlugin.getLgpsMenu().add(autoSaveMenu);
    77        
     77        gpsPlugin.getLgpsMenu().add(autoSaveMenu); 
    7878    }
    7979
Note: See TracChangeset for help on using the changeset viewer.