用spy++ 看emeditor的输入框的类为 EmEditorView
所以 可以向里边发送char消息
按照上边的顺序发送
不过比较奇怪的是,实际接收到的是 “设置XAyb”,试过多次都这效果
优先级怎么排的呢? send大写 >post大写 >send小写 >post小写 ?
用spy++ 看emeditor的输入框的类为 EmEditorView
所以 可以向里边发送char消息
按照上边的顺序发送
不过比较奇怪的是,实际接收到的是 “设置XAyb”,试过多次都这效果
优先级怎么排的呢? send大写 >post大写 >send小写 >post小写 ?