"vscode:/vscode.git/clone" did not exist on "57e60c836ff91fcaa4355b817cf0151018e4fcb9"
Commit d0744513 authored by longpanda's avatar longpanda
Browse files

You can set { "VTOY_DEFAULT_IMAGE": "F2>" } to set F2 browser as the default menu entry.

parent 5b0fca84
...@@ -2318,8 +2318,11 @@ if [ -n "$VTOY_DEFAULT_IMAGE" ]; then ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment