Skip to content

DECKPNM — Keypad Numeric Mode

SequenceESC >
Bytes0x1B 0x3E
MnemonicDECKPNM
Otty support

Description

Switches the numeric keypad to numeric mode — keypad keys send their literal digits / operators. This is the default for normal shell sessions.

Example

bash
printf '\e>'      # numeric mode (default)

Otty