2011年3月24日 星期四

VMware Player變更Hot Key設定

VMware PlayerHot Key是『Ctrl+Alt』鍵,這種組合在Linux OS環境下,會造成Virtual Machine Linux OS下無法切換到Virtual Console。如果是VMware Workstation版本,可直接用圖型介面修改。


 


但免費的VMware Player就只能手動改設定檔了。


The file is in C:\Documents and Settings\Administrator\Application Data\VMware\preferences.ini


 


pref.hotkey.shift = "true"


沒有留言:

張貼留言

FPGA Verilog 的學習經驗,提供給要入門的新手

今天簡單說說 FPGA Verilog 的學習經驗,提供給要入門的新手: 1.對自己寫的FPGA Verilog程式,所生成的數位電路要心中有數。 這一點個人認為很重要,就正如寫 C語言,心中要能生成對應的組合語言一樣,我是這樣要求自己的。 雖然 FPGA Verilog語言...