Changeset 7e660378 in mainline for uspace/srv/hid/input/stroke.c


Ignore:
Timestamp:
2023-10-03T11:54:18Z (20 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d58bac
Parents:
b2261af0
git-author:
Jiri Svoboda <jiri@…> (2023-10-02 18:53:49)
git-committer:
Jiri Svoboda <jiri@…> (2023-10-03 11:54:18)
Message:

Support Alt-key in serial console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/stroke.c

    rb2261af0 r7e660378  
    11/*
    2  * Copyright (c) 2011 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4747/** Correspondence between modifers and the modifier keycodes. */
    4848static unsigned int mods_keys[][2] = {
     49        { KM_LALT, KC_LALT },
    4950        { KM_LSHIFT, KC_LSHIFT },
    5051        { KM_LCTRL, KC_LCTRL },
Note: See TracChangeset for help on using the changeset viewer.