Skip to content
Snippets Groups Projects
Commit 6116b3d9 authored by Rob Tsuk's avatar Rob Tsuk Committed by CQ bot account: commit-bot@chromium.org
Browse files

[keyboard] Don’t use left-gui to toggle virtcon

This change is to allow higher levels to use left-gui as
part of keyboard shortcuts.

Testing: manual
Change-Id: I4aaf98ff27e493bc67822da10b6ddb2395d3fb2b
parent d10f187e
No related branches found
No related tags found
No related merge requests found
......@@ -114,11 +114,6 @@ static bool vc_handle_device_control_keys(uint8_t keycode, int modifiers) {
return true;
}
break;
case HID_USAGE_KEY_LEFT_GUI:
// Also known as the "windows key".
vc_toggle_framebuffer();
break;
}
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment