QTfrontend/binds.cpp
changeset 1639 89b536a3cf3c
parent 1066 1f1b3686a2b0
child 2312 3b59f1251ead
--- a/QTfrontend/binds.cpp	Sat Jan 10 17:58:05 2009 +0000
+++ b/QTfrontend/binds.cpp	Sat Jan 10 22:50:54 2009 +0000
@@ -27,6 +27,7 @@
 	{"ljump",	"return",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
 	{"hjump",	"backspace",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
 	{"+attack",	"space",	QT_TRANSLATE_NOOP("binds", "attack"),	false},
+	{"+precise",	"left_shift",	QT_TRANSLATE_NOOP("binds", "precise aim"),	false},
 	{"put",	"mousel",	QT_TRANSLATE_NOOP("binds", "put"),	false},
 	{"switch",	"tab",	QT_TRANSLATE_NOOP("binds", "switch"),	false},
 	{"findhh",	"h",	QT_TRANSLATE_NOOP("binds", "find hedgehog"),	true},