#8686
Yutaka Emura
キーマスター

以下のようにすれば、一応可能です (JavaScript の場合)。

document.selection.Text = “t “;
document.selection.DeleteLeft();

でも、将来のバージョンでは、何か他の方法も考えておきますね。