Changeset 3c9eb46 in mainline for uspace/drv/usbhid/multimedia/keymap.c
- Timestamp:
- 2011-05-27T09:02:17Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 266fcd8
- Parents:
- 8fb45e08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/multimedia/keymap.c
r8fb45e08 r3c9eb46 52 52 [0xb7] = 0, /* Stop */ 53 53 [0xb8] = 0, /* Eject */ 54 [0xcd] = KC_F2, /* Play/Pause */55 [0xe2] = KC_F3, /* Mute */56 [0xe9] = KC_F5, /* Volume Increment */57 [0xea] = KC_F4, /* Volume Decrement */58 [0x183] = KC_F1, /* AL Consumer Control Configuration */54 [0xcd] = 0/*KC_F2*/, /* Play/Pause */ 55 [0xe2] = 0/*KC_F3*/, /* Mute */ 56 [0xe9] = 0/*KC_F5*/, /* Volume Increment */ 57 [0xea] = 0/*KC_F4*/, /* Volume Decrement */ 58 [0x183] = 0/*KC_F1*/, /* AL Consumer Control Configuration */ 59 59 [0x18a] = 0, /* AL Email Reader */ 60 60 [0x192] = 0, /* AL Calculator */ 61 61 [0x221] = 0, /* AC Search */ 62 [0x223] = KC_F6, /* AC Home */62 [0x223] = 0/*KC_F6*/, /* AC Home */ 63 63 [0x224] = 0, /* AC Back */ 64 64 [0x225] = 0, /* AC Forward */
Note:
See TracChangeset
for help on using the changeset viewer.