You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Event Handling > cut

8.16 cut

on.cut()

This routine is called when the user selects the Cut command either from a menu or by pressing Ctrl + X.

Note

Cut is enabled/disabled by toolpalette.enableCut(enable).

Introduced in platform.apiLevel = '1.0'