8

After installing Ubuntu 12.04 LTS on my U400 Lenovo, I found some hotkeys are not working( enable/disable touchpad, display on/off, webcam enable/disable )

How to fix the problem?

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
Navid
  • 3,073
  • 2
  • 16
  • 7
  • I am using Idepad Z370 and have the same problem. Lenovo support pages says there is no Linux driver yet. – Olcay Ertaş Jul 09 '12 at 15:05
  • 1
    I have experience with that, but for me only display was important and what I did is that I wrote small bash script `#!/bin/sh;xset dpms force off`(use enter instead of ;) and in Keyboard->Shortcuts->Own shortcuts I create new event and set this script to run when pressing on some button – Viktor K Jul 22 '12 at 19:51

1 Answers1

2

A useful hotkeys trouble shooting page worth looking at is: https://wiki.ubuntu.com/Hotkeys/Troubleshooting

Colin Ian King
  • 18,370
  • 3
  • 59
  • 70