akkatta 0 Posted September 24, 2013 please may you help me?I'm a inexperienced user and i need create a shortcut or script that emule this command: "Rigth Ctrl +Alt+ F". This command switch a Virtual machine Guest OS at mode full screen in virtualboxthank you Share this post Link to post Share on other sites
michaelslamet 33 Posted September 24, 2013 (edited) Hi, http://www.autoitscript.com/autoit3/docs/functions/Send.htm http://www.autoitscript.com/autoit3/docs/functions/HotKeySet.htm Edited September 24, 2013 by michaelslamet Share this post Link to post Share on other sites
SecretLanguage 0 Posted September 24, 2013 Html? is your question? As far as no html submits through pre-processors if then ( statements) case is proprietary event close Hide SecretLanguage's signature Hide all signatures Share this post Link to post Share on other sites
water 2,164 Posted September 24, 2013 Html? is your question? As far as no html submits through pre-processors if then ( statements) case is proprietary event close Secretlanguage, please carefully read the OPs question before posting! He clearly stated that he wanted the script to "switch a Virtual machine Guest OS at mode full screen in virtualbox". Hide water's signature Hide all signatures My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2019-10-24 - Version 1.4.14.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2019-11-30 - Version 1.4.0.0) - Download - General Help & Support - Example Scripts - WikiOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (NEW 2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki Share this post Link to post Share on other sites
JLogan3o13 1,519 Posted September 24, 2013 Unless you have changed the Host key, the default to move to full screen is Right CTRL + f, no need for ALT. This works for me just fine: WinActivate("Name of your VBox Machine", "") Sleep(250) Send("{RCTRL down}") Send("f") Sleep(250) Send("{RCTRL up}") Hide JLogan3o13's signature Hide all signatures √-1 2^3 ∑ π, and it was delicious! How to get your question answered on this forum! Share this post Link to post Share on other sites
akkatta 0 Posted September 24, 2013 thank you very much. Logan Share this post Link to post Share on other sites