Ignore:
Timestamp:
2008-02-25T12:05:29+01:00 (16 years ago)
Author:
david
Message:

Add shortcut keys for audio actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/audio/AudioNextAction.java

    r547 r560  
    1717
    1818        public AudioNextAction() {
    19                 super(tr("Next Marker"), "audio-next", tr("Play next marker."), 0, 0, true);
     19                super(tr("Next Marker"), "audio-next", tr("Play next marker."), KeyEvent.VK_F8, 0, true);
    2020        }
    2121
Note: See TracChangeset for help on using the changeset viewer.