- Timestamp:
- 2017-09-09T19:58:38+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/util/MultikeyActionsHandler.java
r12799 r12807 28 28 import org.openstreetmap.josm.tools.Shortcut; 29 29 30 /** 31 * Handles the different multikey actions. 32 * The possible actions can be selected through a popup menu. 33 * @since 4595 34 */ 30 35 public final class MultikeyActionsHandler { 31 36 -
trunk/src/org/openstreetmap/josm/gui/util/MultikeyShortcutAction.java
r12799 r12807 8 8 import org.openstreetmap.josm.tools.Shortcut; 9 9 10 /** 11 * Action implementing a multikey shortcut - shorcuts like Ctrl+Alt+S,n will toggle n-th layer visibility. 12 * @since 4595 13 */ 10 14 public interface MultikeyShortcutAction extends Action { 11 15
Note:
See TracChangeset
for help on using the changeset viewer.