Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/layout/fr_azerty.c

    rb987eb4 r28a5ebd  
    223223static char32_t fr_azerty_parse_ev (layout_t *s, kbd_event_t *e)
    224224{
     225        if ((e->mods & (KM_CTRL | KM_ALT)))
     226                return 0; // Produce no characters when Ctrl or Alt is pressed
     227
    225228        char32_t c = translate (e->key, map_neutral, sizeof (map_neutral) / sizeof (char32_t));
    226229        if (c)
Note: See TracChangeset for help on using the changeset viewer.