#!/bin/sh
if [ ! -f /home/root/.xbindkeysrc ]
then
    xbindkeys --defaults > /home/root/.xbindkeysrc
fi

