Changeset d5a89a3 in mainline for uspace/srv/hid/input/ctl/stty.c


Ignore:
Timestamp:
2019-02-11T22:31:04Z (7 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
aaf9789c
Parents:
e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merging with upstream/master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/ctl/stty.c

    re3272101 rd5a89a3  
    228228        0,      KC_RIGHT,       0x1b, 0x5b, 0x43, GSP_END,
    229229
     230        KM_CTRL,        KC_Q,           0x11, GSP_END,
     231        KM_CTRL,        KC_W,           0x17, GSP_END,
     232        KM_CTRL,        KC_E,           0x05, GSP_END,
     233        KM_CTRL,        KC_R,           0x12, GSP_END,
     234        KM_CTRL,        KC_T,           0x14, GSP_END,
     235        KM_CTRL,        KC_Y,           0x19, GSP_END,
     236        KM_CTRL,        KC_U,           0x15, GSP_END,
     237        KM_CTRL,        KC_O,           0x0f, GSP_END,
     238        KM_CTRL,        KC_P,           0x10, GSP_END,
     239
     240        KM_CTRL,        KC_A,           0x01, GSP_END,
     241        KM_CTRL,        KC_S,           0x13, GSP_END,
     242        KM_CTRL,        KC_D,           0x04, GSP_END,
     243        KM_CTRL,        KC_F,           0x06, GSP_END,
     244        KM_CTRL,        KC_G,           0x07, GSP_END,
     245        KM_CTRL,        KC_K,           0x0b, GSP_END,
     246        KM_CTRL,        KC_L,           0x0c, GSP_END,
     247
     248        KM_CTRL,        KC_Z,           0x1a, GSP_END,
     249        KM_CTRL,        KC_X,           0x18, GSP_END,
     250        KM_CTRL,        KC_C,           0x03, GSP_END,
     251        KM_CTRL,        KC_V,           0x16, GSP_END,
     252        KM_CTRL,        KC_B,           0x02, GSP_END,
     253        KM_CTRL,        KC_N,           0x0e, GSP_END,
     254
    230255        /*
    231256         * Sequences specific to Gnome terminal
Note: See TracChangeset for help on using the changeset viewer.