############################################################################
# TSM user customizable file: cut_paste_menu, Run a program menu definitions.
#
# TSM will search along the following paths (in order) for this file name.
#     ./.tsmtext/$LANG/
#     ./.tsmtext/C/
#     ./.tsmtext/
#     $HOME/.tsmtext/$LANG/
#     $HOME/.tsmtext/C/
#     $HOME/.tsmtext/
#     /usr/tsm/text/$LANG/
#     /usr/tsm/text/C/
#     /usr/tsm/text/
#
# It is recommended that you copy this file to $HOME/.tsmtext/
# for customization.
#
# If tsm has not been installed in the standard path, /usr/tsm,
# then set the environment variable, $TSMPATH to the location of
# tsm directory on your system.
############################################################################
# Cut and Paste menu for TSM
# @(#) $Header: cut_paste_menu,v 72.2 94/07/12 09:04:09 ssa Exp $

pull_down_menu

item_name=Couper          $tsm_hot_keyc
item_selection=C
item_type=tsm_cmd_to_user
item_action=c

item_name=cOller          $tsm_hot_keyp
item_selection=O
item_type=intrinsic
item_action=do_paste

item_name=options coUper...
item_selection=U
item_type=menu
item_action=cut_o_menu

item_name=oPtions coller...
item_selection=P
item_type=menu
item_action=paste_o_menu

