Ignore:
Timestamp:
2012-02-19T16:04:25+01:00 (12 years ago)
Author:
stoecker
Message:

prevent conflicts with windows

Location:
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r27854 r27880  
    269269                tr("Plugin cadastre-fr used the key shortcut F11 for grabbing,\n"+
    270270                "which is now allocated for full-screen switch.\n"+
    271                 "The new grabbing key is F10, but you can change the key\n" +
     271                "The new grabbing key is F9, but you can change the key\n" +
    272272                "in the shortcut settings if you want."));
    273273        }
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java

    r27852 r27880  
    2626        super(tr(name), "cadastre_small", tr("Download Image from French Cadastre WMS"),
    2727                Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")),
    28                 KeyEvent.VK_F10, Shortcut.DIRECT), false);
     28                KeyEvent.VK_F9, Shortcut.DIRECT), false);
    2929    }
    3030
Note: See TracChangeset for help on using the changeset viewer.