kopia lustrzana https://github.com/JOSM/MapWithAI
Modify keyboard shortcut for downloading data
* No longer conflicts with utilsplugin2 Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
832448a8c0
commit
df70ac4d4e
|
@ -32,7 +32,7 @@ public class MapWithAIAction extends JosmAction {
|
|||
public MapWithAIAction() {
|
||||
super(tr("{0}: Download data", MapWithAIPlugin.NAME), null, tr("Get data from {0}", MapWithAIPlugin.NAME),
|
||||
Shortcut.registerShortcut("data:mapWithAI", tr("Data: {0}", MapWithAIPlugin.NAME), KeyEvent.VK_R,
|
||||
Shortcut.SHIFT),
|
||||
Shortcut.CTRL),
|
||||
true);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue