Changeset 3dcc9d8 in mainline for uspace/srv/hid/input/ctl/pc.c


Ignore:
Timestamp:
2014-08-28T19:05:00Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ddb84b
Parents:
ec07933
Message:

Fix right control key.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/ctl/pc.c

    rec07933 r3dcc9d8  
    187187static int scanmap_e0[] = {
    188188        [0x38] = KC_RALT,
    189         [0x1d] = KC_RSHIFT,
     189        [0x1d] = KC_RCTRL,
    190190
    191191        [0x37] = KC_PRTSCR,
Note: See TracChangeset for help on using the changeset viewer.