On 22 Aug 2002 21:49:01 -0500, Andrew Morelock wrote:
>
> Hi all. Does anyone know how to attach a sound to the action of a mouse
> click? I'm using a touch screen in a kiosk environment and am looking
> for a quick solution for this.
To bind any mouse button anywhere:
Mouse 0 A A Exec play /my/sound.au
To bind only the third mouse button in the root window:
Mouse 3 R A Exec esdplay /my/sound.wav
To bind only the first mouse button with Alt in the client window:
Mouse 1 W M Exec ogg123 /my/sound.ogg
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Aug 23 2002 - 06:25:40 BST