Author Topic: Best one-handed keyboard?  (Read 4989 times)

0 Members and 1 Guest are viewing this topic.

Offline fredsmith2

  • Thread Starter
  • Posts: 2
Best one-handed keyboard?
« on: Fri, 17 October 2014, 01:51:49 »
I had a one-handed FrogPad2 chorded keyboard on order, but that didn't pan out, so I got my money back.

Now that there are no FrogPad2 plans in the future, I'm wondering what the best one-handed keyboard is, or what's the keyboard that could be best reprogrammed into a one-handed keyboard?

Offline ksm123

  • Posts: 105
  • Location: Poland
Re: Best one-handed keyboard?
« Reply #1 on: Fri, 17 October 2014, 02:40:38 »
One handed Maltron 3D? (if you can afford it)

Offline islisis

  • Posts: 120
  • Location: Tokyo, Japan
Re: Best one-handed keyboard?
« Reply #2 on: Fri, 17 October 2014, 05:45:40 »
if you are willing to chord a bit, i always wondered how a numpad (with a small '0' key) would work for a one-handed/split keyboard. that way you would have more choices for switches, wireless etc.

of course you would have to program it in software (ahk for dual-role keys etc.).

Offline hoggy

  • * Moderator
  • Posts: 1502
  • Location: Isle of Man
Re: Best one-handed keyboard?
« Reply #3 on: Fri, 17 October 2014, 07:15:55 »
Have you come across the Twiddler?
GH Ergonomic Guide (in progress)
http://geekhack.org/index.php?topic=54680.0

Offline vivalarevolución

  • Posts: 2146
  • Location: Naptown, Indiana, USA
  • Keep it real b/c any other way is too stressful
Re: Best one-handed keyboard?
« Reply #4 on: Fri, 17 October 2014, 10:43:05 »
Matias has this.  Pricey, but interesting concept.

http://www.matias.ca/halfkeyboard/


I also did some experimentation with the Ergodox as a one-handed keyboard, and it was not too bad.  With all the custom ergo boards that get floated around on this forum, I think that somebody could create a more efficient one-handed design than the Ergodox, but it works for those without the time or willingness to tinker.  You can put a Teensy on both sides of the Ergodox, which I know will make it ineffective as a two-handed keyboard, but depends on what you plan to use it for. 
Wish I had some gif or quote for this space, but I got nothing

Offline jacobolus

  • Posts: 3661
  • Location: San Francisco, CA
Re: Best one-handed keyboard?
« Reply #5 on: Fri, 17 October 2014, 16:10:07 »

Offline hoggy

  • * Moderator
  • Posts: 1502
  • Location: Isle of Man
Re: Best one-handed keyboard?
« Reply #6 on: Sat, 18 October 2014, 01:35:05 »
How about a point of sale keyboard with the fitaly layout.  Tipro or Access would do the job.
GH Ergonomic Guide (in progress)
http://geekhack.org/index.php?topic=54680.0

Offline Proword

  • Posts: 237
  • Location: Perth, Western Australia
Re: Best one-handed keyboard?
« Reply #7 on: Sat, 18 October 2014, 04:47:36 »
Here's a video showing the Maltron single hander being taken for a spin.  I only had a few hours of practice, but found it very easy to start touch typing after that short time.  (I've been touch typing since 1967, on QWERTY and then Maltron in 1986.)


I'm transcribing an interview, and because I was not very familiar with the single hand layout, I was working slowly.   Using a two hander I can get over 180 wpm.  However, I'm fairly sure I could get close to 100 wpm with sufficient practice.
« Last Edit: Sat, 18 October 2014, 04:49:34 by Proword »
Maltron 3D Dual Hand (x4)
Maltron 3D Single Hand (x2 - L & R)

Many people think their lifestyle comes at a cost - but they are quite cool with that as long as somebody ELSE pays it.

Offline yasuo

  • Posts: 978
  • Location: ID
  • spanengan puyeng newbie
Re: Best one-handed keyboard?
« Reply #8 on: Sat, 18 October 2014, 04:54:16 »
Here's a video showing the Maltron single hander being taken for a spin.  I only had a few hours of practice, but found it very easy to start touch typing after that short time.  (I've been touch typing since 1967, on QWERTY and then Maltron in 1986.)


I'm transcribing an interview, and because I was not very familiar with the single hand layout, I was working slowly.   Using a two hander I can get over 180 wpm.  However, I'm fairly sure I could get close to 100 wpm with sufficient practice.
you have this is :D

You have to type the video with maltron, I am happy if you make one like the people typing in ibm m, hhkb which many on youtube

Logitech MK220 Colemak DH
SplitSyml by Moz BlacksMx fuk blacks

2/3 8.5pm                                          in de la my september month ya da all get my fukka "fake message"

Offline BlackWidowMan777

  • Posts: 207
Re: Best one-handed keyboard?
« Reply #9 on: Sat, 18 October 2014, 05:02:12 »
I had a one-handed FrogPad2 chorded keyboard on order, but that didn't pan out, so I got my money back.

Now that there are no FrogPad2 plans in the future, I'm wondering what the best one-handed keyboard is, or what's the keyboard that could be best reprogrammed into a one-handed keyboard?

save ur money and use AHK: try this one

Code: [Select]
; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments.  They are not executed.

; This script has a special filename and path because it is automatically
; launched when you run the program directly.  Also, any text file whose
; name ends in .ahk is associated with the program, which means that it
; can be launched simply by double-clicking it.  You can have as many .ahk
; files as you want, located in any folder.  You can also run more than
; one .ahk file simultaneously and each will get its own tray icon.

; SAMPLE HOTKEYS: Below are two sample hotkeys.  The first is Win+Z and it
; launches a web site in the default browser.  The second is Control+Alt+N
; and it launches a new Notepad window (or activates an existing one).  To
; try out these hotkeys, run AutoHotkey again, which will load this file.


mirror_1 = 0
mirror_2 = 9
mirror_3 = 8
mirror_4 = 7
mirror_5 = 6
mirror_q = p
mirror_w = o
mirror_e = i
mirror_r = u
mirror_t = y
mirror_a = `;
mirror_s = l
mirror_d = k
mirror_f = j
mirror_g = h
mirror_z = /
mirror_x = .
mirror_c = ,
mirror_v = m
mirror_b = n
mirror_6 = 5
mirror_7 = 4
mirror_8 = 3
mirror_9 = 2
mirror_0 = 1
mirror_y = t
mirror_u = r
mirror_i = e
mirror_o = w
mirror_p = q
mirror_h = g
mirror_j = f
mirror_k = d
mirror_l = s
mirror_n = b
mirror_m = v
return

; This key may help, as the space-on-up may get annoying, especially if you type fast.
Control & Space::Suspend

; Not exactly mirror but as close as we can get, Capslock enter, Tab backspace.
Space & CapsLock::Send {Enter}
Space & Tab::Send {Backspace}

; Without this capslock would shift only letters, this resolves that issue.
+CapsLock::   ; Must catch capslock and Shift capslock to make this work.
CapsLock::
  if CapsState = D
  {
    CapsState = U
    Send {LShift Up}
  }
  else
  {
    CapsState = D
    Send {LShift Down}
  }
  return

Shift::CapsState = U  ; User pressed shift which toggles shift back up.
; The only strange part of this setup is that although capslock will toggle
; shift state, hitting the shift key will not toggle, it will act as a shift
; key reguardless of the capslock state and release afterward.


; If spacebar didn't modify anything, send a real space keystroke upon release.
space::
Send {space}
return

space & `::
space & 1::
space & 2::
space & 3::
space & 4::
space & 5::
space & q::
space & w::
space & e::
space & r::
space & t::
space & a::
space & s::
space & d::
space & f::
space & g::
space & z::
space & x::
space & c::
space & v::
space & b::
space & `;::
space & ,::
space & .::
space & /::
space & 6::
space & 7::
space & 8::
space & 9::
space & 0::
space & y::
space & u::
space & i::
space & o::
space & p::
space & h::
space & j::
space & k::
space & l::
space & n::
space & m::
; Determine the mirror key, if there is one:
if A_ThisHotkey = space & ``
   MirrorKey = '
else if A_ThisHotkey = space & `;
   MirrorKey = a
else if A_ThisHotkey = space & ,
   MirrorKey = c
else if A_ThisHotkey = space & .
   MirrorKey = x
else if A_ThisHotkey = space & /
   MirrorKey = z
else  ; To avoid runtime errors due to invalid var names, do this part last.
{
   StringRight, ThisKey, A_ThisHotkey, 1
   StringTrimRight, MirrorKey, mirror_%ThisKey%, 0  ; Retrieve "array" element.
   if MirrorKey =  ; No mirror, script probably needs adjustment.
      return
}

Modifiers =
GetKeyState, state1, LWin
GetKeyState, state2, RWin
state = %state1%%state2%
if state <> UU  ; At least one Windows key is down.
   Modifiers = %Modifiers%#
GetKeyState, state1, Control
if state1 = D
   Modifiers = %Modifiers%^
GetKeyState, state1, Alt
if state1 = D
   Modifiers = %Modifiers%!
GetKeyState, state1, Shift
if state1 = D
   Modifiers = %Modifiers%+
Send %Modifiers%{%MirrorKey%}
return


; Note: From now on whenever you run AutoHotkey directly, this script
; will be loaded.  So feel free to customize it to suit your needs.

; Please read the QUICK-START TUTORIAL near the top of the help file.
; It explains how to perform common automation tasks such as sending
; keystrokes and mouse clicks.  It also explains more about hotkeys.
« Last Edit: Sun, 19 October 2014, 01:12:05 by user 18 »

Offline Proword

  • Posts: 237
  • Location: Perth, Western Australia
Re: Best one-handed keyboard?
« Reply #10 on: Sat, 18 October 2014, 05:22:05 »
Here's a video showing the Maltron single hander being taken for a spin.  I only had a few hours of practice, but found it very easy to start touch typing after that short time.  (I've been touch typing since 1967, on QWERTY and then Maltron in 1986.)


I'm transcribing an interview, and because I was not very familiar with the single hand layout, I was working slowly.   Using a two hander I can get over 180 wpm.  However, I'm fairly sure I could get close to 100 wpm with sufficient practice.
you have this is :D
Show Image

You have to type the video with maltron, I am happy if you make one like the people typing in ibm m, hhkb which many on youtube



That's even older than my first one.  :cool: It plugged into the games port of an Apple II+.

This video shows me transcribing with the dual hander 3D - MUCH faster.

« Last Edit: Sat, 18 October 2014, 05:23:55 by Proword »
Maltron 3D Dual Hand (x4)
Maltron 3D Single Hand (x2 - L & R)

Many people think their lifestyle comes at a cost - but they are quite cool with that as long as somebody ELSE pays it.

Offline terrpn

  • Alpha Geezer
  • * Exquisite Elder
  • Posts: 992
  • Location: MD/VA
  • - Buy Vintage -
Re: Best one-handed keyboard?
« Reply #11 on: Sat, 18 October 2014, 12:42:59 »
there all right, one handed to me........doesn't matter :eek:
More

Luga G80-1865/MX Reds + Dolch G80-1813/MX Blues + G80-3700HQAUS + DK9008G2 Pro/MX Browns Thick PBT + DK9008G2 Pro/MX Clears Thick PBT +  QFR TKL/Ghetto Greens + Cherry G80-1800/MX Blues + IBM Model M SSK Bolt Modded + IBM Model M + IBM Model F + IBM AT F + Cherry G80-1000 (HAD)/MX Vintage Blacks + Razer BWU/MX Blues + Leading Edge DC2214/Blue Alps + Compaq MX11800/Browns + Chicony 5181/Monterey Blues + Chicony 5161/MX Black Cherry Clone + Focus 2001/White Alps + Chicony 5191/White Futabas + Olivetti ANK27-101 + Dell (Old Logo) AT101/Black Alps + NMB RT8255C+/Black Space Invaders + Unitek K260/Green Alps + Apple M0116/Orange Alps + AEK II M3501/Cream Alps + AEK M0115/Orange Alps + NEC  APC412/Blue Sliders + NEC APC410/Blue Sliders + Omnikey /White Alps + Wang/Yellow Alps (Omrons) + Laser/White SMK + Fame/Blue Aruz + AEK II M3501/Salmon Alps + Zenith ZKB-2R/Green Alps + Wang 724/Orange Alps + DK1087/Green Alps + Zenith ZKB-2/Yellow Alps + Dell Old Logo AT101/Salmon-Pink Alps + Leading Edge AK1012/White SMK's + Magitronic SK-1030/White (Linear) Futaba's + Packard Bell/White (Clicky) Futaba's + Datacomp DFK101/White  Alps + SGI AT101/Dampened White Alps + NMB AQ6RT-72511/Grey Space Invaders (Hi-Tek) + Datacomp/Blue Alps + Phillips 2812/White Space Invaders (Linear) + Dah Yang K251/Vintage MX Blues + Chicony 5161/DS Caps/Vintage MX Blue + Archie-NMB AQ659ZRT-725/Black Space Invader (Tactile) + IBM Model M 71G4644 (RD) Bolt Modded with Soarers Converter + IBM Model M Silver Label 1390131 + Cherry G80-1501/Vintage MX Clears + Focus FK8000/Linear Futabas + Gateway 2000 Anykey Programmable/Maxi-Switch + Dell GY13PVAT101/Dye Sub Caps/Salmon Alps + Chicony 5161/White Alps + AST K0B101/Slider over RD + Qtronix QX-32H + Everex/NMB RT8255CW+ Black Space Invaders-Split Erase + Tandon/NMB AQ659ZRT-101A/Beige Space Invaders + Cherry G80-11903 MNRUS/MX Blacks + Apple IIGS A9M0330/SMK Whites + WYSE PCE/MX Blacks + Chicony 5160AXT/Clicky Futaba + Cherry G80-0528/Vintage MX Blacks + Dell AT101/Linear (Modded) Black Alps+Topre 55g

Offline hoggy

  • * Moderator
  • Posts: 1502
  • Location: Isle of Man
Re: Best one-handed keyboard?
« Reply #12 on: Sun, 19 October 2014, 01:06:56 »
So, why are you after a one hand keyboard?
GH Ergonomic Guide (in progress)
http://geekhack.org/index.php?topic=54680.0

Offline jackalope

  • Posts: 165
  • Location: Chicago
  • Now with 20% more soul.
Re: Best one-handed keyboard?
« Reply #13 on: Sun, 19 October 2014, 01:14:59 »
Interesting idea.
eh o well

Offline BlackWidowMan777

  • Posts: 207
Re: Best one-handed keyboard?
« Reply #14 on: Sun, 19 October 2014, 01:36:46 »
Just to add, the AHK script pretty much replicates the matias half-qwerty keyboard, except you can use it on any of your existing keyboards - even your ergodox! The matias just costs half a grand more and can be used on linux as well as windows.

I tried it for fun and got up to 30 wpm - so not bad if you're resting a particular hand, wrist, or finger. An interesting upshot to this experiment was that this really honed my two handed typing. But take it slow because one hand will now be doing the bulk of the work and that takes its toll on your pinky, ring finger and wrist. So you have to rest more and stretch before after and during typing sessions.

What is your particular injury if any, and if not why do you want a half keyboard again?

cheers.

Offline pyro

  • Posts: 177
Re: Best one-handed keyboard?
« Reply #15 on: Sun, 19 October 2014, 05:23:22 »
The matias just costs half a grand more and can be used on linux as well as windows.

It is possible to achieve the same with a custom keyboard layout (see xkbcomp) on Linux.

I don't see the point of a half keyboard, unless you're somehow forced to use one. I've also tried it for a few weeks (using Autohotkey) and as BlackWidowMan777 said, it's going to significantly slow down your typing speed and double the strain on your typing hand. Maybe consider a DECT-headset and speech recognition software like Dragon Naturally Speaking instead.

PS: Just wanted to add that using Autohotkey or xkbcomp gives you the ability to modify the layout at any time, so you're not stuck with what the manufacturer came up with.
« Last Edit: Sun, 19 October 2014, 05:28:15 by pyro »

Offline BlackWidowMan777

  • Posts: 207
Re: Best one-handed keyboard?
« Reply #16 on: Mon, 20 October 2014, 11:28:39 »
The matias just costs half a grand more and can be used on linux as well as windows.

It is possible to achieve the same with a custom keyboard layout (see xkbcomp) on Linux.

I don't see the point of a half keyboard, unless you're somehow forced to use one. I've also tried it for a few weeks (using Autohotkey) and as BlackWidowMan777 said, it's going to significantly slow down your typing speed and double the strain on your typing hand. Maybe consider a DECT-headset and speech recognition software like Dragon Naturally Speaking instead.

PS: Just wanted to add that using Autohotkey or xkbcomp gives you the ability to modify the layout at any time, so you're not stuck with what the manufacturer came up with.

Agreed on all points and I might try the linux workaround, but also wanted to add there are some more alternatives to share the load away from the rigid typing stance so to speak:

1. iPad apps such as Penultimate and 7notesHD Prem allows hand writing recognition;
2. conventional pen and paper - 'experts' say that the physical act of writing gets the creative juices flowing much more so than the act of typing, which is mostly robotic and relies more on memory than thinking with both sides of the brain;
3. if your injury is arthritic in nature e.g. trigger finger due to ulnar deviation caused by iPad hand or the crappy traditional QWERTY layout, you can manage to type at full speed by say using ur left middle finger for 2,w,s,x effectively allowing you to use all your heavy actuation keyboards whilst totally resting the injured finger. Comparing this method to the matias half keyboard or the AHK script I can get up to 65 wpm and 97% accuracy. And that was just for the short time I had sprained my left ring finger;
4. hunt and peck (just don't let Linkbane/HellPirate catch you doing it on a mechanical cos he can fence and he is a prima dona of 10 fingering the keyboard in the fastest, lightest, and most efficient way possible.)
5. http://www.lightio.com/ allows you to type without even touching a physical key using light beams;
6. that bracelet thingy that senses your typing by goodness knows how - but you can still use it on your mechs just with a feather-touch.

Offline Oobly

  • * Esteemed Elder
  • Posts: 3929
  • Location: Finland
Re: Best one-handed keyboard?
« Reply #17 on: Tue, 21 October 2014, 04:58:58 »
BlackWidowMan, that AHK script is awesome! Great idea, can be used with any board to make a one-handed board.
Buying more keycaps,
it really hacks my wallet,
but I must have them.

Offline BlackWidowMan777

  • Posts: 207
Re: Best one-handed keyboard?
« Reply #18 on: Thu, 23 October 2014, 06:22:46 »
BlackWidowMan, that AHK script is awesome! Great idea, can be used with any board to make a one-handed board.


BlackWidowMan, that AHK script is awesome! Great idea, can be used with any board to make a one-handed board.

Hey thanks Oobly! I did find it quite easy to get used to. Funny how the brain works! I had tried the Matias simulator and liked it so I started searching for RH halfqwerty AHK scripts.

Hope it might be of use for anyone with any kind of hand problems as 'rest' is of course an important part of the R.I.C.E. formula especially for the treatment of early stage soft tissue injuries. Another thing - you can also use it for two-handed keyboarding but it's not as fast as normal keyboards as there is a pause at the end of every word when you press space. I guess that's another advantage to the Matias. But the price is just so out there.

I was wondering if you had taken it for a test drive on your own custom ergo board? If so how did it fare? Do you think it could be useful as a one-handed ergodox?

Cheers!
« Last Edit: Thu, 23 October 2014, 06:39:45 by BlackWidowMan777 »