Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
151–160 of 160 posts
Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#152Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#153Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#154Earlier quoted context omitted.
> I'd say, what are you coding where you don't benefit from home and end? In emacs, it's just Ctrl+a and Ctrl+e to go to beginning of line and end of line respectively. Those don't involve taking my hands off the home row, so they're much faster than lifting a hand up to go hit Home or End.
> they're much faster than lifting a hand up to go hit Home or End Hmm, I see jumping by words is Alt+f and Alt+b, which seems more awkward to follow up with than Ctrl+Home followed by Ctrl+Left, say. Then again, mostly depends on time spent I doing it assume.
Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#155But for the mouse I use a Logitech MX Master 3 (all 3 in the series are worth your time). All the buttons are programmable, it is also possible to create application specific layouts, which are only ever used when the program is in focus.
Where it really is cool is when you configure a button as a gesture button, which maps 4 additional actions onto the button if you hold it and move the mouse either up, down, left or right.
I map desktop management to the lower thumb button, press it and move the mouse in a direction to move between desktops, spread all windows on a desktop, and spread all windows belonging to a specific application. I use the top button for media controls, play/pause, next, back, digital volume up or down.
It’s really neat.
Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#156Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#157Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#158I'm not japanese (but I've got japanese family members) but I do use japanese keyboard since years and years and years. I use it as a qwerty keyboard but... I use the extra functions keys as "super" and "hyper" in addition to ctrl/shift/alt. I love japanese keyboards because the space bar is tiny so the modifiers left and right of the space bar are easy to reach. The "super" modifier is only for shortcuts related to…
Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#159Along 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…
Dear Apple, please reduce the size of the spacebar.
Re: Ask HN: Does anyone use keyboard/mouse extra buttons for coding?
#160I have an Ergodox Moonlander on which I have a few of the macro keys mapped to specific functions within PyCharm like auto-formatting, linting and type checking. It’s helpful because I don’t have to remember key combinations and it means much faster feedback (and fewer broken builds).