Expand PMF_FN_* macros.
[netbsd-mini2440.git] / share / examples / wsmoused / wsmoused.conf
blob5f8b27645ae14e7e74d4e51a742219fcf88ad29b
1 # $NetBSD: wsmoused.conf,v 1.4 2004/01/05 11:01:32 jmmv Exp $
3 # wsmoused.conf - multipurpose mouse daemon configuration file.
5 # See wsmoused(8) and wsmoused.conf(5) for a complete list of options and
6 # available modes.
9 # The wsmouse(4) device, shared by all modules.
10 device = /dev/wsmouse;
12 # List of modes that will be activated at runtime (selection is the default).
13 #modes = "selection action";
15 # The console where the X server runs (usually /dev/ttyE4).
16 #xconsole = 4;
18 # Selection mode (sel) specific configuration.
19 mode selection {
21 #       Tune mouse movement speed.
22 #       slowdown_x = 0;
23 #       slowdown_y = 3;
27 mode action {
29 #       Halt the system when button 0 (left) is pressed.
30 #       button_0_down = "shutdown -h now";
32 #       Reboot the system when button 2 (right) is pressed.
33 #       button_2_down = "shutdown -r now";