Next: , Previous: Key Sequences, Up: Keystrokes


2.1.3 String Key Sequences

For backward compatibility, you may also represent a key sequence using strings. For example, we have the following equivalent representations:

"\C-c\C-c"
[(control c) (control c)]
"\e\C-c"
[(meta control c)]