UbuntuのFireFoxでBSキーでhistory.back
日曜日, 10月 3rd, 2010FireFoxのアドレスバーに
about:config
入れて、
browser.backspace_action
値を0にする。デフォルトは2になっていてなにもしない。0がhistory.back。
windows板のFireFoxとデフォルト値が違うらしい。InternetExplorerの影響か。
FireFoxのアドレスバーに
about:config
入れて、
browser.backspace_action
値を0にする。デフォルトは2になっていてなにもしない。0がhistory.back。
windows板のFireFoxとデフォルト値が違うらしい。InternetExplorerの影響か。
なんか不便だと思っていたらこれか。
/usr/lib/X11/xorg.conf.d/20-thinkpad.conf
Section “InputClass”
Identifier “Trackpoint Wheel Emulation”
MatchProduct “TrackPoint”
MatchDevicePath “/dev/input/event*”
Driver “evdev”
Option “EmulateWheel” “true”
Option “EmulateWheelButton” “2”
Option “Emulate3Buttons” “false”
Option “XAxisMapping” “6 7”
Option “YAxisMapping” “4 5”
EndSection
参考にしました。これ系は最初に海外をググるに限る。
http://psung.blogspot.com/2010/04/thinkpad-trackpoint-scrolling-in-ubuntu.html