Opened 14 years ago

Closed 8 years ago

#797 closed defect (fixed)

Cmd-C on Mac closes display

Reported by: cmbarton Owned by: grass-dev@…
Priority: major Milestone: 7.0.5
Component: wxGUI Version: svn-develbranch6
Keywords: cmd-C Cc:
CPU: OSX/Intel Platform: MacOSX

Description

Pressing cmd-C closes the display instead of copying selected text to clipboard. Compiled from SVN 21 October.

Change History (8)

comment:1 by cmbarton, 14 years ago

Fixed in develbranch_6 r39710 and backported to trunk.

comment:2 by cmbarton, 14 years ago

Resolution: fixed
Status: newclosed

comment:3 by cmbarton, 8 years ago

Resolution: fixed
Status: closedreopened

I just discovered that this is a problem for the raster and vector input modules as well as the r.in.lidar module. I'm not sure if this is a bug in wxPython for Mac defaults or a misunderstanding of Cmd-C, Cmd-V, and Cmd-X on the Mac. These should work like their Ctrl- counterparts on Linux and Windows.

Reopened.

comment:4 by cmbarton, 8 years ago

This probably just needs a conditional key binding for Mac OS somewhere in the base windowing code.

Ctrl-C -> Cmd-C

Ctrl-V -> Cmd-V

Ctrl-X -> Cmd-X

Ctrl-W -> Cmd-W

Ctrl-O -> Cmd-O

etc.

Michael

comment:5 by annakrat, 8 years ago

In 68754:

wxGUI: fix escape button to close dialogs and fix keyboard shortcuts on Mac, see #797

comment:6 by annakrat, 8 years ago

In 68925:

wxGUI: fix escape button to close dialogs and fix keyboard shortcuts on Mac, see #797 (merged from trunk, r68754)

comment:7 by annakrat, 8 years ago

In 68926:

wxGUI: fix escape button to close dialogs and fix keyboard shortcuts on Mac, see #797 (merged from trunk, r68754)

comment:8 by annakrat, 8 years ago

Milestone: 6.5.07.0.5
Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.