From snalwuer@stud.informatik.uni-erlangen.de  Mon Dec  3 15:09:02 2012
Received: (at submit) by bugs.x2go.org; 3 Dec 2012 14:09:02 +0000
Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [IPv6:2001:638:a000:4130:131:188:30:103])
	by ymir (Postfix) with ESMTPS id 9F10E5DA79
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 15:09:02 +0100 (CET)
Received: from faui03c.informatik.uni-erlangen.de (faui03c.informatik.uni-erlangen.de [131.188.30.218])
	by faui03.informatik.uni-erlangen.de (Postfix) with ESMTP id 66E6F683A13
	for <submit@bugs.x2go.org>; Mon,  3 Dec 2012 15:09:02 +0100 (CET)
Received: by faui03c.informatik.uni-erlangen.de (Postfix, from userid 31763)
	id 48C524F208B; Mon,  3 Dec 2012 15:09:02 +0100 (CET)
From: Alexander Wuerstlein <arw@arw.name>
To: submit@bugs.x2go.org
Subject: make nxagent keybindings configurable
Date: Mon,  3 Dec 2012 15:08:50 +0100
Message-Id: <1354543731-22772-1-git-send-email-arw@arw.name>
X-Mailer: git-send-email 1.7.10.4

Package: nxagent

The hardcoded default nxagent keybindings (e.g. Ctrl-Alt-t opens a terminal in
Gnome or closes a nx/x2go session) collide with several more or less popular
window managers or desktop environments. Since any hardcoded configuration will
inevitably collide with some other configuration somewhere, the only sane way
out of this is making the keybindings configurable, which the attached patch does.

