Changeset 6eb957dc in mainline for uspace/srv/hid/compositor/compositor.c
- Timestamp:
- 2014-10-09T03:34:21Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ef3da5a
- Parents:
- fa65df1 (diff), 18cc83c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.c
rfa65df1 r6eb957dc 1820 1820 bool viewport_change = (mods & KM_ALT) && ( 1821 1821 key == KC_O || key == KC_P); 1822 bool kconsole_switch = ( mods & KM_ALT) && (key == KC_M);1822 bool kconsole_switch = (key == KC_PAUSE) || (key == KC_BREAK); 1823 1823 bool filter_switch = (mods & KM_ALT) && (key == KC_Y); 1824 1824
Note:
See TracChangeset
for help on using the changeset viewer.