Skip to content

Instantly share code, notes, and snippets.

@taylor
Created January 29, 2009 08:14
Show Gist options
  • Select an option

  • Save taylor/54463 to your computer and use it in GitHub Desktop.

Select an option

Save taylor/54463 to your computer and use it in GitHub Desktop.
doexpose
#!/bin/sh
EXPOSE_KEY="Print"
# skippy has to be started
# TODO: check for skippy
if [ -f /usr/bin/xmacroplay-keys ] ; then
xmacroplay-keys :0 $EXPOSE_KEY > /dev/null 2>&1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment