Insert characters not on keyboard by shortcuts

Build 1501 on 14/Nov/2017  This topic last edited on: 17/Mar/2016, at 16:49

You can program keyboard shortcuts to add characters not on keyboard, but frequently used.

Add the caller lines to the Ted4_tabitems.xml (<Menuset Name="TxtDesigner">, <InputConfig>):

<KeyBinding CommandType="ParametersScript" CommandParameter="EditInsertChar" Param="ü" Modifiers="ALT" Key="U"/>

<KeyBinding CommandType="ParametersScript" CommandParameter="EditInsertChar" Param="Ü" Modifiers="SHIFT,ALT" Key="U"/>

The above examples add shortcuts for the letters Ü and ü, and assigns the shortcuts as ALT+U or SHIFT+ALT+U.

Note: it's your responsibility to avoid the double-use of shortcuts that are already used elsewhere!

Save and re-import in database the Ted4_TabItems.xml when done. Restart GN4 applications for the change to take effect.

Availability

The EditInsertChar script is available in the versions 1.6.1630.x, 1.5.1630.x and 1.4.1630.x or newer.

See also

Insert characters from map