On Cocoa, LispWorks now adds a minimal Edit menu to all CAPI interfaces when running in the IDE, which makes Edit gestures
Command+X
,
Command+C
and
Command+V
work in every interface displayed in the LispWorks IDE. To remove the IDE's automatic menu, pass
:auto-menus
nil
initargs when making the interface.
Note: to implement these gestures in your CAPI/Cocoa runtime application, you must include an Edit menu explicitly in your interface definition.