--
Casey West
Index: WKCjs.txt
===================================================================
--- WKCjs.txt (revision 65)
+++ WKCjs.txt (working copy)
@@ -143,7 +143,7 @@
case 27: ch="[esc]"; break;
case 46: ch="[del]"; break;
default:
- if (ev1k<48) { // usually a special character
+ if (!e.charCode) { // usually a special character
if (ev1k==ev1w && ev1k==chk && ev1k==chw) { // Test for Opera
which sets these all the same here
if (chw<32) { // some control character (Opera doesn't give
others a higher number like other browsers)
if (vetedit) return true;