[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emulating function keys in demo programs
From: |
Alexei Podtelezhnikov |
Subject: |
Re: emulating function keys in demo programs |
Date: |
Fri, 21 Aug 2020 13:38:27 -0400 |
> >> how do I specify keys like 'F5' with the `-k` command line option to
> >> the various FreeType demo programs?
> >
> > 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.