Jump to content

HotKeySet in VirtualBox virtual machines


Recommended Posts

  • Moderators

Abraluna, can you please post your script? Otherwise you're asking us to first guess at what you're trying to do and then troubleshoot why it is not working. VBox should not behave any differently than a host machine. The script below, for example, works all day long on the guest machine:

HotKeySet("{F1}", "_test")

While 1
 Sleep(100)
WEnd

Func _test()
 MsgBox(0, "", "Successful")
EndFunc

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...