Ignore:
Timestamp:
2012-07-20T18:48:22+02:00 (12 years ago)
Author:
akks
Message:

Allowing to change F1 help shortcut on Windows, see #7226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java

    r5000 r5355  
    5959       
    6060        // General keyboard shortcuts
    61         Shortcut.registerSystemShortcut("system:help", tr("reserved"), VK_F1, 0);                            // Display Help
     61        //Shortcut.registerSystemShortcut("system:help", tr("reserved"), VK_F1, 0);                            // Display Help
    6262        Shortcut.registerSystemShortcut("system:copy", tr("reserved"), VK_C, CTRL_DOWN_MASK);                // Copy the selected item
    6363        Shortcut.registerSystemShortcut("system:cut", tr("reserved"), VK_X, CTRL_DOWN_MASK);                 // Cut the selected item
Note: See TracChangeset for help on using the changeset viewer.