4

Some laptops (such as thinkpads) don't have a Windows (super) key. How should users navigate Unity on such computers?

Isaiah
  • 59,344
popey
  • 23,667

1 Answers1

8

ccsm has an option for that

  1. Install CompizConfig Settings Manager (CCSM).

    sudo apt-get install compizconfig-settings-manager
    
  2. Alt + F2
  3. type about:config and press Enter
  4. change the "Key to Show the launcher" setting. (Note: Though the option is named to define showing the launcher it really defines the behavior of the key desktop wide.)

All the interaction/shortcuts are now using that key.

enter image description here

didrocks
  • 2,452