Ignore:
File:
1 edited

Legend:

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

    r28a5ebd rb987eb4  
    219219        char32_t c;
    220220
    221         /* Produce no characters when Ctrl or Alt is pressed. */
    222         if ((ev->mods & (KM_CTRL | KM_ALT)) != 0)
    223                 return 0;
    224 
    225221        c = translate(ev->key, map_neutral, sizeof(map_neutral) / sizeof(char32_t));
    226222        if (c != 0)
Note: See TracChangeset for help on using the changeset viewer.