allcapone1912 Posted September 20, 2014 Posted September 20, 2014 hi,need so help VirtualBox HotKeys dont work example: need to send to virtualbox Ctrl+V(to start video capturing) Send("{CTRLDOWN}v") but its not working can someone help me with this?
computergroove Posted September 20, 2014 Posted September 20, 2014 Send("{CTRLDOWN}" & "v") Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
JohnOne Posted September 20, 2014 Posted September 20, 2014 Send("^v") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
allcapone1912 Posted September 20, 2014 Author Posted September 20, 2014 not working the problem seem to be in integration with VirtualBox because they use Ctrl as Host key to disable mouse integration
computergroove Posted September 20, 2014 Posted September 20, 2014 Are you running the script in a virtual machine or are you running it on the host OS? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
allcapone1912 Posted September 20, 2014 Author Posted September 20, 2014 Are you running the script in a virtual machine or are you running it on the host OS? the scrip is running direct in VirtualBox
allcapone1912 Posted October 8, 2014 Author Posted October 8, 2014 maybe someone know how to send HotKey to VirtualMachine with other methods, It could be a script in VirtualMachine or a script that work on Host OS,its does not matter the only thing that i know is that simple Send("^v") dont work because the mouse integration
MikahS Posted October 8, 2014 Posted October 8, 2014 shot in the complete dark through a bullseye, but have you tried putting #RequireAdmin at the top of your script? I've seen some problems happen related to this. but, just a guess. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
allcapone1912 Posted October 8, 2014 Author Posted October 8, 2014 shot in the complete dark through a bullseye, but have you tried putting #RequireAdmin at the top of your script? I've seen some problems happen related to this. but, just a guess. ive tried,still not working
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now