473,385 Members | 1,736 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What hardware do you code on?

This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying
to use keyboard AND mouse. Do any of you use just plain text editors besides
VS? Is it possible to use VS without a mouse, I've tried but it ain't easy
;)

or am I just mouse-phobic! there is a huge time delay switching
keyboard/mouse all the time.

C
Jul 21 '05 #1
8 1441
I guess I'm used to it :-)
But for things that get to be too much of a pain, I just create macros, and
assign keys to them.

-Rob Teixeira [MVP]

"ilPostino" <ne**@ip80.com> wrote in message
news:OV**************@TK2MSFTNGP12.phx.gbl...
This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying
to use keyboard AND mouse. Do any of you use just plain text editors besides VS? Is it possible to use VS without a mouse, I've tried but it ain't easy
;)

or am I just mouse-phobic! there is a huge time delay switching
keyboard/mouse all the time.

C

Jul 21 '05 #2
"ilPostino" <ne**@ip80.com> wrote:
This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying
to use keyboard AND mouse. Do any of you use just plain text editors besides
VS? Is it possible to use VS without a mouse, I've tried but it ain't easy
;)

or am I just mouse-phobic! there is a huge time delay switching
keyboard/mouse all the time.

C


I rarely use the mouse any more, since I have RSI (repetitive strain
injury) in my mouse hand, probably due to overuse of the mouse in the
past.

I get by without using the mouse when coding, but usually need it when
designing forms.
Jul 21 '05 #3
yeah I guess that is ok, I do find it interesting that whenever I see an
msdn tv show they're using emacs or something along those lines ;)

and with msbuild coming out soon it seems geared towards "ide"-less
environments.

C

"Rob Teixeira [MVP]" <RobTeixeira@@msn.com> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
I guess I'm used to it :-)
But for things that get to be too much of a pain, I just create macros, and assign keys to them.

-Rob Teixeira [MVP]

"ilPostino" <ne**@ip80.com> wrote in message
news:OV**************@TK2MSFTNGP12.phx.gbl...
This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying to use keyboard AND mouse. Do any of you use just plain text editors

besides
VS? Is it possible to use VS without a mouse, I've tried but it ain't easy ;)

or am I just mouse-phobic! there is a huge time delay switching
keyboard/mouse all the time.

C


Jul 21 '05 #4
"C# Learner" <cs****@learner.here> wrote in message news:0b********************************@4ax.com...
I rarely use the mouse any more, since I have RSI (repetitive strain
injury) in my mouse hand, probably due to overuse of the mouse in the
past.


I now use my mouse in my left hand for the same reason (don't know if I have RSI, it just hurts). It feels kinda natural after a
while but never as natural as using my right.

--
Michael Culley
..
Jul 21 '05 #5
Microsoft can't keep the rules they make.

Back when UI design was new, the Microsoft design guidelines dictated that
every mouse action could be duplicated on the keyboard through accelerators or
shortcuts.

Those days are long gone --
ilPostino wrote:

This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying
to use keyboard AND mouse. Do any of you use just plain text editors besides
VS? Is it possible to use VS without a mouse, I've tried but it ain't easy
;)

or am I just mouse-phobic! there is a huge time delay switching
keyboard/mouse all the time.

C


--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>
Jul 21 '05 #6
"Michael Culley" <mc*****@NOSPAMoptushome.com.au> wrote:
I now use my mouse in my left hand for the same reason (don't know if I have RSI, it just hurts). It feels kinda natural after a
while but never as natural as using my right.


Same here -- if I *have* to use it, it's with the left hand.
Jul 21 '05 #7
"ilPostino" <ne**@ip80.com> wrote in message
news:OV**************@TK2MSFTNGP12.phx.gbl...
This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying
to use keyboard AND mouse. Do any of you use just plain text editors besides VS? Is it possible to use VS without a mouse, I've tried but it ain't easy
;)


Totally off topic but then again, where else than in the fore-front of
computer programming do you find a lot that is so sensitive to RSI ?

When I started to feel the first worrying signs of RSI or plain overload of
my right hand (mainly the index finger) I switched to using my middle
finger. Whenever I still use the mouse with my right hand I use the middel
finger most of the time. Shortly after that however I started using my left
hand and I am now completely double handed, I hardly have a preference. It
is only for games that I still use my righthand exclusively for controlling
the mouse. At home I have a working mouse on either side of the keyboard and
I switch all the time without thinking.

I also started experimenting with different types of mouse. I used one of
those things you can walk around with for presentations with a little track
ball on top to be pushed with your thumb. The mechanics of that thing were
pretty bad though, it was before optical technoligy became a comodity so
that didn't work very well. I now have several optical trackball mice with a
big ball on top among which a Logitec Marble Mouse that you just lay three
fingers on, controlling the buttons on either side with thumb and little- or
ringfinger.

I've had colleagues that worked mainly with the keyboard, the types that
lean back knowing all stroke combinations by heart. I often discussed the
matter with co-workers and got laughed at by suggesting I wanted pedals too
that would allow me to work the mouse pointer and maybe some cursor keys. I
still feel it would be a valuable addition for office workers that don't get
enough exercise anyway and are stressing their fingers too much.

I also tried a pen and tablet, it worked rather nice but unfortunately had
no drivers for NT/2000/XP so I ended up not using it. If I saw a nice one
today with Windows XP-support I would probably buy it although it is more
time consuming to pick up a pen then it is to grab a mouse. The absolute
positioning does some getting used to as well but it certainly takes of the
stress if you can no longer handle a standard mouse because it feels
completely different and doesn't trigger the same strain.

Martin.
Jul 21 '05 #8
Thanks for the feedback, so what you're basically saying is you now have RSI
in both hands hehehe nah just kidding!

I've also switched to a large trackball, its work well as far as RSI is
concerned, I just find moving away from the keyboard
frustrating....

C

"Martin Maat [EBL]" <du***@somewhere.nl> wrote in message
news:10*************@corp.supernews.com...
"ilPostino" <ne**@ip80.com> wrote in message
news:OV**************@TK2MSFTNGP12.phx.gbl...
This question is for long term coders hense the extra posting on c# ;)

I find coding for long periods and on big projects frustrating when trying to use keyboard AND mouse. Do any of you use just plain text editors besides
VS? Is it possible to use VS without a mouse, I've tried but it ain't easy ;)


Totally off topic but then again, where else than in the fore-front of
computer programming do you find a lot that is so sensitive to RSI ?

When I started to feel the first worrying signs of RSI or plain overload

of my right hand (mainly the index finger) I switched to using my middle
finger. Whenever I still use the mouse with my right hand I use the middel
finger most of the time. Shortly after that however I started using my left hand and I am now completely double handed, I hardly have a preference. It
is only for games that I still use my righthand exclusively for controlling the mouse. At home I have a working mouse on either side of the keyboard and I switch all the time without thinking.

I also started experimenting with different types of mouse. I used one of
those things you can walk around with for presentations with a little track ball on top to be pushed with your thumb. The mechanics of that thing were
pretty bad though, it was before optical technoligy became a comodity so
that didn't work very well. I now have several optical trackball mice with a big ball on top among which a Logitec Marble Mouse that you just lay three
fingers on, controlling the buttons on either side with thumb and little- or ringfinger.

I've had colleagues that worked mainly with the keyboard, the types that
lean back knowing all stroke combinations by heart. I often discussed the
matter with co-workers and got laughed at by suggesting I wanted pedals too that would allow me to work the mouse pointer and maybe some cursor keys. I still feel it would be a valuable addition for office workers that don't get enough exercise anyway and are stressing their fingers too much.

I also tried a pen and tablet, it worked rather nice but unfortunately had
no drivers for NT/2000/XP so I ended up not using it. If I saw a nice one
today with Windows XP-support I would probably buy it although it is more
time consuming to pick up a pen then it is to grab a mouse. The absolute
positioning does some getting used to as well but it certainly takes of the stress if you can no longer handle a standard mouse because it feels
completely different and doesn't trigger the same strain.

Martin.

Jul 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

137
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
96
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
24
by: Hardy | last post by:
I'm pretty new in this field. when reading some 70x material, I met with this term but cannot catch its accurate meaning. who can help me? thanks in advance:)~
51
by: jacob navia | last post by:
I would like to add at the beginning of the C tutorial I am writing a short blurb about what "types" are. I came up with the following text. Please can you comment? Did I miss something? Is...
58
by: Larry David | last post by:
Ok, first of all, let's get the obvious stuff out of the way. I'm an idiot. So please indulge me for a moment. Consider it an act of "community service".... What does "64bit" mean to your friendly...
110
by: alf | last post by:
Hi, is it possible that due to OS crash or mysql itself crash or some e.g. SCSI failure to lose all the data stored in the table (let's say million of 1KB rows). In other words what is the worst...
2
by: Stephen | last post by:
Hi Using: Visual Web Developer Express 2005 Could someone explain to me what the "node" does in a path - such as; <siteMapNode title="Hardware" url="Default.aspx?node=hardware"> Has it...
0
by: edu1982edu | last post by:
MSDN on GetCurrentHwProfile: Remarks The GetCurrentHwProfile function retrieves the display name and globally unique identifier (GUID) string for the hardware profile. The function also retrieves...
33
by: James H. Newman | last post by:
I have a portion of code along the following lines: volatile unsigned char x ; unsigned int f(unsigned char *y) ; When I do unsigned int z = f(&x) ;
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.