Ignore:
File:
1 edited

Legend:

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

    r28a5ebd rb987eb4  
    225225        char32_t c;
    226226
    227         /* Produce no characters when Ctrl or Alt is pressed. */
    228         if ((ev->mods & (KM_CTRL | KM_ALT)) != 0)
    229                 return 0;
    230 
    231227        c = translate(ev->key, map_neutral, sizeof(map_neutral) / sizeof(char32_t));
    232228        if (c != 0)
Note: See TracChangeset for help on using the changeset viewer.