#! /bin/sh

if [ -x /usr/bin/hotkeys ] ; then
    /usr/bin/hotkeys -b -Z
fi

