From 0d5386740901d9b9152a1d09af76523ece19ffd2 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 28 Aug 2010 01:46:26 +0000 Subject: [PATCH] - Changed the default key for am_toggletexture to P so as not to conflict with the default chat key. SVN r2616 (trunk) --- src/c_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c_bind.cpp b/src/c_bind.cpp index 6afb0c677..471959f6c 100644 --- a/src/c_bind.cpp +++ b/src/c_bind.cpp @@ -176,7 +176,7 @@ static const FBinding DefAutomapBindings[] = { { "f", "am_togglefollow" }, { "g", "am_togglegrid" }, - { "t", "am_toggletexture" }, + { "p", "am_toggletexture" }, { "m", "am_setmark" }, { "c", "am_clearmarks" }, { "0", "am_gobig" },