답변:
Unity-2D에서는 /apps/metacity/general/mouse_button_modifier
GConf 키를 사용하여 제어 됩니다. Alt + 클릭 드래그를 비활성화하려면 다음을 실행하십시오.
gconftool-2 --set /apps/metacity/general/mouse_button_modifier --type string disabled
다시 활성화하려면 다음을 실행하십시오.
gconftool-2 --set /apps/metacity/general/mouse_button_modifier --type string '<Alt>'
이 GConf 키는 몇 가지 마우스 단축키를 제어합니다.
NB :이 방법으로 수정자를 비활성화하면 수정 자 키를 누르지 않을 때 Alt + Drag 동작이 발생할 수 있습니다 (모든 Alt는 Alt + 드래그처럼 작동합니다) 수정자를 '<SUPER>'로 설정하면 Super / Windows 키가 수정자가됩니다. 그런 다음 Alt + Drag를 응용 프로그램에서 사용하고 Super + Drag를 사용하여 창을 이동할 수 있습니다.
gconftool-2 --set /apps/metacity/general/mouse_button_modifier --type string '<SUPER>'
Unity 3D 용