Use the quotation marks (quotes) shortcut keys to insert quotes. The key press in text creates the curly quotes, while in tags, the same keys insert the straight quotes.
If the insertion point is before a character, the left curly quote is inserted; if it is after a character, a right curly quote is inserted.
If a text block is selected when you apply this function, it is surrounded by quotes.
You can edit the scripts which insert quotes and modify the way they work.
Double and single quotes in different countries
In the <InputConfig> section under <Menuset Name="TxtDesigner"> in the Ted4_tabitems.xml file the default assignment of these keys may not be suitable in all countries.
The default assignment is:
<!--quotes-->
<KeyBinding CommandType="Script" CommandParameter="EditInsertCurlySingleQM" Modifiers="" Key="OemOpenBrackets"/>
<KeyBinding CommandType="Script" CommandParameter="EditInsertCurlyDoubleQM" Modifiers="Shift" Key="D2"/>
You may want to try:
<KeyBinding CommandType="Script" CommandParameter="EditInsertCurlySingleQM" Modifiers="" Key="OemQuotes" />
<KeyBinding CommandType="Script" CommandParameter="EditInsertCurlyDoubleQM" Modifiers="SHIFT" Key="OemQuotes" />