Revision e6f2870e

b/curses_keys.h
206 206
    [0x006] = 33 | CNTRL, /* Control + f */
207 207
    [0x007] = 34 | CNTRL, /* Control + g */
208 208
    [0x008] = 35 | CNTRL, /* Control + h */
209
    [0x00a] = 36 | CNTRL, /* Control + j */
209
    /* Control + j collides with Return */
210 210
    [0x00b] = 37 | CNTRL, /* Control + k */
211 211
    [0x00c] = 38 | CNTRL, /* Control + l */
212 212

  

Also available in: Unified diff