selenium 键入文本_在Word 2013中键入时如何避免替换选定的文本
selenium 键入文本
By default, in Word, when you select text and then type anything, the selected text is replaced with what you type. This can be frustrating if you’ve highlighted some text and then accidentally pressed a key and lost your work.
默认情况下,在Word中,当您选择文本然后键入任何内容时,所选的文本将替换为您键入的内容。 如果突出显示了一些文本,然后不小心按下了一个键而丢失了工作,这可能会令人沮丧。
There is a setting for this behavior in Word that is on by default. To turn off this setting and avoid replacing selected text with what you type, click the “File” tab.
没有默认情况下在Word中对此行为的设置。 要关闭此设置并避免用您键入的内容替换所选文本,请单击“文件”选项卡。
Click “Options” on the left side of the “Info” screen.
单击“信息”屏幕左侧的“选项”。
On the “Word Options” dialog box, click “Advanced” in the left pane.
在“ Word选项”对话框中,单击左窗格中的“高级”。
In the “Editing options” section, at the top of the right pane, select the “Typing replaces selected text” check box so there is no check mark in the box.
在右窗格顶部的“编辑选项”部分中,选中“键入替换所选文本”复选框,以使该框中没有复选标记。
Click “OK” to accept your change and close the “Word Options” dialog box.
单击“确定”接受更改,然后关闭“ Word选项”对话框。
Now, when you type while some text is selected, the newly typed text is inserted before the selected text.
现在,当您在选择某些文本的同时键入内容时,新键入的文本将插入到所选文本之前。
翻译自: https://www.howtogeek.com/209228/how-to-avoid-replacing-selected-text-when-you-type-in-word-2013/
selenium 键入文本