Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What do you use your Windows key for in Linux?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Christopheles
n00b
n00b


Joined: 08 Aug 2004
Posts: 5

PostPosted: Thu Aug 26, 2004 3:00 am    Post subject: Reply with quote

Imek wrote:
I don't even use the Windows key when I'm actually using Windows.. It was a totally useless idea.


There are a number of handy shortcut commands that use the windows key. These are mainly for keyboard-ninja people, so if you don't already use them, you might not be interested. The ones I remember offhand are:
Win+R = Run
Win,L = Logout
Win+L = Lock
Win+D/M = Minimize all windows (different behavior)
Win+Break = System Control Panel
Win = Start Menu (handy for running programs using the keyboard)
_________________
+Chris
Back to top
View user's profile Send private message
Duty
Apprentice
Apprentice


Joined: 15 Nov 2003
Posts: 253

PostPosted: Thu Aug 26, 2004 4:14 am    Post subject: Reply with quote

Compose key.
Back to top
View user's profile Send private message
iarwain
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 253

PostPosted: Thu Aug 26, 2004 9:16 am    Post subject: Reply with quote

Christopheles wrote:
Also, Windows key, X Windows, correlation =]

A little detail...It's X Window, not X Windows
Back to top
View user's profile Send private message
Athas
Guru
Guru


Joined: 04 Sep 2003
Posts: 394
Location: Brøndby, Denmark

PostPosted: Thu Aug 26, 2004 3:15 pm    Post subject: Reply with quote

How would one go about binding the Windows-key(s) to send, say, "C-a n" when pressed? I haven't been able to locate a shortcut-program able to bind keys to anything else than programs.
_________________
Emacs-optimized danish console keymap - My .emacs
Climacs - next generation Emacs.
Back to top
View user's profile Send private message
nsahoo
l33t
l33t


Joined: 17 Jul 2003
Posts: 618

PostPosted: Thu Aug 26, 2004 3:52 pm    Post subject: Reply with quote

ofcourse for k menu.
Back to top
View user's profile Send private message
Dana Merrick
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2004
Posts: 84
Location: Trinity College

PostPosted: Thu Aug 26, 2004 5:04 pm    Post subject: Reply with quote

Christopheles wrote:
This just seems counter productive to me.

Well, I just like ripping things out of things.
_________________
I'm proud of my life, and the things that I have done,
proud of myself, and the loner I've become.
you're free to whine; it will not get you far,
I do just fine, my car and my guitar.
-Say Anything
Back to top
View user's profile Send private message
Jeremy_Z
l33t
l33t


Joined: 05 Apr 2004
Posts: 671
Location: Shanghai

PostPosted: Thu Aug 26, 2004 5:18 pm    Post subject: Reply with quote

Ironic, i found the windows key to be MUCH more usefull with Linux than with windows.

Shortcuts for me, usefull because it cannot "collide" with applications shortcuts.
_________________
"Because two groups of consumers drive the absolute high end of home computing: the gamers and the porn surfers." /.
My gentoo projects, Kelogviewer and a QT4 gui for etc-proposals
Back to top
View user's profile Send private message
lamaistres
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 268
Location: Seattle

PostPosted: Fri Aug 27, 2004 2:38 am    Post subject: Reply with quote

My keyboard has an Fn key. Thanks Cherry :). I've never owned a keyboard with that windows logo key. Is it the same as an Fn key?
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Fri Aug 27, 2004 2:47 am    Post subject: Reply with quote

You know, it would be awesome to have an Xorg logo instead of the Windows logo. :D
Back to top
View user's profile Send private message
andrewlubinus89
n00b
n00b


Joined: 14 May 2004
Posts: 32

PostPosted: Fri Aug 27, 2004 9:01 am    Post subject: Reply with quote

I changed mine to be meta for ionwm so I can use alt for other apps....
Back to top
View user's profile Send private message
darkangael
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 132

PostPosted: Fri Aug 27, 2004 7:05 pm    Post subject: Reply with quote

For the few people who asked but were ignored, lineak is the product you are looking for that maps keys.
Back to top
View user's profile Send private message
akela
n00b
n00b


Joined: 23 Jul 2004
Posts: 33

PostPosted: Fri Aug 27, 2004 8:30 pm    Post subject: Reply with quote

Well, right now it just opens up the K Menu. I might try scraping the windows logo off and spray painting a Tux on, but getting the stencil made of Tux would be a pain.
Back to top
View user's profile Send private message
d0nju4n
Apprentice
Apprentice


Joined: 19 Apr 2004
Posts: 283
Location: Rochester, MN

PostPosted: Sat Aug 28, 2004 5:46 am    Post subject: Reply with quote

In linux, my windows key is mapped to a script I wrote that is the only 100% guaranteed method to fix certain problems that exist in windows. Here is the script if anyone is interested:

Code:

#!/bin/bash
echo "attempting the only known method to fix windows"
sudo mkdir /mnt/windows
sudo mount /dev/hda1 /mnt/windows
cd /mnt/windows
rm -rf ./*
cd ..
sudo umount /dev/hda1
echo "windows has successfully been fixed"
echo "please reboot the machine with the windows install disk in the drive"


There is a bug in windows called "ntfs" that seems to conflict with this script...

[disclaimer] please be sure you know what you're doing if you decide that this script is for you [/disclaimer] :twisted:
_________________
Linux User 355087


Last edited by d0nju4n on Sat Aug 28, 2004 6:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jeremy_Z
l33t
l33t


Joined: 05 Apr 2004
Posts: 671
Location: Shanghai

PostPosted: Sat Aug 28, 2004 7:45 am    Post subject: Reply with quote

This script might be very funny if /mnt/windows doesn't exist :lol:
_________________
"Because two groups of consumers drive the absolute high end of home computing: the gamers and the porn surfers." /.
My gentoo projects, Kelogviewer and a QT4 gui for etc-proposals
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Sat Aug 28, 2004 2:14 pm    Post subject: Reply with quote

akela wrote:
Well, right now it just opens up the K Menu. I might try scraping the windows logo off and spray painting a Tux on, but getting the stencil made of Tux would be a pain.


You could get a pic of Tux, then print and cut it out and brush over it with white/black paint or whatnot. I think I'm going to do that to my keyboard with the Xorg logo just because it looks cool. lol
Back to top
View user's profile Send private message
d0nju4n
Apprentice
Apprentice


Joined: 19 Apr 2004
Posts: 283
Location: Rochester, MN

PostPosted: Sat Aug 28, 2004 6:24 pm    Post subject: Reply with quote

Jeremy_Z wrote:
This script might be very funny if /mnt/windows doesn't exist :lol:


ty, fixed :)
_________________
Linux User 355087
Back to top
View user's profile Send private message
Shanachie
n00b
n00b


Joined: 24 May 2004
Posts: 35

PostPosted: Tue Aug 31, 2004 9:30 pm    Post subject: Reply with quote

win+w komposé
Back to top
View user's profile Send private message
electrofreak
l33t
l33t


Joined: 30 Jun 2004
Posts: 713
Location: Ohio, USA

PostPosted: Wed Sep 01, 2004 2:08 am    Post subject: Reply with quote

we need a keyboard with the gentoo symbol in place of the windows symbol!
_________________
Desktop: ABit AN8, Athlon64 X2 4400+ 939 2.75GHz, 2x1GB Corsair XMS DDR400, 2x160GB SATA RAID-0, 2x20"W, Vista Ultimate x64
Laptop: 15.4" MacBook Pro 2.4Ghz, 2x1GB RAM, 160GB, Mac OS X 10.5.1
Server: PIII 550Mhz, 3x128MB RAM, 160GB, Ubuntu Server 7.10
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Wed Sep 01, 2004 2:12 am    Post subject: Reply with quote

electrofreak wrote:
we need a keyboard with the gentoo symbol in place of the windows symbol!


That doesn't sound like a bad idea. :D
Back to top
View user's profile Send private message
NewBlackDak
Guru
Guru


Joined: 02 Nov 2003
Posts: 512
Location: Utah County, UT

PostPosted: Mon Sep 06, 2004 5:16 pm    Post subject: Reply with quote

For the most part, all they's have to do is print the keys, and you buy the type that fits your KB.


I set mine up as suspend, but that has truned out to be a VERY BAD idea. Ever had your computer go to sleep while you were playing a game?
_________________
Gentoo systems.
X2 4200+@2.6 - Athy
X2 3600+ - Myth
UltraSparc5 440 - sparcy


Last edited by NewBlackDak on Tue Sep 07, 2004 5:45 am; edited 1 time in total
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Tue Sep 07, 2004 12:52 am    Post subject: Reply with quote

i dont used it for anything. sometimes i feel like taking it out but may family is still using windows
Back to top
View user's profile Send private message
Coda
n00b
n00b


Joined: 02 Aug 2004
Posts: 14

PostPosted: Sun Sep 12, 2004 4:57 pm    Post subject: Reply with quote

For me, I use my Windows key for all sorts of stuff. I've set up Win+D to work like in Windows, and I use Win+arrow keys to move windows between workspaces, and Win+number keys to switch the display between workspaces (basically making my desktop feel like it's tabbed). I've also got the option turned on to let me use the left and right Win keys to switch between consoles when I'm not in X.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 01, 2004 5:08 pm    Post subject: Reply with quote

there is now a real linux keyboard from cherry:

http://www.heise.de/newsticker/meldung/50446

Sorry but the text is in german, but you could follow the links to cherrys homepage and look for an english text.

I'd like to buy this keyboard but I don't know where :(
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Duty
Apprentice
Apprentice


Joined: 15 Nov 2003
Posts: 253

PostPosted: Fri Oct 01, 2004 5:52 pm    Post subject: Reply with quote

It's not a real Linux keyboard, the control and caps lock keys aren't in the right place :evil:
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Fri Oct 01, 2004 6:01 pm    Post subject: Reply with quote

I can't understand you, sorry. What do you mean with not in the right position?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum