Changeset bf45993 in mainline for uspace/srv/hid/compositor/compositor.c
- Timestamp:
- 2014-09-19T10:56:30Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b646dc
- Parents:
- 824208bf (diff), 58f26cb (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
r824208bf rbf45993 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.