Changeset f2ba5d9f in mainline


Ignore:
Timestamp:
2011-02-24T19:56:23Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d972534
Parents:
8f840ed
Message:

Numpad keys translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/conv.c

    r8f840ed rf2ba5d9f  
    141141        //[0xe7] = KC_R // TODO: right GUI
    142142       
     143        [0x53] = KC_NUM_LOCK,
     144        [0x54] = KC_NSLASH,
     145        [0x55] = KC_NTIMES,
     146        [0x56] = KC_NMINUS,
     147        [0x57] = KC_NPLUS,
     148        [0x58] = KC_NENTER,
     149        [0x59] = KC_N1,
     150        [0x5a] = KC_N2,
     151        [0x5b] = KC_N3,
     152        [0x5c] = KC_N4,
     153        [0x5d] = KC_N5,
     154        [0x5e] = KC_N6,
     155        [0x5f] = KC_N7,
     156        [0x60] = KC_N8,
     157        [0x61] = KC_N9,
     158        [0x62] = KC_N0,
     159        [0x63] = KC_NPERIOD
     160       
    143161};
    144162
Note: See TracChangeset for help on using the changeset viewer.