Opened 15 years ago
Closed 8 years ago
#797 closed defect (fixed)
Cmd-C on Mac closes display
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
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 , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 9 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:8 by , 8 years ago
Milestone: | 6.5.0 → 7.0.5 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Fixed in develbranch_6 r39710 and backported to trunk.