Meta / Alt / Option
How to use the dedicated ALT key2 on the virtual keyboard?
- Add the
{ALT}token to your Keyboard Accessory View Layout, e.g. :#!KeyboardAccessoryViewLayout {ESC}{TAB}{CTL}{ALT}{FN}{ARROWS}{PJUMP}{INS}{PGUP}{PGDN}{HOME}{END}{HELP} - Launch a SSH connection
- Tap the "Alt" key : it is now toggled
- Press a key character (or an arrow key) in order to send the wanted escape sequence
How to use the Meta / Alt / Option key1 on the virtual keyboard?
- Launch a SSH connection
- Long press the "Esc" key on the virtual keyboard
- Choose the "Alt" key
- As the "Alt" key is now toggled you can now press a key character in order to send the wanted escape sequence
How to choose the ALT + Arrow keys encoding2?
By default, ALT + ◄ / ► send the readline words motion sequences (ESC b / ESC f) and ALT + ▲ / ▼ send the ESC prefixed arrow sequences.
If you are using a program that expects the standard xterm modifier sequences (\e[1;3A-D) — like Zellij, tmux or byobu — add the following to your SSH Config File :
#!AltArrowKeysMode csi
How to use it1 on a physical keyboard?
- Launch a SSH connection
- Press "Control" AND "Option" keys AND press a key character in order to send the wanted escape sequence
Last update:
July 10, 2026