Copy (Cmd+C) and Paste (Cmd+V) do not work in text controls on Mac
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Copy (Cmd+C) and Paste (Cmd+V) do not work in text controls on Mac. Created
topic on the CEF Forum: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12561
Original issue reported on code.google.com by czarek.t...@gmail.com
on 11 Jan 2015 at 6:46
GoogleCodeExporter commented
Marshall responed on the CEF Forum:
Shortcuts are handled via the application top menu on Mac where methods called by key
bindings are defined in the XIB file (for example cefclient/mac/English.lproj/MainMenu.xib).
If that doesn't exist you probably need to implement performKeyEquivalent.
Original comment by czarek.t...@gmail.com
on 12 Jan 2015 at 5:08
GoogleCodeExporter commented
Original comment by czarek.t...@gmail.com
on 14 Jan 2015 at 8:23
- Added labels: Mac