Lines Matching defs:name
29 this.emit('keypress', '', { ctrl: true, name: 'd' });
49 const ENTER = { name: 'enter' };
50 const UP = { name: 'up' };
51 const DOWN = { name: 'down' };
52 const BACKSPACE = { name: 'backspace' };
53 const SEARCH_BACKWARDS = { name: 'r', ctrl: true };
54 const SEARCH_FORWARDS = { name: 's', ctrl: true };
55 const ESCAPE = { name: 'escape' };
56 const CTRL_C = { name: 'c', ctrl: true };
57 const DELETE_WORD_LEFT = { name: 'w', ctrl: true };