Archive: Using "Enter" to navigate


Using "Enter" to navigate
Hi,

Our end product uses the "Enter" key to navigate between text fields. We want to provide the same functionality in the Directory Request controls in NSIS installer.

There are 3 Directory request controls. Pressing "Enter" on the first field should take you to the second, pressing "Enter" on the second should take you to the third, and pressing "Enter" on the third should start the install.

Any help would be appreciated. Thanks!

/Phani


don't know, if this 's possible.
you may try to write a hack with system.dll calls (windows api functions)


You probably need to create a plugin that subclasses the edit boxes