LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-23-2004, 01:25 PM   #1
hand of fate
Member
 
Registered: Nov 2003
Distribution: Mandriva
Posts: 441

Rep: Reputation: 31
Linux purpose-designed keyboard


Hi

I currently use a dual-boot machine with Windows and Linux, but rarely boot into Windows, and am thinking of getting rid of Windows, to make more room for my Linux stuff.

As I mainly use Linux on my machine, I was wondering where I could obtain a purpose-designed Linux keyboard. I don't need anything fancy, just a standard model, but with all the appropriate Linux modifier keys, and no Windows logo keys.
 
Old 03-23-2004, 01:31 PM   #2
verdeboy2k
Member
 
Registered: Jan 2004
Location: /dev/random
Distribution: Gentoo amd64, CrunchBang amd64
Posts: 350

Rep: Reputation: 32
I don't think they make one, but you can use the win-keys and context-menu keys in linux. Win-keys are usually mod-4 and I don't remember right off hand what the context-menu key is... i never used it even in windows. You can bind functions or whatever to them in your favorite window manager.
 
Old 03-23-2004, 01:41 PM   #3
harnadem
Member
 
Registered: Nov 2003
Location: London, Ontario
Distribution: Ubuntu - Hoary
Posts: 66

Rep: Reputation: 15
How do you bind the keys? I am using RH9 and would like to learn how to make the "windows logo key" pop up my home folder when pressed. Any help you can give would be appreciated.
 
Old 03-23-2004, 02:45 PM   #4
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
If you're running GNOME then you can get ACME to bind keys to different things such as opening your home folder, controlling music, and stuff of that nature.
 
Old 03-23-2004, 03:32 PM   #5
verdeboy2k
Member
 
Registered: Jan 2004
Location: /dev/random
Distribution: Gentoo amd64, CrunchBang amd64
Posts: 350

Rep: Reputation: 32
If you use KDE, the control panel has keyboard options, one of which is binding keys. If you use fluxbox or some other window manager, see their respective documentation for how to bind keys.
 
Old 03-23-2004, 05:42 PM   #6
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
I've always thought it'd be nice to have a programmer-specific keyboard that has all the obscure programming characters in a more easily-accessible spot. Things like the pipe, plus sign, tilde, and just about anything on the numeric keys.

But of course, it'd be pretty hard to adjust to. I bought a keyboard once, and immediately returned it because the pipe/backslash key was in the wrong place. And I can't stand those ergonomic split-down-the-middle keyboards. Can't teach an old programmer new keyboards, I guess...
 
Old 03-24-2004, 07:13 AM   #7
hand of fate
Member
 
Registered: Nov 2003
Distribution: Mandriva
Posts: 441

Original Poster
Rep: Reputation: 31
I know how to set up key mapping, but it would be so much easier if the keys were printed correctly in the first place, so I didn't have to remember what is mapped to what. It's not like I'm asking for anything radical, just a plain keyboard designed for the operating system I use!

What do you get if you buy a preinstalled Linux PC? It would make an extremely unprofessional package if it came with a keyboard that features the logo of a rival operating system, and does not work properly with the software it comes with!
 
Old 03-24-2004, 07:20 AM   #8
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
All I know is that with Acme, all of the multimedia keys on my Logitech keyboard can be mapped to what I need them for, and there's even a "My Home" button on it which fits Linux well. It would be cool to have a peguin where the windoze logo is, but I deal with that.

Pre-built sucks, no matter who you buy from. Bare bone is alright though. But anyway, you're not going to get a special keyboard just because you buy from a company. I'm sure that there's a place that sells keys with Tux on them to replace the super keys though.
 
Old 03-25-2004, 09:35 PM   #9
fariz83
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Rep: Reputation: 0
How do I change or add buttons to that acme stuff?
Because I have dell multimedia keyboard and I would like to activate the back, forward, stop, refresh, and home for my browser (firefox)

Federico
 
Old 03-25-2004, 10:35 PM   #10
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
For back, forward, stop, and the like, you're going to have to bind those on your own using the Firefox shortcuts to equate to the key press. However, ACME is for GNOME and you can either download it as an RPM or get the source. The source is on ftp.gnome.org, and the RPM can be found on an RPM search engine.
 
Old 03-26-2004, 01:56 PM   #11
fariz83
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Rep: Reputation: 0
I have been trying to bind the back key to alt+left. That according to firefox is the shortcut for back, but I can not figure out how to do that from xmodmap.
Or in wich way do you recomend to do it? Because until now is not possible to modify the shortcuts in firefox, That is what they say.
 
Old 03-26-2004, 02:25 PM   #12
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
Try using xev to see what the keys' output is, and then binding them from there.
 
Old 03-26-2004, 06:25 PM   #13
fariz83
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Rep: Reputation: 0
Again me

I know the keycode for the back key is 234 and for the alt left key is 64 and for the left arrow is 100.

I have been trying with
xmodmap -e "keycode 234 = 64+100"
xmodmap -e "keycode 234 = Alt_L+Left"
and stuff like that, but I do not know how to bind one key (234) to the conjunction of two keys, (alt + left)

Thanks again
Federico
 
Old 03-26-2004, 06:46 PM   #14
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
I'm not sure either, so all I can advise is reading the man pages.
 
Old 03-26-2004, 07:47 PM   #15
vi0lat0r
Member
 
Registered: Aug 2003
Location: Lewisville, TX
Distribution: Kubuntu
Posts: 295

Rep: Reputation: 30
verdeboy2k - did you try google... thought not ;-)

Here is a link to a LINUX Keyboard!
http://cart.cheapbytes.com/cgi-bin/c...ml?id=XRAWsGnj

Here is the article that lead me to it:
http://linuxpr.com/releases/377.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Chinese input in linux? Is there any software for this purpose TruongAn Linux - Software 2 08-11-2005 01:39 AM
Linux designed for a TERMINAL exclusively??? ecsed Linux - Software 6 07-06-2005 10:15 AM
compiling FPGA chip design software designed for windows (visual c++) in linux gogettergary Programming 1 05-09-2005 08:45 AM
I want to run a program designed for windows on Linux Mandrake. serkanyavas Linux - Laptop and Netbook 2 10-06-2003 09:16 PM
Linux: not designed for casual users Berryd Linux - Newbie 6 02-16-2002 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration