1145519Sdarrenr# Copyright (c) 2012 Ron McDowell
2145510Sdarrenr# Copyright (c) 2012 Devin Teske
322514Sdarrenr# All rights reserved.
453024Sguido#
522514Sdarrenr# Redistribution and use in source and binary forms, with or without
680486Sdarrenr# modification, are permitted provided that the following conditions
7145510Sdarrenr# are met:
822514Sdarrenr# 1. Redistributions of source code must retain the above copyright
931183Speter#    notice, this list of conditions and the following disclaimer.
1031183Speter# 2. Redistributions in binary form must reproduce the above copyright
11255332Scy#    notice, this list of conditions and the following disclaimer in the
1222514Sdarrenr#    documentation and/or other materials provided with the distribution.
1322514Sdarrenr#
1422514Sdarrenr# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1522514Sdarrenr# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1622514Sdarrenr# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1722514Sdarrenr# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1822514Sdarrenr# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1922514Sdarrenr# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2022514Sdarrenr# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2122514Sdarrenr# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2222514Sdarrenr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2322514Sdarrenr# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2422514Sdarrenr# SUCH DAMAGE.
2522514Sdarrenr#
2622514Sdarrenr# $FreeBSD$
2722514Sdarrenr
2822514Sdarrenr#
2922514Sdarrenr# Title that will be shown in the bsdconfig menu.
3022514Sdarrenr#
3122514Sdarrenrmenu_title="Mouse"
3222514Sdarrenr
3322514Sdarrenr#
3422514Sdarrenr# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
3522514Sdarrenr# short because any line longer than the terminal width will be truncated.
3622514Sdarrenr#
3722514Sdarrenrmenu_help="Configure the Mouse"
3822514Sdarrenr
3922514Sdarrenr#
4022514Sdarrenr# Two-part variable that defines an action to take when `keyword' is passed on
4122514Sdarrenr# a bsdconfig command line. Variable takes the form "keyword|command" and
4222514Sdarrenr# multiple occurrences of the variable (with different `keyword's, or different
4322514Sdarrenr# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
4422514Sdarrenr# the full path to the program is needed. If `command' begins with anything
4522514Sdarrenr# else it is a path relative to the directory this INDEX file is in. `keyword'
4622514Sdarrenr# can be i18n'ed but `command' is the name of a script.
4722514Sdarrenr#
4831183Spetermenu_selection="mouse|mouse"
4922514Sdarrenrmenu_selection="mouse_enable|enable"
5022514Sdarrenrmenu_selection="mouse_type|type"
5124583Sdarrenrmenu_selection="mouse_port|port"
5222514Sdarrenrmenu_selection="mouse_flags|flags"
5322514Sdarrenrmenu_selection="mouse_disable|disable"
5422514Sdarrenr
5522514Sdarrenr#
5622514Sdarrenr# ------------ Items below this line do NOT need i18n translation ------------
5722514Sdarrenr#
5822514Sdarrenr# Name of the program to be run when this menu choice is selected. If it begins
5922514Sdarrenr# with a '/' then the full path to the program is needed. If it begins with
6022514Sdarrenr# anything else it is a path relative to the directory this INDEX file is in.
6122514Sdarrenr#
6222514Sdarrenrmenu_program="mouse"
6322514Sdarrenr