在 Solaris 11 的 Virtualbox 里向 VM 发送 F12 键
由于某种原因,在 Virtualbox 里按 F12 不能被 VM 识别。 Virtualbox 提供命令模拟发送键盘指令给虚拟机:
VBoxManage controlvm mywin7vm keyboardputscancode 07 58
其他的一些键盘扫描码:
1d 38 e0 53 |
Ctrl + Alt + Delete | Start Windows logon screen. |
38 3b |
Alt + F1 | Invoke OS/2 recovery screen. |
06 3c |
F2 | Standard F2 keypress. |
06 42 |
F8 | You will need this to agree to XP license terms. |
07 58 |
F12 | Press F12 to open BIOS. |
原文:http://www.micromux.com/2009/08/25/virtual-box-virtual-keys/