Mobile app version of vmapp.org
Login or Join
Angela777

: Adobe custom keystroke script to repeat last keystroke I am converting a word form to be a fillable pdf form, I have one section where because the form may be printed and filled in by hand

@Angela777

Posted in: #AdobeAcrobat #Pdf

I am converting a word form to be a fillable pdf form,

I have one section where because the form may be printed and filled in by hand has a input box which is split over two pages.

I found a method here to link the two fields in adobe so that when the first is full it automatically moves to the next field. However when this occurs the keypress which triggers the script is lost.

Is there anything I can add to the script to repeat the last keypress once the field focus has shifted?

The current script from the answer above is:

if ( event.fieldFull || event.willCommit ) this.getField("*name of next field to continue in*").setFocus();

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela777

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme