
私はBlenderを使用し、しばしばショートカットAlt +マウスの右ボタンを使用してエッジループを選択しますが、Lubuntuはウィンドウのサイズ変更にこれを使用します。どうすれば削除できますか?可能であれば、端末にコマンドラインを置いて削除したいと思います。
答え1
このタグには、次の2つのlubuntu-rc.xml
セクションが~/.config/openbox/
あります。<mouse>
<mousebind button="A-Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
コメントを付けたり、完全に削除したりできます。新しい端末を起動してを入力すると、ショートカットはsudo openbox --restart
ウィンドウのサイズを変更しなくなります。