Subversion Repositories HelenOS

Rev

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

Rev 3924 Rev 3933
Line 57... Line 57...
57
        type = KE_PRESS;
57
        type = KE_PRESS;
58
    }
58
    }
59
 
59
 
60
    key = scanmap_simple[scancode];
60
    key = scanmap_simple[scancode];
61
    if (key != 0)
61
    if (key != 0)
62
        kbd_push_ev(type, key, 0);
62
        kbd_push_ev(type, key);
63
}
63
}
64
 
64
 
65
static int scanmap_simple[128] = {
65
static int scanmap_simple[128] = {
66
 
66
 
67
    [0x29] = KC_BACKTICK,
67
    [0x29] = KC_BACKTICK,