Git init
[framework/uifw/e17-extra-modules.git] / keyrouter / scripts / keygrab_status
1 #!/bin/sh
2
3 if [ "$1" = "" ]; then
4         VAL="1"
5 else
6         VAL="$1"
7 fi
8
9 if [ -x /usr/bin/xprop ]; then
10         xprop -root -f _GRAB_STATUS 32c -set _GRAB_STATUS ${VAL} &
11 fi