]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Add F5 Tools ---> Hardware Information menu
[Ventoy.git] / INSTALL / grub / grub.cfg
index f359d015506684a86fcd7eb31d4aef7a6f833019..0b6bcb2c93e8b0c741cdfb7aa23767e61458973b 100644 (file)
@@ -2267,6 +2267,11 @@ else
     terminal_output  gfxterm
 fi
 
+if [ "$grub_platform" = "efi" ]; then
+    set mouse_delta=4000
+    # terminal_input --append mouse
+fi
+
 if [ -n "$VTOY_DEFAULT_KBD_LAYOUT" ]; then
     set_keyboard_layout "$VTOY_DEFAULT_KBD_LAYOUT"
 fi