Author Topic: Rotate mouse/pen together with display on Lenovo X61 tablet  (Read 737 times)

Offline DavidMP

  • Jr. Member
  • **
  • Posts: 10
Rotate mouse/pen together with display on Lenovo X61 tablet
« on: September 30, 2011, 11:29:26 PM »
Hi,

I was able to assign the rotate commands to the bezel buttons adding the following to the xbindkeys configuration file
Code: [Select]
# screen rotate left on Lenovo X61 XF86TouchpadToggle
"xrandr -o left"
m:0x0 + c:199

# screen rotate left on Lenovo X61 XF86ScreenSaver
"xrandr -o normal"
m:0x0 + c:160
and it works quite well. The problem now is that the pen or mouse function does not rotate making it unusable. Is there a utility to rotate the mouse orientation? Does anyone know how to do it?

Thanks a lot