Glove80 Ergonomic Keyboard
151–160 of 229 posts
Re: Glove80 Ergonomic Keyboard
#152I wonder if all those "ergonomic" designs really aim at the right corner of the solution space. What about targetted exercise of involved muscle groups and regular breaks to stretch and relax the tendons/joints/muscles/...? I mean, with our societies sedentary life style, surely exacerbated by programmers sitting for 10+ hours a day, I'm a bit doubtful that moving even less is the answer. What about doing a few simpl…
From a health pov mechanical keys are just an expensive gimmick.
Re: Glove80 Ergonomic Keyboard
#153I highly recommend low profile switches for those who haven't tried them. They weren't really available in many models until recently and they're a big step up from standard switches if you're more used to laptops.
Re: Glove80 Ergonomic Keyboard
#154Earlier quoted context omitted.
As a general question to anybody that used the Kinesis Advantage and switched to the Glove80: how's the thumb cluster? The double-length keys for bk/delete/enter/space allows a lot of vertical travel freedom on the hand. Instead of flexing the fingers I can just move the whole hand down and hit the lower row _very_ comfortably while not having to worry about the thumb at all. I've mocked a few pieces of paper to adva…
Due to the 3D nature, it is very hard to mock up with a few pieces of paper. One thing to note is that the Glove80 thumb cluster plane is at a very different location and angle, compared to the the Kinesis Advantage thumb cluster plane. In fact the Glove80 thumb cluster plane is much lower and slant down gently (nowhere as much as DM) towards the opposite half. OTOH the KA thumb cluster sits significantly higher than…
Re: Glove80 Ergonomic Keyboard
#155I highly recommend low profile switches for those who haven't tried them. They weren't really available in many models until recently and they're a big step up from standard switches if you're more used to laptops.
Any specific recommendations for switches/key caps? Can I buy some to put into my zsa moon lander?
[0]: https://lowprokb.ca/products/sunset-tactile-choc-switches
Re: Glove80 Ergonomic Keyboard
#156Earlier quoted context omitted.
The pen-like mouse is intriguing.
While I have not used a Penclic mouse, I am pretty sure that it is inferior to using a small Wacom Intuos graphic tablet instead of a mouse, like I do. The tablet is no larger than a traditional mouse pad, it is even somewhat smaller. The stylus, i.e. the pen, is much lighter than any pen-like mouse can be, and it has better resolution and accuracy. Because the pen works contactless and it is very light, you can move…
Re: Glove80 Ergonomic Keyboard
#157Earlier quoted context omitted.
It's not either or. I switched to ErgoDox after I broke my wrist years ago. Even with surgery, OT and exercise, regular keyboards don't feel comfortable anymore for more than a few minutes at a time. (I also had to switch my wristwatch to the other hand.)
Still highly recommend the fully contoured options. I have 2 Advantage, an ErgoDox, and a custom built split contoured similar to Advantage 360. The contouring significantly lowers the movement for your fingers.
Re: Glove80 Ergonomic Keyboard
#158Love my Space65.
Re: Glove80 Ergonomic Keyboard
#159Re: Glove80 Ergonomic Keyboard
#160Earlier quoted context omitted.
While I have not used a Penclic mouse, I am pretty sure that it is inferior to using a small Wacom Intuos graphic tablet instead of a mouse, like I do. The tablet is no larger than a traditional mouse pad, it is even somewhat smaller. The stylus, i.e. the pen, is much lighter than any pen-like mouse can be, and it has better resolution and accuracy. Because the pen works contactless and it is very light, you can move…
How did you configure the Wacom? Like in xorg.conf? Any tips?
WACOM_ID=$(xsetwacom list | grep STYLUS | cut -f 2 | cut -d " " -f 2)
xsetwacom set "$WACOM_ID" "Button" "2" "button +3 "
xsetwacom set "$WACOM_ID" "Button" "3" "button +1 -1 +1 -1 "
xsetwacom set "$WACOM_ID" "Mode" "Relative"
The line that discovers WACOM_ID is necessary because the Wacom device driver does not always use the same device numbers, even when nothing has been inserted or extracted in or from the USB ports. Moreover, even the Wacom subdevices are not always listed in the same order, hence the need to use grep for row select.
There are many other ways to execute a script on startup, where you can add these lines.
The acceleration of the Wacom mouse cursor is configured in the standard desktop settings.
"button +3 " means that the associated action is right click.
"button +1 -1 +1 -1 " means that the associated action is left double click.
I have left the default action for touching the tablet with the pen, which is left click. Selection by pointing and touching is even more natural than with a mouse or other alternatives.