Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/keycode.h

    rc072a29 ra35b458  
    9393
    9494        KC_CAPS_LOCK,
    95        
     95
    9696        KC_A,
    9797        KC_S,
     
    199199        KC_N0,
    200200        KC_NPERIOD
    201        
     201
    202202} keycode_t;
    203203
     
    212212        KM_NUM_LOCK    = 0x080,
    213213        KM_SCROLL_LOCK = 0x100,
    214        
     214
    215215        KM_SHIFT       = KM_LSHIFT | KM_RSHIFT,
    216216        KM_CTRL        = KM_LCTRL | KM_RCTRL,
Note: See TracChangeset for help on using the changeset viewer.