| Did you know ... | Search Documentation: |
| key_binding->function |
|event_id,
action=name|codeWhen an event_id is passed it will be converted into the corresponding symbolic key-name. The symbolic key-names for the characters
Symbolic name ASCII Description \C-@ ...\C-h0..8 Control-characters TAB 9 The tab-key or control-I LFD 10 The linefeed-key or control-J \C-k ..\C-l11..12 Control-characters RET 13 The return-key or control-M \C-n ...\C-z14..26 Control-characters \e27 The escape-key or control-[ \C-\...\C-_28..31 Control-characters SPC 32 The space-bar @ ... ~33..126 Normal printable characters DEL 127 The delete-key
The meta-characters (ASCII 128..255) are mapped onto \e,
followed by the
-bindings