cursorkeyset
Cursorkeyset is a term used in computer interfaces to describe the set of keys that control the position of the text cursor, or caret, within a document or input field. It typically includes the arrow keys (left, right, up, down) and navigation keys such as Home, End, Page Up, and Page Down, as well as modifier-assisted movements like Ctrl+Arrow to move by word and Shift+Arrow to extend a selection. In some contexts the term is used to distinguish cursor movement keys from character input or command keys.
In practice, a cursorkeyset interacts with the input layer or keymap of an application. When a key
Platform considerations and accessibility play a role in how a cursorkeyset is realized. Different operating systems
See also: Cursor, Caret, Keyboard navigation, Key binding, Input method.