Author Topic: Alt Colemak layout on Pok3r  (Read 942 times)

0 Members and 1 Guest are viewing this topic.

Offline cogito_ergo_sum

  • Thread Starter
  • Posts: 37
Alt Colemak layout on Pok3r
« on: Tue, 01 December 2015, 16:05:38 »
I am trying to improve number entry on the Pok3r. I tried mapping them to the left to qwe asd zxc (because fn + 'r' is  apparently reserved for 'reset'). This requires shifting the hand left 1 column. However the staggered layout feels odd.

I am testing this with a Colemak letter layout:
1)  swap the number row to the bottom row
2)  numbers are 9753.-2468 with 0 and 1 above the 4 and 6
3)  shift the letter rows to the top 3 rows
4)  map fn to spacebar 

Has anyone tried anything similar? Any suggestions or critiques are appreciated.

Below is the AHK code I'm using. If the layout works, I will program the board this way.
(Note the code does not simulate the fn map to spacebar, which I have programmed to the board itself in one of the layers.)

Code: [Select]
\::enter
return

[::,
]::.

a::z
return
d::c
return
g::b
return
j::m
return
l::1
return
q::a
return
e::s
return
t::d
return
u::n
return
o::i
return
z::9
return
c::5
return
b::.
return
m::2
return
.::6
return
1::q
return
3::f
return
5::g
return
7::l
return
9::y
return
-::-
return
s::x
return
f::v
return
h::k
return
k::0
return
;::;
return
w::r
return
r::t
return
y::h
return
i::e
return
p::o
return
x::7
return
v::3
return
n::-
return
,::4
return
/::8
return
2::w
return
4::p
return
6::j
return
8::u
return
0::0
return