Mercurial > hg > config
comparison bin/keyshelp.sh @ 0:f3ab51c79813
adding configuration from https://svn.openplans.org/svn/config_jhammel/
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 15 Oct 2009 11:41:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f3ab51c79813 |
---|---|
1 #!/bin/bash | |
2 | |
3 # help message for fluxbox keys | |
4 if which gxmessage | |
5 then | |
6 XMESSAGE="gxmessage -borderless" | |
7 else | |
8 XMESSAGE=xmessage | |
9 fi | |
10 | |
11 cat <(echo -e "Press <Control>+<Alt>+key to use the commands: \n") <(sed -n '/Control Mod1.*ExecCommand/ {s/Control Mod1//g;s/ExecCommand//g;s/:.*#/:/g;p}' ~/.fluxbox/keys) | ${XMESSAGE} -timeout 20 -nearmouse -file - |