#!/bin/sh
if [ "$KD_MODE" == "GRAPHICS" ] ; then
if [ "$KD_USER" != "greenfly" ] ; then
if [ "$KD_SHIFT" == "1" ] ; then
   echo "Shift A" | osd_cat --align=center --bottom --color=green --delay=1 --font=lucidasanstypewriter-bold-24&
echo 'exec /home/greenfly/bin/eterm_dark --display :0' | exec su - greenfly
elif [ "$KD_SHIFT" == "4" ] ; then
   echo "Ctrl A" | osd_cat --align=center --bottom --color=green --delay=1 --font=lucidasanstypewriter-bold-24&
else
   echo "A" | osd_cat --align=center --bottom --color=green --delay=1 --font=lucidasanstypewriter-bold-24&
echo 'exec /home/greenfly/bin/eterm_main --display :0' | exec su - greenfly
fi
fi
else
echo  Key A
fi
