Geoff Wicks wrote:
> I came across an interesting problem tonight when using QPC2 to type a
> German text on a UK keyboard. Chr$(128) on the QL character set (ä) is
> entered by CTRL + ESC. In Windows this is the keyboard shortcut for
> displaying the start menu.

Of course you can always redefine the keyboard layout. Some layouts
also support the composition of characters.

Or you can of course do something like
ERT HOT_KEY('a', 'ä')
ERT HOT_KEY('A', 'Ä')

Marcel

Reply via email to