Below are the events that that occur right before gremlin gives me a "wrote
to low memory" error.
39.126 (725): <- EvtGetEvent: penUpEvent X:137 Y:78
39.126 (726): -> EvtEnqueueKey: ascii = 0x008D, keycode = 0x0000,
modifiers = 0x0000.
39.126 (726): <- EvtGetSysEvent: keyDownEvent Key:0x8D, Modifiers:
0x0000
39.126 (726): <- EvtGetEvent: keyDownEvent Key:0x8D, Modifiers:
0x0000
39.126 (726): -> EvtAddUniqueEventToQueue: fldChanged ID: 1102
39.146 (726): <- EvtGetEvent: fldChanged ID: 1102
I don't understand what the 0x8D key represents? I thought visible
characters that a user might enter into a field in real life would not
exceed 0x7F.