#!/bin/bash
#
#	This shell script takes care of starting the KeyAccess
#	background processes when an X session starts.

/usr/libexec/kamsg &
/usr/libexec/KeyAccess &
