How to use <super> button?

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

How to use <super> button?

#1 Post by emeraldgirl08 » Thu Nov 19, 2009 1:57 pm

I read that it's supposed to be the Windows key. lol. I know that Thinkpads don't have one so I'm wondering how you guys and gals have come up with a way around that.

I've enabled compiz configs and would like to get the nifty Expo feature running smoothly :)

I figure it will be good for multitasking and productivity!
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

ZaZ
moderator
moderator
Posts: 4460
Joined: Fri May 13, 2005 1:33 pm
Location: Minnesota

Re: How to use <super> button?

#2 Post by ZaZ » Thu Nov 19, 2009 6:18 pm

The newer ThinkPads, after the R52, do have a Windows key. Mine has one. Interestingly enough I was installing the new Ubuntu on my Linux desktop the other day and I noticed that I couldn't configure the Windows button as I had in the past. It was called Super L before and I set it up to close what ever Windows is on top. This time when I pushed it, nothing happened.
E7440

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to use <super> button?

#3 Post by t140568 » Fri Nov 20, 2009 2:18 am

Ctrl+Shift+F9 works well for me.
Some call me...Tim.
Present: T420 | Acer C720 Chromebook

Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro

emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

Re: How to use <super> button?

#4 Post by emeraldgirl08 » Fri Nov 20, 2009 9:40 am

t140568 wrote:Ctrl+Shift+F9 works well for me.
Did you have to map those buttons out manually? I'm using Ubuntu 9.10 btw and if you did how did you do it? I go to the system>>preferences>>keyboard shortcuts and I'm almost afraid to create any conflicts with other shortcut functions :?
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

craigmontHunter
Senior Member
Senior Member
Posts: 742
Joined: Wed Feb 18, 2009 10:25 pm
Location: Ottawa, Ontario, Canada

Re: How to use <super> button?

#5 Post by craigmontHunter » Fri Nov 20, 2009 3:06 pm

It tells you if there is a conflict, and what it is with, giving you the option to continue or cancel.
Elitebook 8440p, i5 520, 8gb, Samsung 840 SSD
Old/Not Working/Dead Laptops:
T61 7661CC2, 4gb, Windows 7 x64, 240gb intel SSD, 500gb Ultrabay drive
Toshiba Portege 7020ct
Thinkpad T41 23737FU
Dell Latitude LS

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to use <super> button?

#6 Post by t140568 » Mon Nov 23, 2009 12:30 am

emeraldgirl08 wrote:Did you have to map those buttons out manually? I'm using Ubuntu 9.10 btw and if you did how did you do it? I go to the system>>preferences>>keyboard shortcuts and I'm almost afraid to create any conflicts with other shortcut functions :?
I'm also 9.10. I installed compizconfig-settings-manager through synaptic package manager and opened it: System>CompizConfig Settings Manager.
Scroll down to Expo under the Desktop section. Under the Bindings tab there's a button for "Expo Key."
Set it to your desired key combo and enjoy. 8)
Some call me...Tim.
Present: T420 | Acer C720 Chromebook

Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro

emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

Re: How to use <super> button?

#7 Post by emeraldgirl08 » Mon Nov 23, 2009 12:35 am

Thanks t.

I'll give it a try soon!
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

Re: How to use <super> button?

#8 Post by emeraldgirl08 » Tue Nov 24, 2009 8:01 pm

t140568 wrote: I'm also 9.10. I installed compizconfig-settings-manager through synaptic package manager and opened it: System>CompizConfig Settings Manager.
Scroll down to Expo under the Desktop section. Under the Bindings tab there's a button for "Expo Key."
Set it to your desired key combo and enjoy. 8)
I got a chance to tinker with this and got it to work :)

Here's a screenshot.

Expo effect on R51e.
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

PizzaandWine
Posts: 32
Joined: Sun Dec 06, 2009 6:21 pm
Location: Minneapolis, MN

Re: How to use <super> button?

#9 Post by PizzaandWine » Fri Dec 11, 2009 9:05 pm

On most distributions utilizing X I imagine simply setting an Xmodmap to switch out a key is the easiest way to go. Running #! (a derivative of Ubuntu...so therefore should cover most ubuntu-like systems) it is as simple as...

Create a xmodmap file in your home directory by running in terminal:

Code: Select all

nano ~/.Xmodmap
(you may need sudo...shouldn't though)

Add to this file something like...

Code: Select all

!no caps lock
clear lock
!caps lock now windows(supra) key
add mod4 = Caps_Lock
This will switch out your Caps lock for a windows / supra key. Personally I find this to be the easiest on an x31 as i never use caps lock anyhow.

Then back in terminal run:

Code: Select all

xmodmap ~/.Xmodmap
and the keys should be switched out.

Mine automatically detects it upon logging in and switches it. If yours doesn't you might have to the above command into your login/autostart script.

Hope this helps.

Temetka
Senior ThinkPadder
Senior ThinkPadder
Posts: 2790
Joined: Fri Sep 30, 2005 3:27 am
Location: Glendora, CA

Re: How to use <super> button?

#10 Post by Temetka » Fri Apr 16, 2010 9:41 pm

t140568 wrote:I'm also 9.10. I installed compizconfig-settings-manager through synaptic package manager and opened it: System>CompizConfig Settings Manager.
Scroll down to Expo under the Desktop section. Under the Bindings tab there's a button for "Expo Key."
Set it to your desired key combo and enjoy. 8)
I know this is a slightly older thread, but I thought I would report that this works just dandy for allowing me access to the expo wall.

Thanks! :bow:
New:
Thinkpad T430s 8GB DDR3, 1600x900, 128GB + 250GB SSD's, etc.
Old:
E6520, Precision M4400, D630, Latitude E6520
ThinkPad Tablet 16GB 1838-22U
IBM Thinkpad X61T, T61, T43, X41T, T60, T41P, T42, T410, X301

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 1 guest