171
votes
179answers
26k views
Keyboard for programmers
I'm trying to improve my working environment and I'm still searching for that perfect keyboard that practically types bug-free code all by itself. At the moment I'm using a Logitech Wave for my …
26
votes
31answers
2k views
Is the switch to Dvorak worth it?
To those who were experienced (> 70 WPM, say) typists before the switch to Dvorak -- were you faster after switching?
There are a couple good SO threads on Dvorak, but they are more on how to learn …
10
votes
14answers
2k views
Control multiple PCs with single Mouse and Keyboard
As a programmer I found it very hard to use my laptop and workstation with two different input devices, Can anyone suggest a good solution to use single mouse and keyboard to control my two machines
…
10
votes
28answers
1k views
What is the best way to learn Dvorak?
I've tried in the past but gave up. Thoughts?
Edit: I'm a software engineer and can't afford the initial productivity hit. I'll need to use both QUERTY and Dvorak until I'm up-to-speed.
8
votes
3answers
452 views
Effective Keyboard Input Handling
What is a good way to implement keyboard handling? In any language, where I write a keyboard-interactive program (such as a tetris game), I end up having some code that looks like this:
for event in …
8
votes
5answers
2k views
Polling the keyboard in python
How can I poll the keyboard from a console python app? Specifically, I would like to do something akin to this in the midst of a lot of other I/O activities (socket selects, serial port access, …
7
votes
3answers
280 views
How to tell which SHIFT key was pressed?
In my game, I want to be able to use the right and left shift keys for different functions. In Java (or another language), is there any way to distinguish between those two?
The KeyEvent class has …
7
votes
7answers
358 views
How long to get used to coding with a Dvorak keyboard?
If you are a proficient coder who uses a Dvorak† keyboard, how long did it take you to become as speedy at writing code with that keyboard, as you were when you used a "normal" (eg. Qwerty) …
7
votes
3answers
207 views
Emacs: getting readable keyboard-macros
When using insert-kbd-macro to save a named keyboard-macro I get "unreadable" lisp-code like
(fset 'ppsql
(lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item …
7
votes
4answers
237 views
Is it possible to work in Eclipse with keyboard only?
Hi there,
as most of us surely do every now and then, I try to improve my workflow. As Eclipse is my main IDE, I wondered if it may be possible to use it without mouse. I browsed the available …
7
votes
13answers
1k views
Reaching up to hit the escape key sucks (especially in vim).
Escape is almost as important as the enter key, used universally for "cancel". In vim, it's arguably more important than the space bar, making its location highly suboptimal.
What key remappings -- …
7
votes
0answers
2k views
How to avoid keyboard layout automatically changing on windows [closed]
I have two input languages in my language bar (windows xp).
The problem is that windows likes changing between them without any intervention.
That's really annoying!
I know about the shortcuts and …
7
votes
17answers
867 views
Keyboard layout
Similar but different to Keyboard for programmers, simply put, what keyboard layout is the best?
I'm using Colemak and it's good but I don't think it's actually faster than Qwerty. Dvorak was …
6
votes
2answers
105 views
Selecting good, non-conflicting keybindings for a game
PC keyboards weren't designed for gaming, compromises were made to bring the price down, so some problems occur. Most importantly, when you hold down certain keycombos, some keys don't react to …
6
votes
3answers
515 views
iPhone - Have the keyboard slide into view from the right like when editing a note in Contacts
Hello,
I'm looking for a way to slide the keyboard into view from the right, like what happens in the Contacts application when you edit a note.
My problem is that when I call [someTextView …
