roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Copy (Cmd+C) and Paste (Cmd+V) do not work in text controls on Mac #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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 8 years ago

Original comment by czarek.t...@gmail.com on 14 Jan 2015 at 8:23