Changes between Version 11 and Version 12 of Help/Preferences/Shortcuts


Ignore:
Timestamp:
2019-04-30T10:34:49+02:00 (5 years ago)
Author:
Hb---
Comment:

shorter

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Shortcuts

    v11 v12  
    22= Preferences > Keyboard Shortcuts =
    33
    4 This section allows to configure keyboard shortcuts in JOSM.
     4This preferences page allows to configure keyboard shortcuts in JOSM.
    55
    6 Please note that shortcut keys are assigned to the actions when JOSM is started. So you need to **restart** JOSM to see your changes.
    7 
    8 Furthermore, the shortcuts are activated when the actions are assigned to a menu entry or a button for the first time it is used in the current session.
    9 So some of your changes may become active even without restart. But without a restart there is no collision handling for your changes. This is another
    10 reason to **restart** JOSM after making any changes here.
    11 
    12 == Menu overview ==
     6Shortcut keys are assigned to their actions on startup. So a [wikitr:/Help/Action/Restart restart] of JOSM is needed to see the changes (Shortcuts not assigned before may become active, but collision handling happens only on restart.)
    137
    148=== Basic usage ===
     
    1711* Uncheck "Use default"
    1812* Adjust modifiers (if you need them at all)
    19 * Find correct button in "Key" (some items here may not be found at your keyboard e.g. F13-F24)
     13* Find a valid button in "Key"
    2014
    2115=== Shortcuts power tips ===
     
    2620* You can have multiple configs per every task you make and simply switch between them
    2721
    28 [[Image(Shortcuts.png,917px)]]
     22[[Image(Preferences-Shortcuts.png,581px)]]
    2923
    3024=== Additional details ===
    3125
    32 You may notice that the key selection list on the next page lists all keys that exist on all kinds of keyboards
     26You may notice that the key selection list in the dropdown lists all keys that exist on all kinds of keyboards
    3327Java knows about, not just those keys that exist on your keyboard. Please only use values that correspond to
    34 a real key on your keyboard. If your keyboard has no <Copy> key (PC keyboard do not have them, Sun keyboards do),
    35 then do not use it. Also there are 'keys' listed that correspond to a shortcut on your keyboard (e.g. <:>/Colon).
    36 Please do not use them either, use the base key (<;>/Semicolon on US keyboards, <.>/Period on German keyboards, etc.)
    37 instead. Not doing so may result in conflicts, as there is no way for JOSM to know that <Ctrl>+<Shift>+<;> and <Ctrl>+<:>
     28a real key on your keyboard. If your keyboard has no `Copy` key (PC keyboard do not have them, Sun keyboards do),
     29then do not use it. Also there are 'keys' listed that correspond to a shortcut on your keyboard (e.g. `:`/Colon).
     30Please do not use them either, use the base key (`;`/Semicolon on US keyboards, `.`/Period on German keyboards, etc.)
     31instead. Not doing so may result in conflicts, as there is no way for JOSM to know that `Ctrl`+`Shift`+`;` and `Ctrl`+`:`
    3832actually is the same thing on an US keyboard.
    3933
    4034== See also ==
    4135* '''[wikitr:/Shortcuts Shortcuts] - some of the default hotkeys'''
    42 * [[DevelopersGuide/ShortcutsList]] - automatically generated list (not very human-readable)
     36* [[DevelopersGuide/ShortcutsList]] - automatically generated list
    4337
    4438----