LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 03-06-2010, 04:09 PM   #16
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556

For the record, when I changed my wireless from qwerty to Dvorak, I too had to use a knife to pare off some little tabs and grooves which prevented simply swapping the keys, as they would not all fit into their new slots because of them.

And yes, the result was a little bit bumpy due to the key contours, but not such that it made it "bad" -- actually, the new contours/topography was kinda handy for being able to detect where your fingers were without looking, same as those home-hey bumps on a normal kbd.

@ Alex -- thanks, I'll look at those links.

Sasha
 
Old 03-06-2010, 04:10 PM   #17
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Alex_Dc View Post
It is at first. I am learning C++, and the switch is a little weird for me right now. However, as with touch-typing, once you force yourself to do it for about a week or two, you forget that it was ever awkward.
Maybe Dvorak could be worth it, then. I might just sometimes switch the keymap and bring up a Dvorak keyboard diagram and type something.

BTW, what are the commands to change the keymap to Dvorak and back to US qwerty?
 
Old 03-06-2010, 04:30 PM   #18
Alex_Dc
Member
 
Registered: Oct 2009
Posts: 104

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by MTK358 View Post
Maybe Dvorak could be worth it, then. I might just sometimes switch the keymap and bring up a Dvorak keyboard diagram and type something.

BTW, what are the commands to change the keymap to Dvorak and back to US qwerty?
Like I said, you really just have to force yourself to use the layout, or to learn to touch-type. If you haven't learned to touch type yet, it will probably take you a bit longer to convert to touch-typing with the Dvorak, but a couple of weeks at the most. Start by just using Dvorak a bit each day, with an online tutor (I like http://gigliwood.com/abcd/), and then when you know the keys on each row and the positions, take a towel, throw it over your hands, and a couple weeks later you'll have forgotten that you ever looked at your keyboard.

Also, you don't really have to go through all the lessons, I didn't. Do a lesson until you are at the point that, even with a second of thinking, you can remember the correct position of the letter on the keyboard, and then move on. Finally, when you can visualize each row, go ahead and make the switch, and use the towel. It'll be very painful at first, but it pays of in the end.

The Linux and BSD kernels don't play nice with my hardware at this point, so I'm back to MS for a while. If you are using a DE, there should be some sort of system settings directory with a "keyboard" settings manager. Generally, these allow you to choose the keyboard layout you want to use, making it very easy to switch between qwerty and Dvorak layouts. I'm not sure the how to switch via the command-line, but you probably won't be able to do it without some sort of special program.

Last edited by Alex_Dc; 03-06-2010 at 04:31 PM.
 
Old 03-06-2010, 05:12 PM   #19
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Alex_Dc View Post
Like I said, you really just have to force yourself to use the layout, or to learn to touch-type. If you haven't learned to touch type yet, it will probably take you a bit longer to convert to touch-typing with the Dvorak, but a couple of weeks at the most.
I can partially touch-type. I both use a combination of looking at the keys and remebering about where they are. Occasionally I catch myself typing without looking if I'm not thinking about it.

Quote:
Originally Posted by Alex_Dc View Post
Also, you don't really have to go through all the lessons, I didn't. Do a lesson until you are at the point that, even with a second of thinking, you can remember the correct position of the letter on the keyboard, and then move on. Finally, when you can visualize each row, go ahead and make the switch, and use the towel. It'll be very painful at first, but it pays of in the end.
Maybe. But I think I will use Dvorak only when learning, and then switch to QWERTY for real work until I would be comfortable with Dvorak.

Quote:
Originally Posted by Alex_Dc View Post
If you are using a DE, there should be some sort of system settings directory with a "keyboard" settings manager. Generally, these allow you to choose the keyboard layout you want to use, making it very easy to switch between qwerty and Dvorak layouts. I'm not sure the how to switch via the command-line, but you probably won't be able to do it without some sort of special program.
I am not using a DE, but I think there is a way to set the keymap. And not for X Windows, but for the entire system.
 
Old 03-06-2010, 05:44 PM   #20
Alex_Dc
Member
 
Registered: Oct 2009
Posts: 104

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by MTK358 View Post
I am not using a DE, but I think there is a way to set the keymap. And not for X Windows, but for the entire system.
I think I poorly explained: Basically what I meant was that the remapping is software driven. So yes, you'd have to reset the keymap, I just don't know if the Linux kernel supports this feature natively or if you have to do it with the assistance of a special program, like those included in the DEs.
 
Old 03-06-2010, 07:08 PM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Since I am not going to use Dvorak outside X anytime soon, I added these aliases to my .bashrc:

Code:
alias dvorak='setxkbmap -layout dvorak'
alias ekrpat='setxkbmap -layout us' # 'ekrpat' is 'dvorak' typed on a qwerty keyboard remapped to Dvorak
 
Old 03-06-2010, 07:27 PM   #22
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Also one thing I noticed is that the staggering of the keys is very confusing and strains my fingers in Dvorak. BTW, I am writing this using Dvorak!

I modified Wikipedia's Dvorak map in a way that makes it easier to use for me, it's attached.

EDIT: I see Wikipedia calls it the win key, not the Super key.
Attached Thumbnails
Click image for larger version

Name:	KB_United_States_Dvorak.png
Views:	17
Size:	36.9 KB
ID:	2929  

Last edited by MTK358; 03-06-2010 at 07:30 PM.
 
Old 03-06-2010, 07:52 PM   #23
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Since when are we all talking about some d****k who knows keyboard just to learn how type again, considering there is no real advantages.
 
Old 03-06-2010, 07:55 PM   #24
Alex_Dc
Member
 
Registered: Oct 2009
Posts: 104

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by MTK358 View Post
Also one thing I noticed is that the staggering of the keys is very confusing and strains my fingers in Dvorak. BTW, I am writing this using Dvorak!

I modified Wikipedia's Dvorak map in a way that makes it easier to use for me, it's attached.

EDIT: I see Wikipedia calls it the win key, not the Super key.
Got it already, I see!

The staggering of keys is more noticeable with the Dvorak because the layout is designed to keep your most commonly used letters on the home row. Therefore, when you have to type a letter on another row it is difficult mentally to move your anything but the one finger you have to in order to hit that key.

Proper QWERTY technique encourages this same finger placement, but the key layout has you skipping around so often that it is difficult to perform and, as you pointed out, the staggered keys make it painful even when you execute the technique correctly.

Honestly, I don't understand why we're still using staggered keyboards in the 21st century. They are inefficient and bad for your hands. I get the QWERTY thing, switching keyboard layouts is difficult, and QWERTY has been ingrained for almost a century, but I can't imagine switching to a non-staggered layout would be any more than a slight nuisance for the few days before you adapted.

EDIT: The win key, eh? Hmm, maybe we'll have to correct their image!

Last edited by Alex_Dc; 03-06-2010 at 07:56 PM.
 
Old 03-06-2010, 08:01 PM   #25
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
What was the purpose of staggered keys anyway? (still using Dvorak)
 
Old 03-06-2010, 08:05 PM   #26
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
And AFAIK qwerty was not designed to be slow, it was designed to keep letters often typed together far apart to avoid jams.
 
Old 03-06-2010, 08:11 PM   #27
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by MTK358
On most keyboards it's OK to pop off the keys. In fact, occasionally I pry off all the keys on my keyboard with a flat-head screwdriver and wash them in a sink full of soapy water. I haven't come across a keyboard whose keys won't come off harmlessly, but I heard that it could damage certain keyboards.
Thanks for the info. I'll have to try it sometime (when/if I seriously want to try converting to Dvorak).

I do know that (modern) Mac keyboards are key-swappable, because when I was in high school, I would notice that somtimes the keyboards of the computers in the labs would have some of the arrow keys switched around, or letter/number keys would be switched. Sometimes even modifier keys would be missing! ()
 
Old 03-06-2010, 09:17 PM   #28
Alex_Dc
Member
 
Registered: Oct 2009
Posts: 104

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by MTK358 View Post
What was the purpose of staggered keys anyway? (still using Dvorak)
Quote:
Originally Posted by MTK358 View Post
And AFAIK qwerty was not designed to be slow, it was designed to keep letters often typed together far apart to avoid jams.
Well, that isn't exactly true either. From Wikipedia:

Quote:
The QWERTY layout is not the most efficient layout possible, since it requires a touch-typist to move his or her fingers between rows to type the most common letters. A popular story suggests that it was designed and used for early typewriters exactly because it was so inefficient; it slowed a typist down so as to reduce the frequency of the typewriter's typebars wedging together and jamming the machine. Another story is that the QWERTY layout allowed early typewriter salesmen to impress their customers by being able to easily type out the example word "typewriter" without having learnt the full keyboard layout, because "typewriter" can be spelled purely on the top row of the keyboard. The most likely explanation is that the QWERTY arrangement was designed to reduce the likelihood of internal clashing by placing commonly used combinations of letters farther from each other inside the machine.[11][12] This allowed the user to type faster without jamming. Unfortunately, no definitive explanation for the QWERTY keyboard has been found, and typewriter aficionados continue to debate the issue.
Quote:
His "Type Writer" had two features which made jams a serious issue. Firstly, characters were mounted on metal arms or typebars, which would clash and jam if neighboring arms were depressed at the same time or in rapid succession.[1] Secondly, its printing point was located beneath the paper carriage, invisible to the operator, a so-called "up-stroke" design. Consequently, jams were especially serious, because the typist could only discover the mishap by raising the carriage to inspect what he had typed. The solution was to place commonly used letter-pairs (like "th" or "st") so that their typebars were not neighboring, avoiding jams. While it is often said that QWERTY was designed to "slow down" typists, this is incorrect – it was designed to prevent jams[1] while typing at speed, yet some of the layout decisions, such as placing only one vowel on the home row, did have the effect of hobbling more modern keyboards.[5]
Truthfully, no one knows for certain. But the reason I don't like the "keep the common keys farther apart" explanation is that it doesn't explain the staggered layout, which is nothing more than a huge impediment to efficiency. There isn't any logical, mechanical, or ergonomic reason that the keys are staggered the way they are unless they were placed intentionally to slow the typist down.

Also, I don't know if you have ever heavily used a manual typewriter, but for a fast typist, the QWERTY arrangement doesn't keep the keys from jamming at typing speed. Mine would jam all the time. The only thing that kept them from jamming more often is that I couldn't type any faster because of the poor key layout, the staggered design, and the fact that the keys were heavy and had a very long stroke (another impediment that could have been easily corrected in later typewriters).

I easily gained 20+ WPM on a computer keyboard, and that was from nothing more than not have to press so deeply or strongly on the keys. As for Dvorak, I'm still extremely new to it at this point, but others have claimed to gain at least 10-20 WPM increase once they finalized the switch (though I take that claim with a healthy dose of skepticism, it does make logical sense).

But honestly, I won't say I know from certain. I'm just going on speculation and experience.

Keep at it! We'll make a Dvorak user out of you yet!
 
Old 03-06-2010, 09:48 PM   #29
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
i just remapped my keyboard to ABCD.
BTW it took forever to type this message!
 
Old 03-06-2010, 10:31 PM   #30
Alex_Dc
Member
 
Registered: Oct 2009
Posts: 104

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by smeezekitty View Post
i just remapped my keyboard to ABCD.
BTW it took forever to type this message!
I already have you on my ignore list, yet still find you remarkably irritating.

Maybe if you bothered to read something everything once in a while, you'd learn to shut your mouth rather than constantly revealing the unending depths of your own stupidity.
 
  


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
rsync and cp -al for staggered backups babyphil Linux - Software 2 06-14-2005 12:24 AM
Affordable Laptop recommendations TuxFreak Linux - Hardware 2 01-17-2005 01:14 PM
Any linux certification for UK people( affordable) cyto Linux - Certification 4 11-04-2004 07:14 PM
Affordable Partitioning Tool needed! cd_han Linux - Newbie 3 07-22-2004 02:36 PM
Free/Affordable Dial-up ISP mgunkel58 General 2 07-09-2004 05:10 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 12:45 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