yep, binding LClick to some unused key is what I made first. I have used LWin (start) button for a month, but
it turned out it is not comfortable - cringing the little finger, or, if using the thumb, moving the hand constantly back and forth.
And I've ended up with Space key for LClick, it is most comfortable, also Ctrl+Click or Shift+Click is very easy.
So LClick should be somewhere under the thumb, i.e. where the space key is.
The problem with 'space as click' though - how do I type in the Space character then :-)
So for typing space character I use AltGR (it is RAlt on a german keyboard I use now).
My AHK setup:
*Space::
click down left
keywait, space
click up left
return
Ralt:: space
This needs some practice to get used to though :-)
Also AltGr in windows does not work with layouts other than US.
When I switch to RU or DE, it just stops working. So I need to figure out how to solve that...
BTW, I have found some Japanese keyboards fotos in the net:
http://xahlee.info/kbd/tiny_space_bar_japanese_keyboard.htmlThey have more keys under the thumb. But those are staggered, and I
don't like staggered keys- it strains because I mus cringe my fingers.
And I really suspect those extra keys are not standard scan codes -
probably will not work by default with AHK.