[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emulating function keys in demo programs
From: |
Werner LEMBERG |
Subject: |
Re: emulating function keys in demo programs |
Date: |
Fri, 21 Aug 2020 20:11:41 +0200 (CEST) |
>> > I don't think it is possible because grKeyF5 is 0x105, which
>> > would be wchar_t. It is either that or rethink and harmonize
>> > control keys more carefully.
>>
>> Could you invent something? Being able to insert functions keys
>> would be quite useful...
>
> We can map them onto printable 0xC1 through 0xCC and you will have
> to paste them into the command line.
This would be quite ugly...
What about using, say, `|` as a delimiter to enter strings?
ab|F5|cde
If necessary, character `|` could be entered as `||`.
Werner