Jump to content
LaunchBox Community Forums

Vice 64


dio791

Recommended Posts

The easiest way is to start Vice and then go to full screen by pressing ALT+ENTER. After that, exit out of Vice by pressing ALT+X. Then, when you start Vice next time, it will automatically start in full screen. You'll need to use an autohotkey-script to exit properly, using the ESC key. Copy and paste the following code in the "Edit Emulator / Autohotkey-script" section:

$Esc::
{
    Process, Close, {{{StartupEXE}}}
}


vk07sc000::
  Send, !{F4}
  Return

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...