Is It Possible For Fingers To Become Dyslexic?
-
Dude - so do I, all the time. That's the only one though.
Regards, Rob Philpott.
me too!! And I have been trying for years to stop it, unsuccessfully. Also the word "the" I always write as teh. This is not a problem since its always picked up by the (corrected) spell checker. As form and from are both words it can make thigns more difficult. I blame the good ol' days of having to define "form" tags for data to be submitted to teh server before the concept of page postbacks came into play with .NET.
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
This happens to me a lot as well, especially when I am typing in at constant speed rather then just in short bursts, like in code. My personal opinion on why it happens is that your fingers have developed muscle memory for certain words so they know how to type them without your brain being engaged. Then when you start thinking about the words you are typing, your brain and your fingers get out of synch, your brain tells your fingers to type the 'h' when your fingers are already moving on to the 'e' and you end up with 'teh' as the two signals fight with each other. My solution to it was to simply slow down a bit, or let word autocorrect sort it out for me :) Of course this does require you to remove the words 'from' and 'form' from the dictionary or you end up sending your boss a message with 'Please find attached the from form helpdesk' :)
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
Believe it or not it also happens to me in some circumstances... the most typical mistake I make is to maintain the shift key pressed too much time and to write the two first letters on a word in capital letters... Also I miss sometimes the keys and it annoys me a lot... Usually this has happened more when changed the keyboard. I bet it is the age and the amount of coffee...
-
me too!! And I have been trying for years to stop it, unsuccessfully. Also the word "the" I always write as teh. This is not a problem since its always picked up by the (corrected) spell checker. As form and from are both words it can make thigns more difficult. I blame the good ol' days of having to define "form" tags for data to be submitted to teh server before the concept of page postbacks came into play with .NET.
maccer wrote:
Also the word "the" I always write as teh. This is not a problem since its always picked up by the (corrected) spell checker
maccer wrote:
submitted to teh server
:)
Regards, Rob Philpott.
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
This talks around the issue you raise, but my mentor in programming wrote his own word processor and included two keystroke operations to rectify this problem: CTL + Backspace would "remove" a character behind the cursor (and "push" it into the copy buffer) & CTL + Shift + Backspace would "insert" a character behind the cursor (effectively a "pop" from the copy buffer). Thus by pressing CTL + Backspace twice and then CTL + Shift + Backspace twice, one would effectively transpose the two characters behind the cursor. He went on to add another two keystroke operations (CTL + Delete and CTL + Shift + Delete) to effect similar operations on the charaters in front of the cursor. Lysdexia, being what it is, meant that my computer sometimes mysteriouly rebooted while I was effecting transpositions in front of the cursor The fact that he had the foresight to build this into his product offering, as well as the fact those particular keys were well worn-out on my laptop (and I do mean laptop) seems to be positive affirmation that fingers do indeed become dyslexic. One curious bye-product of his transpose functionality was, dare I say "puzzling": .ecnetnes eritne na esrever ylisae dluoc eno I miss those keystrokes!
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
"digital dyslexia"? I've had it for years!
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
If I noticed correctly, this will usally happen when typing on the keyboard full-handed (i.e. with ten fingers, and not two or one). The letters that will come out in the wrong order, because you attemt to type two letters simoultaneosly with both hands. I have noticed this issue as well by me, and I can only think of two possible resolutions: 1. Try changing the keyboard. IMHO, once the keyboard has been used for a while, the response times get longer, meaning that although you pressed the keys in the correct order, the keyboard responded slightly slower for the first key than the second key. 2. If this doesn't help, I guess you need to try to type slower. However, if your issue doesn't involve full-handed typing, or happens even when both keys are under the same hand, perhaps you do need that finger transplant after all.
-
I do that all the time, but as long as I get the first 3 characters correct intellisense can do the rest :) I wish (or rather wonder if) they had (have) intellisense for normal typing (kinda like they have on some predictive text input for cell phones).
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - out now!
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))Holy digitlexia, Batman! I've been trying for many months now to identify sneaky little dysfunctions in my keyboard, background processes, etc., and all this time it's my own wetware. Crap. I'm going to look for the aforementioned book -- not only do I have a couple of decades of programming in various languages under my bulging belt, but I have also spent most of my avocational life as a piano player. And I'm not exactly the youngest guy in my group anymore. No wonder my fingers are confused. Is there a support group for digitlexia?
-
Hmm... Stragne I enver hda suhc a probelm.
"In the end it's a little boy expressing himself." Yanni
:laugh: :laugh: :laugh: Iv'e notcied taht. Good fro yuo! :-D
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
We all do it... its a fault of those that are considered to be 'experienced usre's' of computers (laptops of desktops). our fingers hit the button that we 'think' is the correct one and generally its the one underneath or alongside the one we meant to hit. (And I've been using comps for 37 years)
I'm thinking that it's due to what I'd call "lazy fingers." I'm noticing that in my dart game, for the past year or so, when I throw at 20 I consistently hit 18, which is to the right of 20 by about 2-1/2". I believe the cause is my index finger failing to lift off the dart at the same time as all the rest, resulting in a nudge at the rear of the missile to the left, and causing a drift to the right. I find myself depressing keys on the keyboard before the finger is fully centered over the target key (when I pay attention). That results in adjacent keys being pressed instead, or in addition to the one I was trying to hit. I have no idea how to cure that, but when I figure it out, watch out. I'll beat anybody at darts! :-D
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
This happens to me a lot as well, especially when I am typing in at constant speed rather then just in short bursts, like in code. My personal opinion on why it happens is that your fingers have developed muscle memory for certain words so they know how to type them without your brain being engaged. Then when you start thinking about the words you are typing, your brain and your fingers get out of synch, your brain tells your fingers to type the 'h' when your fingers are already moving on to the 'e' and you end up with 'teh' as the two signals fight with each other. My solution to it was to simply slow down a bit, or let word autocorrect sort it out for me :) Of course this does require you to remove the words 'from' and 'form' from the dictionary or you end up sending your boss a message with 'Please find attached the from form helpdesk' :)
:laugh:
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
Believe it or not it also happens to me in some circumstances... the most typical mistake I make is to maintain the shift key pressed too much time and to write the two first letters on a word in capital letters... Also I miss sometimes the keys and it annoys me a lot... Usually this has happened more when changed the keyboard. I bet it is the age and the amount of coffee...
Joan Murt wrote:
maintain the shift key pressed too much time and to write the two first letters on a word in capital letters...
I didn't metion that, but since you did, I will. I do that in almost all sentences, and it's really bothering me. I think the concensus is that we need to slow down. But I hate doing that; it breaks my train of thought when I'm on a roll...
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
Joan Murt wrote:
maintain the shift key pressed too much time and to write the two first letters on a word in capital letters...
I didn't metion that, but since you did, I will. I do that in almost all sentences, and it's really bothering me. I think the concensus is that we need to slow down. But I hate doing that; it breaks my train of thought when I'm on a roll...
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
Yes, I prefer to let the creativity to flow and at the end to check everything... thanks god some programs have spell checking that solve some of the mistakes...
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
-
I am so greatful I don't get that one ;P
Visit http://www.notreadytogiveup.com/[^] and do something special today.
Now this is just getting silly. Grateful. Sheesh :rolleyes:. I sincerely hope that was deliberate.
Software Zen:
delete this;
-
Roger Wright wrote:
never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other.
I've had that happen before. Adjustments to coffee/Dr. Pepper/:beer: have been fixes for that :-D Adjusting up or down? It is something that needs to be fiddled with. Texting on the blackberry seems to work for some odd reason, too.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
Paul Conrad wrote:
Texting on the blackberry seems to work for some odd reason, too
If you've also started using hair gel, you're becoming a marketeer. Sorry to see you go, man :sigh:.
Software Zen:
delete this;
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
Someone around here has the following sig, which I think's hilarious: We are DYSLEXIC OF BORG. Refutance is systile. Your ass will be laminated.
Software Zen:
delete this;
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
I was never able to bring it down to a simple reason, but it does happen a lot more often to me as well. Wonder what the real cause is ;P
-
I've noticed over the past several months that I frequently mistype simple words by reversing the order of two letters. 'Around' becomes 'aorund', 'type' turns out as 'tpye', etc. I have no trouble reading or doing math, never have, and I've never had any trouble typing on a keyboard. But lately it seems I'm spending more time fondling the backspace key than any other. It's getting annoying!:mad: Is there a cure? Finger transplant, maybe? Or should I just get a speech-to-text converter and be done with it?
"A Journey of a Thousand Rest Stops Begins with a Single Movement"
I notice that almost all the typos I make are of the right hand/left hand variety. "Teh" is a typical example -- typing "h" with the right hand, "e" with the left. In other words, I'm hitting the right keys, but the synchronization between my hands is a bit off. It could be that my brain is running faster than my fingers. Mmmm, caffeine....
-
Paul Conrad wrote:
Texting on the blackberry seems to work for some odd reason, too
If you've also started using hair gel, you're becoming a marketeer. Sorry to see you go, man :sigh:.
Software Zen:
delete this;
Gary Wheeler wrote:
you've also started using hair gel
Nope. Hair's too short to gel. Easier to have that David Beckham look :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham