Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
posted by martyb on Tuesday September 27 2016, @09:10AM   Printer-friendly
from the in-front-of-me dept.

Where do you keep your keyboard?

Obviously, if you have an all-in-one like an iMac or a traditional laptop, the keyboard is connected directly to the display. But if you have a desktop or a docking station — or even a Bluetooth keyboard for your mobile phone — there is some flexibility on where you place your keyboard.

I currently have an old (mechanical) Hewlett Packard PS/2 keyboard sitting on my desk attached (via a USB connector) to my laptop. The laptop sits off to the side and feeds into a much larger external monitor. I've tolerated this arrangement for a while but it is becoming apparent that this is far from the most ergonomic arrangement.

So, I am considering getting a keyboard arm. For those who have gone that route, how has that worked for you? What model did you get and how much did it cost? Did it flex under use or was it rigid and solid? Was there space for a mouse next to the keyboard? Do you have any suggestions on what to watch out for, either pro or con?

I'm in hopes that not only will I benefit from the collected experiences of the SoylentNews community, but that someone else we see a reply and choose to do something to improve their arrangement, too.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by Marand on Wednesday September 28 2016, @05:43AM

    by Marand (1081) on Wednesday September 28 2016, @05:43AM (#407222) Journal

    I do, though my use of extra keyboard keys predates my emacs use, so I can't blame it on emacs. I mostly have the keys bound to things like toggling mute/unmute of microphone, minimise/maximise/close windows, some extra window management stuff, things like that.

    I did try making one of the thumb buttons send M-x for emacs use for a while, but I didn't stick with it. I already have ctrl and capslock swapped, so I prefer ctrl+space to fire off the M-x command.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Wednesday September 28 2016, @08:42AM

    by Anonymous Coward on Wednesday September 28 2016, @08:42AM (#407285)

    But Crtl+Space in Emacs sets the mark. So how do you do that if you re-purpose it as Meta-X?

    • (Score: 2) by Marand on Wednesday September 28 2016, @09:37AM

      by Marand (1081) on Wednesday September 28 2016, @09:37AM (#407299) Journal

      I rebound set-mark-command to C-t, replacing something else that I wasn't using very much. Though, shift+arrows usually works in GUI emacs as well, which would probably be fine for most people. (I don't rely on that because modes like org-mode often bind those combinations.)

      I use the extended commands (via helm-M-x specifically) often enough that I wanted a better shortcut than M-x (though M-x still works because I still hit it sometimes). Did something similar with showing the buffer list and opening new files, repurposing easier shortcuts that I don't use as often for convenience.