1
0
Fork 0

backspace accelerator

This commit is contained in:
mfranz 2006-03-01 14:26:17 +00:00
parent ef8bac3b2f
commit ef70c9cf41

View file

@ -812,6 +812,7 @@ static struct {
const char *name;
int key;
} keymap[] = {
{"backspace", 8},
{"tab", 9},
{"return", 13},
{"enter", 13},