Live data from Hacker News

Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

news.ycombinator.com

41–50 of 160 posts

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#42
Along the same lines:

1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ?

2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead.

3. Do you use space bars with both hands ? I only use space with the right, and IMO, it could be shorter.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#43

Nah, no need-- I just use a text expander, but it's the same idea. Set up a "macro" where you write a shortcut and it expands, such as writing ";gita" and having it expand to "git add -A" Currently I like Espanso (mac) for its simplicity. Previously I used aText (mac) and PhraseExpress (windows) https://espanso.org/

Ooh, Espanso seems very nice - simple, and easy to work with (cool that it works on all three OSes). Nice to be able to insert the output of shell commands into text, anywhere.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#44
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

I thought everyone remaps CAPS LOCK to ESCAPE?

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#45
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

I thought everyone remaps CAPS LOCK to ESCAPE?

The vast vast majority of people aren't remapping any keys at all.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#46
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

I thought everyone remaps CAPS LOCK to ESCAPE?

Mapping CAPS LOCK to CONTROL is another popular option. But I suspect when one takes into account the entire population of computer users, CAPS LOCK remains CAPS LOCK and likely largely unused.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#47
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

As a 60% kB user I use caps as my fN and can’t say I miss it at all.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#49
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

On my laptops (Windows and Mac) I remap right-ctrl/right-alt to home/end. Couldn't live without it, I use them hundreds of times a day to jump around code and the command line. Also very handy when combined with shift to select everything before/after your cursor.

Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?

#50
post #42

Along the same lines: 1. How often do people use 'home' and 'end' keys ? I don't, but I know quite a lot who swear by them. Do they actually increase productivity ? 2. Should caps lock be removed as a large button in the most valuable real-estate-area on the keyboard ? I literally never use it. Even when typing long ALL-CAPS sequences. I just use 'shift' instead. 3. Do you use space bars with both hands ? I only use…

1. I use cmd + arrow or alt + arrow ALL the time. to the point where i fumbled around on non macs.
Post reply on HN