VMWare Player 탈출키 변경
vmware player의 탈출 hotkey는 기본적으로 Ctrl+Alt 이다.
바꾸려면
%appdata%\VMware 디렉터리에 있는 preferences.ini 를 수정해야한다.
나는 Ctrl+Alt 에서 Ctrl+Alt+Shift 로 Release Key를 변경하고 싶어서.
pref.hotkey.shift = "true" pref.hotkey.control = "true" pref.hotkey.alt = "true"
preferences.ini 파일에 이와 같은 문구를 추가하고 저장했다.