Subversion Repositories HelenOS

Rev

Rev 3924 | Rev 3939 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3924 Rev 3933
Line 200... Line 200...
200
    case 0x5b: ds = ds_e1; return;
200
    case 0x5b: ds = ds_e1; return;
201
    case 0x1b: ds = ds_start; break;
201
    case 0x1b: ds = ds_start; break;
202
    default: ds = ds_start; return;
202
    default: ds = ds_start; return;
203
    }
203
    }
204
 
204
 
205
    kbd_push_ev(KE_PRESS, KC_ESCAPE, 0);
205
    kbd_push_ev(KE_PRESS, KC_ESCAPE);
206
}
206
}
207
 
207
 
208
static void parse_ds_e1(int scancode)
208
static void parse_ds_e1(int scancode)
209
{
209
{
210
    switch (scancode) {
210
    switch (scancode) {