Changeset d1eece6 in mainline for uspace/srv/kbd/ctl/stty.c


Ignore:
Timestamp:
2009-02-19T22:54:32Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
013c4d6
Parents:
91825d90
Message:

Basic support for key modifiers.

File:
1 edited

Legend:

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

    r91825d90 rd1eece6  
    213213        }
    214214
    215         kbd_push_ev(KE_PRESS, KC_ESCAPE, 0);
     215        kbd_push_ev(KE_PRESS, KC_ESCAPE);
    216216}
    217217
     
    253253        key = map[scancode];
    254254        if (key != 0)
    255                 kbd_push_ev(KE_PRESS, key, 0);
     255                kbd_push_ev(KE_PRESS, key);
    256256}
    257257
Note: See TracChangeset for help on using the changeset viewer.