Skip to content

Commit

Permalink
Change keyboard shortcut to Strg+Alt+A.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskonrad committed Mar 25, 2017
1 parent 7f39ae6 commit 7591a5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class AustriaAddressHelperAction extends JosmAction {
public AustriaAddressHelperAction() {
super(tr("Fetch Address"), new ImageProvider("icon.png"), tr("Fetch Address"),
Shortcut.registerShortcut("Fetch Address", tr("Fetch Address"),
KeyEvent.VK_B, Shortcut.ALT_CTRL), false, "fetchAddress",
KeyEvent.VK_A, Shortcut.ALT_CTRL), false, "fetchAddress",
false);
}

Expand Down

4 comments on commit 7591a5b

@r00tat
Copy link

@r00tat r00tat commented on 7591a5b Mar 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Schlecht, den gleichen Shortcut hab ich auch schon lang beim areaselector im Einsatz!

@thomaskonrad
Copy link
Collaborator Author

@thomaskonrad thomaskonrad commented on 7591a5b Mar 26, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thomaskonrad
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 49b41b5.

@r00tat
Copy link

@r00tat r00tat commented on 7591a5b Mar 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sehr cool, Danke!

Please sign in to comment.