Changeset 12b6796 in mainline for uspace/srv/kbd/ctl/pc.c


Ignore:
Timestamp:
2009-02-20T22:47:08Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ad8661
Parents:
90e3d6a
Message:

Tackle scroll lock and cope with lock-key hardware auto-repeat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/ctl/pc.c

    r90e3d6a r12b6796  
    136136        [0x58] = KC_F12,
    137137
     138        [0x46] = KC_SCROLL_LOCK,
     139
    138140        [0x1c] = KC_ENTER,
    139141
     
    160162
    161163        [0x37] = KC_PRTSCR,
     164
    162165        [0x52] = KC_INSERT,
     166        [0x47] = KC_HOME,
    163167        [0x49] = KC_PAGE_UP,
    164168
Note: See TracChangeset for help on using the changeset viewer.