Modify

Opened 13 years ago

Closed 13 years ago

#6815 closed enhancement (fixed)

"Copy coordinates" as keyboard shortcut

Reported by: PHerison Owned by: team
Priority: normal Milestone:
Component: Core Version: tested
Keywords: copy_coordinates keyboard shortcut Cc:

Description

Can I have the function "Edit --> Copy coordinates" as an option for assigning keyboard shortcuts?

Attachments (0)

Change History (2)

comment:1 by simon04, 13 years ago

What about assigning [Ctrl]+[Shift]+[C] for Copy coordinates?

Is the following registering command correct?

Shortcut.registerShortcut(
    "copy:copycoordinates",
    tr("Edit: {0}", tr("Copy Coordinates")),
    KeyEvent.VK_C,
    Shortcut.GROUP_MENU,
    Shortcut.SHIFT_DEFAULT)
Last edited 13 years ago by simon04 (previous) (diff)

comment:2 by simon04, 13 years ago

Resolution: fixed
Status: newclosed

In [4418/josm]:

fix #6815 - copy coordinates as keyboard shortcut. JavaDoc for Shortcut class.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.