Removed CTRL+T

SVN revision: 1823
This commit is contained in:
2007-04-03 12:29:32 +00:00
parent 40d8b9dc23
commit c464501326
-4
View File
@@ -145,10 +145,6 @@ function elKeyPress(evt)
elcode(document.form1.Text, 'CODE','');
return false;
}
if (actualkey == "t") {
elcode(document.form1.Text, 'TABLE','');
return false;
}
if (actualkey == "l") {
elcode(document.form1.Text, 'LIST','');
return false;