skip to main  |
      skip to sidebar
          
        
          
        
ThinkPad在Linux下使用中鍵捲動
把/etc/X11/xorg.con裡
Section "InputDevice"
Identifier "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device"  "/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons" "true"
EndSection
加入這三行
Option      "Emulate3Buttons"   "true"
Option      "EmulateWheel"  "true"
Option      "EmulateWheelButton"    "2"
變成這樣
Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option      "CorePointer"
Option      "Device"    "/dev/input/mice"
Option      "Protocol"  "ImPS/2"
Option      "ZAxisMapping"  "4 5"
Option      "Emulate3Buttons"   "true"
Option      "EmulateWheel"  "true"
Option      "EmulateWheelButton"    "2"
EndSection
T61的中鍵就可以用了 :p
 
 
 
          
      
 
  
 
 
 
  
沒有留言:
張貼留言