Gnome Shell 中使用滑鼠滾輪縮放畫面

以前在 Compiz 時可以設定 ALT+滾輪 縮放畫面,現在Gnome Shell 也可以了,且用法完全一樣,在 LinuxMint 12 依照下列方式安裝 :



sudo apt-get install python-xlib python-dbus git-core
cd
git clone https://github.com/tobiasquinn/gnome-shell-mousewheel-zoom.git
sudo mv gnome-shell-mousewheel-zoom/mousewheelzoom.py /usr/bin/
sudo chmod +x /usr/bin/mousewheelzoom.py
sudo mv gnome-shell-mousewheel-zoom/mousewheelzoom.py.desktop /etc/xdg/autostart/

在把安裝的暫存移掉
rm -rf gnome-shell-mousewheel-zoom/

接著你可以選擇重新登入,或者在終端機輸入
mousewheelzoom.py 

就可以使用了,放大鏡會跟著你的滑鼠移動

 參考自 http://www.webupd8.org/2011/09/compiz-like-mousewheel-zoom-tool-for.html

留言

熱門文章