DEV Community

James Turner
James Turner

Posted on

When programming on a laptop: Mouse or Trackpad?

While a lot of programming and actions can be strictly keyboard driven, when you don't use the keyboard, do you reach for a mouse or use a trackpad?

I'm half expecting the vast majority to be #TeamTrackpad as you do get portability benefits.

  • Do you use a Mouse or Trackpad? (Or just a keyboard shortcut master?)
  • Why do you use that? (Faster, easier, more portable etc?)

Top comments (35)

Collapse
 
giorgosk profile image
Giorgos Kontopoulos πŸ‘€

When on a table I would use a mouse. I would use a touchpad if I am on a place where the mouse is not possible to use.

I have gone back and forth between using mouse/touchpad testing what is better and after a lot of trials I came to the conclusion that mouse is at least 2x faster to work with so I will use it most times.

Collapse
 
palnes profile image
PΓ₯l Nes

On a ThinkPad, the track point, because I can keep my hands on the keyboard. On a Macbook Pro, the trackpad, because it's accurate and responsive. On any other machine, a mouse, since everyone is using the cheapest trackpads they can get away with.

Collapse
 
josef profile image
Josef Aidt

I had the same thought. On a macbook the trackpad is big and glides really well, and at that point it's too much to move my hand all the way to a mouse

Collapse
 
halileohalilei profile image
Halil Ibrahim Kayim

I use the trackpad on my MacBook Pro. I feel like it's much faster to move your hand from the keyboard to the trackpad rather than to a mouse. I know the difference is less than a quarter of a second, but it feels annoying to use a mouse after being used to a trackpad. This, of course, depends heavily on the quality of the trackpad. MBP's trackpad feels just right, so I don't feel like I'm missing out on cursor accuracy, but other laptops' trackpads may not do it for me.

Collapse
 
ikysil profile image
Illya Kysil

Trackball - works on any surface.

Additional benefit - other people won't dare to touch your machine :)

Collapse
 
maxart2501 profile image
Massimo Artizzu

Hahaha that's great! πŸ˜†
Trackballs were more common once (late '90s), but some still use them.
The initial impact can be brutal, so it's not surprising almost nobody use them anymore, but once you get the hang of it a trackball can be really efficient (tested myself). Not like a mouse, but still:

  • You can use it with minimal space
  • No risk of carpal tunnel syndrome
  • It hardly collects dust, so it's usually durable

I think it's a piece of hardware that deserves to be re-discovered.

Collapse
 
joshpike profile image
Josh Pike • Edited

I actually use both. Mousing (or trackballing at the office) for most things, but the gestures (swiping between desktops e.g.) and 'throwing' (instead of 'scrolling') a page around are much easier/faster.

Collapse
 
scrabill profile image
Shannon Crabill

Mostly trackpad, since I'm on my laptop and it's difficult to use a mouse from the couch.

That said, using a mouse is faster and more efficient for me, most times.

Collapse
 
rvkennedy profile image
It's Roderick!

Can't use a trackpad for more than brief non-dev purposes. And I can't use laptop keyboards.
So I always carry both a wireless mouse and a mechanical keyboard with my laptop. Given my way, I'd get a laptop with a built-in mechanical keyboard, no trackpad at all.

Collapse
 
strredwolf profile image
STrRedWolf

Mouse.

My hands are big enough that I will rest it on the trackpad, and that screws up where the mouse is on screen. Since I'm in Linux and have "Focus follows mouse" turned on, moving the mouse to another window means I'm not typing where I want it to be. And that's a bad thing.

No, better to have it disable the trackpad when I'm typing, and even better just disable the trackpad when I have a mouse in there.

Collapse
 
turnerj profile image
James Turner

Never heard of "focus follows mouse" before. Do you mind me asking why you use that setting?

Collapse
 
strredwolf profile image
STrRedWolf

It's something I'm accustomed to when using PCs when I was in college. The default window manager was FVWM and it had a "where you type is what window the mouse is in" policy, aka "focus follows mouse." I find that it helps track where it is. Besides, web pages are so bloated I can hide the mouse cursor in all that fat. ;)

Windows doesn't do that, alas... well, not easily.

Collapse
 
turnerj profile image
James Turner

I personally still use a mouse (Logitech M505) with my ASUS VivoBook Pro N552VW even though the trackpad isn't bad.

I do like the accuracy of a mouse and I don't think a trackpad really does that for me. That or maybe I am so use to desktop PCs I don't even bother trying with a trackpad.

Collapse
 
schmowser profile image
Victor Warno

In the past few months, I tried out Apple's magic mouse and it felt like a hybrid of both worlds: giving you the accuracy of a mouse and the swipe controls of a track pad.

I would prefer mouse but then again I feel more 'in-the-flow' when I don't take my hands from the keyboard at all - just using hot keys and short cuts. Actually, a colleague can navigate his workspace without touching the mouse at all but for me that's utopia πŸ˜…

Some comments may only be visible to logged-in visitors. Sign in to view all comments.