############################################################################
# TSM user customizable file: prog_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.
############################################################################
# @(#) $Header: prog_menu,v 70.1 92/06/11 19:40:52 ssa Exp $

# LOCALIZERS
#  In all the following the items you can localize include: 
#       item_name  you can localize the string following the = sign.
#  item_selection  which the letter users can enter to select this item
#                  when the menu is displayed instead of using arrow keys.
#                  You can change the character to the right of = sign.
#

pull_down_menu

item_name=Shell
item_selection=S
item_type=program
item_action=$SHELL

item_name=Funktionstasten-shell (keysh)
item_selection=F
item_type=program
item_action=/usr/bin/keysh

item_name=Post (elm)
item_selection=P
item_type=program
item_action=elm

item_name=Editor (vi)
item_selection=E
item_type=program
item_action=vi $0
dialog_box
# LOCALIZERS
#   The following is the prompt string asking the users to enter a file name
#   when this item is selected. The string "File(s):" can be localized.
dialog_item_prompt Datei(en):
dialog_item_var $0 60

item_name=system Administration manager (SAM)
item_selection=A
item_type=program
item_action=/usr/bin/sam

# LOCALIZERS
#   You can change the character after $tsm_hot_key (r in this case) to another
#   character. But you need to change the key mapping in tsmtext (see 
#   !in_window_mode_prompt in tsmtext).
item_name=sOnstige programme...   $tsm_hot_keyr
item_selection=O
item_type=program
item_action=$0
new_window_title=$0
dialog_box
# LOCALIZERS
#   The following is the prompt string asking the users to enter a program name
#   when this item is selected. The string "Program:" can be localized.
dialog_item_prompt Programm:
dialog_item_var $0 60
