On Tue, Mar 29, 2011 at 9:59 PM, Alexander Gattin wrote:
> I'm not sure regarding the ASCII part. I think it
> might need to be set to 0x00 for all functional
> keys instead of 0x3F/0x3C/0x41, but probably no
> application actually cares.
>
> Another thing is that you may need to send key
> releas
Alexander Gattin wrote:
> Another thing is that you may need to send key
> release after key press in order for the
> application to trigger the F5/F2/F7 event. I'm not
> sure what the scan codes for F5/F2/F7 releases
> are, but think that they may be:
>
> F5: 0xBF
> F2: 0xBC
> F7: 0xC1
True. The
Hello,
On Sun, Mar 20, 2011 at 06:59:46PM -0700, Justin
Ezequiel wrote:
> On Mar 20, 7:30 am, Alexander Gattin
> wrote:
> > You need to place 2 bytes into the circular buffer
> > to simulate key press. Lower byte is ASCII code,
> > higher byte is scan code (they are the same for
> > functional ke
On Mar 20, 7:30 am, Alexander Gattin wrote:
> On Sun, Mar 20, 2011 at 12:52:28AM +0200,
>
> You need to place 2 bytes into the circular buffer
> to simulate key press. Lower byte is ASCII code,
> higher byte is scan code (they are the same for
> functional keys, whe using default keycode set#1):
>
On Mar 10, 9:58 pm, Justin Ezequiel
wrote:
> Greetings,
>
> We have an old barcode program (MSDOS and source code unavailable.)
> I've figured out how to populate the fields (by hacking into one of
> the program's resource files.)
> However, we still need to hit the following function keys in sequ
On 3/10/2011 4:58 PM, Justin Ezequiel wrote:
Greetings,
We have an old barcode program (MSDOS and source code unavailable.)
I've figured out how to populate the fields (by hacking into one of
the program's resource files.)
However, we still need to hit the following function keys in sequence.
F5
On Sun, Mar 20, 2011 at 12:52:28AM +0200,
Alexander Gattin wrote:
> On Thu, Mar 10, 2011 at 04:58:53PM -0800, Justin
> Ezequiel wrote:
> > We have an old barcode program (MSDOS and source code unavailable.)
> > I've figured out how to populate the fields (by hacking into one of
> > the program's re
Hello,
On Thu, Mar 10, 2011 at 04:58:53PM -0800, Justin
Ezequiel wrote:
> We have an old barcode program (MSDOS and source code unavailable.)
> I've figured out how to populate the fields (by hacking into one of
> the program's resource files.)
> However, we still need to hit the following functio
On 3/10/2011 4:58 PM Justin Ezequiel said...
Greetings,
We have an old barcode program (MSDOS and source code unavailable.)
I've figured out how to populate the fields (by hacking into one of
the program's resource files.)
However, we still need to hit the following function keys in sequence.
F5
On Mar 10, 7:58 pm, Justin Ezequiel
wrote:
> Greetings,
>
> We have an old barcode program (MSDOS and source code unavailable.)
> I've figured out how to populate the fields (by hacking into one of
> the program's resource files.)
> However, we still need to hit the following function keys in sequ
On 11/03/2011 00:58, Justin Ezequiel wrote:
Greetings,
We have an old barcode program (MSDOS and source code unavailable.)
I've figured out how to populate the fields (by hacking into one of
the program's resource files.)
However, we still need to hit the following function keys in sequence.
F5,
Greetings,
We have an old barcode program (MSDOS and source code unavailable.)
I've figured out how to populate the fields (by hacking into one of
the program's resource files.)
However, we still need to hit the following function keys in sequence.
F5, F2, F7
Is there a way to pipe said keys into
12 matches
Mail list logo