Re: TypeMatic Rate
Posted by
Alan Marconett KM6VV
on 2002-02-20 13:58:24 UTC
Alan R.,
Yes, chain the interrupt, save status of keys you are watching, and
acknowledge the INT yourself. Other keys are passed through normally
(chain).
As the "arrow keys" (and + - keys) are often used elsewhere in a program
(menus, MDI, etc), the kbd vector should be chained when need for "kbd
jog", and restored when that mode is exited.
Just a thought, but I wonder if one could connect the A and B phases of
an encoder to keyboard keys? The keyboard's "key down, key up"
sequences could drive a software state machine in the "chained" ISR
code, and inc/dec a position counter. Yeah, that might work!
Alan KM6VV
beer@... wrote:
Yes, chain the interrupt, save status of keys you are watching, and
acknowledge the INT yourself. Other keys are passed through normally
(chain).
As the "arrow keys" (and + - keys) are often used elsewhere in a program
(menus, MDI, etc), the kbd vector should be chained when need for "kbd
jog", and restored when that mode is exited.
Just a thought, but I wonder if one could connect the A and B phases of
an encoder to keyboard keys? The keyboard's "key down, key up"
sequences could drive a software state machine in the "chained" ISR
code, and inc/dec a position counter. Yeah, that might work!
Alan KM6VV
beer@... wrote:
>
> > Why not chain the kbd interrupt, and "grab" the cursor keys used for JOG
> > before they are put into the kbd buffer? Watch for key down an key up
> > codes from the kbd controller. Then, typematic repeats don't seem to
> > matter... (what happens to them?)
>
> For those keys you want to process, simply swallow them up and don't
> pass them to the original keyboard ISR.
>
> Alan
Discussion Thread
Carol & Jerry Jankura
2002-02-20 05:34:04 UTC
TypeMatic Rate
fast1994gto
2002-02-20 06:48:06 UTC
Re: TypeMatic Rate
Alan Marconett KM6VV
2002-02-20 11:27:11 UTC
Re: [CAD_CAM_EDM_DRO] TypeMatic Rate
Alan Marconett KM6VV
2002-02-20 13:58:24 UTC
Re: TypeMatic Rate
fast1994gto
2002-02-20 17:34:33 UTC
Re: TypeMatic Rate
Alan Marconett KM6VV
2002-02-20 18:32:28 UTC
Re: TypeMatic Rate
fast1994gto
2002-02-21 00:03:47 UTC
Re: TypeMatic Rate
Alan Marconett KM6VV
2002-02-21 11:40:02 UTC
Re: TypeMatic Rate
Bert Pirson
2002-02-21 12:09:23 UTC
Re: [CAD_CAM_EDM_DRO] Re: TypeMatic Rate
Carol & Jerry Jankura
2002-02-21 13:50:56 UTC
RE: [CAD_CAM_EDM_DRO] Re: TypeMatic Rate
Alan Marconett KM6VV
2002-02-21 13:57:01 UTC
Re: TypeMatic Rate
ballendo
2002-02-22 04:00:00 UTC
BASIC, yes! was Re: TypeMatic Rate
Carol & Jerry Jankura
2002-02-22 05:53:27 UTC
RE: [CAD_CAM_EDM_DRO] BASIC, yes! was Re: TypeMatic Rate
JanRwl@A...
2002-02-22 23:17:58 UTC
Re: [CAD_CAM_EDM_DRO] BASIC, yes! was Re: TypeMatic Rate
Carol & Jerry Jankura
2002-02-23 05:37:03 UTC
RE: [CAD_CAM_EDM_DRO] BASIC, yes! was Re: TypeMatic Rate
ballendo
2002-02-23 06:10:50 UTC
BASIC, yes! was Re: TypeMatic Rate