Hi
is this possible to change keycode for an editable iframe
let say if user press a = keycode 97 it should display on editor b (keycode =98)
regards
for IE I have working code like
maineditor.even t.keyCode = NewCode(mainedi tor.event.keyCo de);
but it is not working in chrome or FF
is this possible to change keycode for an editable iframe
let say if user press a = keycode 97 it should display on editor b (keycode =98)
regards
for IE I have working code like
maineditor.even t.keyCode = NewCode(mainedi tor.event.keyCo de);
but it is not working in chrome or FF
Comment