README.md

December 4, 2022 ยท View on GitHub

Make ENTER work as TAB

Description

this code make ENTER work as TAB

when the user press ENTER than it moves to next control then same as u press TAB and it goes to next control

More Info

Submitted On
ByRitesh Sutaria
LevelAdvanced
User Rating4.0 (16 globes from 4 users)
Compatibility
CategoryControls/ Forms/ Graphics/ Menus
WorldJava
Archive File

API Declarations

Source Code

function focustonextcontrol()
{ if (event.keyCode)==13 event.keyCode=9;
}
call this function in anyobject's onKeyDown event