diff -r 159d14fe4e93 -r fc2fb5c938c3 hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Sun Apr 19 13:22:17 2009 +0000 +++ b/hedgewars/uKeys.pas Sun Apr 19 13:36:51 2009 +0000 @@ -115,6 +115,7 @@ DefaultBinds[ 27]:= 'quit'; DefaultBinds[ 48]:= '+volup'; DefaultBinds[ 57]:= '+voldown'; +DefaultBinds[ 44]:= 'history'; // , instead of ` DefaultBinds[ 96]:= 'history'; DefaultBinds[ 99]:= 'capture'; DefaultBinds[104]:= 'findhh';