function key
(redirected from F3 Key)Also found in: Dictionary.
Related to F3 Key: F5 Key
function key
[′fəŋk·shən ‚kē] (computer science)
A special key on a keyboard to control a mechanical function, initiate a specific computer operation, or transmit a signal that would otherwise require multiple key strokes.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
function key
(hardware)(From the IBM 3270 terminal's Programmed Function
Keys (PF keys)) One of a set of special keys on a computer or
terminal keyboard which can be programmed so as to cause an
application program to perform certain actions.
Function keys on a terminal may either generate short fixed sequences of characters, often beginning with the escape character (ASCII 27), or the characters they generate may be configured by sending special character sequences to the terminal.
On a microcomputer keyboard, the function keys may generate a fixed, single byte code, outside the normal ASCII range, which is translated into some other configurable sequence by the keyboard device driver or interpreted directly by the application program.
Function keys on a terminal may either generate short fixed sequences of characters, often beginning with the escape character (ASCII 27), or the characters they generate may be configured by sending special character sequences to the terminal.
On a microcomputer keyboard, the function keys may generate a fixed, single byte code, outside the normal ASCII range, which is translated into some other configurable sequence by the keyboard device driver or interpreted directly by the application program.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)