#!/bin/sh
# Runs gqview image viewer with previously disabled escape key through xmodmap call
# Michael Pozhidaev <msp@altlinux.org>
# Date: 2011-04-13

/usr/bin/xmodmap -e "keycode 9 ="
/usr/bin/gqview "$@"
