diff --git a/system/core/virtcon/vc-input.cpp b/system/core/virtcon/vc-input.cpp
index cccdee67b71af9c61c689c4824563c030151334a..697ef0680d8b737352b22e7eac3b995f59b2445d 100644
--- a/system/core/virtcon/vc-input.cpp
+++ b/system/core/virtcon/vc-input.cpp
@@ -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;