English 中文(简体)
如何使用自动取款机向虚拟箱发送钥匙
原标题:how to use autohotkey to send a key to virtualbox

I installed virtualbox in my Windows 7 and installed the Ubuntu as guest os.

I want to press a key(Alt+F1) to activate the Ubuntu and send continue send the same key to Ubuntu and then Ubuntu will active the problem inside Ibuntu.

That means I want to press one key to activate the program in Ubuntu. I think autohotkey script can do it. But I do not know how.

问题回答

您可在虚拟Box窗口上尝试WinActivate,然后使用SendInput指令。 原件 盒式使用所有类型的低水平hoo,我不知道它会如何应对关键寄送。

由于它是一种Windows应用程序,因此它有机会接受其他视窗信息。 <代码>ControlSend 指挥可能是有用的,但我不知道VBox是否会把钥匙交给特邀协调员。

AutoHotkey与低级申请进行了斗争。 一些软件,如游戏,蓄意阻止人为投入。 其他国家也自然这样做,例如虚拟局。

由于诺梅可以捕捉Ctrl+click和带+click,我使用:

+RButton:: SendInput {Click, middle} return

to send middle-click from trackpad to vbox linux in win7.

利用你自己的风险。





相关问题
SQL Server communication between VirtualBox images

I have a WinXP host with VirtualBox 3.1.2 installed. I have a VirtualBox image called "hydrogen" on which I installed WinXP and MS SQL Server 2005 Express. I have another VirtualBox image called "...

Tool to Debug Guest OS in Virtual Box

I m just cross posting the same question I did on virtualbox.org. http://forums.virtualbox.org/viewtopic.php?f=9&t=26702&p=119139#p119139 If not breaking any rule, I d appreciate to kwon more ...

View a vmdk file from Python?

Is there any way to view the contents of a vmdk file from Python, and to be able to read files from it? (I have no need to write to it). If not, is there any way to mount a vmdk file on a host machine,...

VirtualBox snapshots

Heres what happened. I had a snapshot on which I was working from within a linux VM. A friend requested a clean VM as a clone of mine. So I closed / shutdown my running VM, made a copy of the Disk1....

Cleaning a Production Database for use in Testing

I m building a local vm for doing web dev rather than using our on site development. I need a database locally, but I don t want to just pull down a production db and use that as it has information ...

Linux Development C/C++/bash/python on windows-7

Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7. I am looking for seting-up a ...

热门标签