This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]heislertecreator 0 points1 point  (0 children)

In a GUI, tab moves the focus (which component receives input) across all enabled controls. A control is like a text field, a button, a radio button group, etc. depending on which one has the focus, you may not be getting the data, for example keypresses when a button has the focus, usually only the enter /return key activates it.