02-23-2022, 09:06 AM
(02-23-2022, 08:33 AM)crasadure Wrote: Hi longpanda
I think I found an error about F2 Browser Mode, if we set { "VTOY_DEFAULT_IMAGE": "F2>" }
https://github.com/ventoy/Ventoy/commit/...t-67254738
I captured a video about this ISSUE..pls watch my video...
My Video : https://vimeo.com/680590672
I think you should modify "grub.cfg" file like that...I tested it and it is running now...
if [ "$vtHotkey" = "F2" ]; then
unset timeout
set vtoy_iso_part=$vt_browser_disk
vt_browser_disk
my ventoy.json commands:
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_IMAGE": "F2>" }
],
I have fixed it.