mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-16 17:10:25 -04:00
You can set { "VTOY_DEFAULT_IMAGE": "F2>" } to set F2 browser as the default menu entry.
This commit is contained in:
parent
5b0fca8468
commit
d0744513a6
@ -2318,8 +2318,11 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then
|
|||||||
|
|
||||||
export timeout
|
export timeout
|
||||||
export default
|
export default
|
||||||
|
|
||||||
if [ "$vtHotkey" = "F4" ]; then
|
if [ "$vtHotkey" = "F2" ]; then
|
||||||
|
unset timeout
|
||||||
|
vt_browser_disk
|
||||||
|
elif [ "$vtHotkey" = "F4" ]; then
|
||||||
ventoy_localboot
|
ventoy_localboot
|
||||||
elif [ "$vtHotkey" = "F5" ]; then
|
elif [ "$vtHotkey" = "F5" ]; then
|
||||||
ventoy_diagnosis
|
ventoy_diagnosis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user