-- Lingo syntax _movie.editShortCutsEnabled // JavaScript syntax _movie.editShortCutsEnabled;
Movie property; determines whether cut, copy, and paste operations and their keyboard shortcuts function in the current movie. Read/write.
When set to TRUE, these text operations function. When set to FALSE, these operations are not allowed. The default is TRUE for movies made in Director 8 and later, FALSE for movies made in versions of Director prior to Director 8.
This statement disables cut, copy, and paste operations:
-- Lingo syntax _movie.editShortCutsEnabled = 0 // JavaScript syntax _movie.editShortCutsEnabled = 0;