So you've got Linux Ubuntu and wonder how to have that Windows key do something useful, or just do anything. Here's how to set it up.
Let's make that Windows key do something useful, (other than just openly advertising the fact that Microsoft operates a cartel and we're all pretty much obliged to bow to that.)
Open this file, else it'll create if never before used:-
Set Up & Enhance Ubuntu 9.10 .. KARMIC KOALA BIBLE
In simple copy/paste steps .. from zero to hero.
Scroll down for the full series index.
Wake up and smell the Ubuntu! Hope it helps. the_guv
sudo nano /home/USERNAME/.xstartup
In there, paste:-
xmodmap -e "keycode 115 = Super_L"
xmodmap -e "add mod4 = Super_L"
Now go here:-
System > Preferences > Keyboard shortcuts
Choose whatever tasks you want to assign to a Windows key+something combination, click on the current shortcut, if any, and click your preferred combo.
For instance, I change these:-
| Show the panel's run application dialogue box |
Wins+R |
| Search |
Wins+S |
If you have any problems, try adding this line to the .xstartup file:-
xmodmap -e "remove mod4 = F13"
Want more shortcut ideas? Here's a start, Part 17 - Custom Keyboard Application Shortcuts.
Set up Koala .. tweak it to perfection .. & maximize productivity .. for work & play.
That's what the Karmic Koala Bible does, stepped out in easy copy/paste guides.
From Linux initiates to intermediates, here's what you need.
If you liked that ...
-
Here are some fast access tips, showing how to make time with keystroke shortcut combinations to open quickly anything you need on a regular basis.
Maybe you open and close some application, like Nautilus or the [...]
-
Detailing every aspect over 25 parts, this reference helps you to set up, enhance and use the ultimate installation of Ubuntu's superb new operating system.
Stepped out in easy-read copy/paste detail, these how-to [...]
-
Here is how to use VirtualBox to install & emulate virtual operating systems to run in Linux. Launch Windows, for example, rather like any other application, with no reboot requirement. Hey, Windows even loads [...]
-
Seen this nag screen? Or rather, this scare screen, from Microsoft? Let me answer that! If you install software from a vendor that hasn't been "approved" by Microsoft, you have. "Approved", one could argue, is [...]
-
How to install PMA with Nginx, to administer multiple MySQL dbs from anywhere. View table structure, browse data, run queries, backup and more.
Adding phpMyAdmin to the Nginx web server is very like adding a [...]
-
Want a fast, cheap-as-chips, bullet-proof dream machine? Here's how...
The Perfect Windows PC Install may involve a bin, buying a Mac instead and using that. Else installing Linux. Then again, for many reasons a [...]
... maybe you'll like these?
Tony Maro November 4th, 2009 at 6:53 pm
Keep in mind, the Windows key is bound to many of the default Compiz settings, so if you're running the enhanced desktop effects, you might not want to mess with that.
For instance, I use the "Desktop Expo" effect, and hitting Win+E will zoom out to view all my desktops side by side.
the_guv November 5th, 2009 at 8:32 am
@Tony .. fair play, tx .. similar deal with a bunch of apps, besides.
F'rinstance, I use the Windows key in Quanta as part of a combinator to issue various commands (mainly wrapping code chunks) .. so beware that your splendid shortcuts can come undone when you change defaults. Easy enough to change back though.
loevborg December 2nd, 2009 at 10:28 pm
I don't think remapping the windows key (in vendor-neutral language Super key or Mod4 key) is a good idea. As Tony says, some existing bindings will stop working. What's more, it's not really necessary to use the key. For instance, you can set up "Win+T" to start a terminal in "System/Preferences/Keyboard Shortcuts": just click on "Run a Terminal" and hit Win+T. It'll show up as "Mod4+T".
the_guv December 7th, 2009 at 9:56 am
@loevborg .. tx for that but tell me ..
"some existing bindings will stop working" .. which ones? haven't had problems. then again, using Keyboard Shortcuts is a good idea as well and covered in this guide as an alternative or additional method.