Add colemak
This commit is contained in:
parent
90543d8e8a
commit
a70284d048
1 changed files with 35 additions and 1 deletions
|
|
@ -82,7 +82,6 @@
|
||||||
keyboards.default = {
|
keyboards.default = {
|
||||||
ids = [ "*" ];
|
ids = [ "*" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
include layouts/colemak
|
|
||||||
[global]
|
[global]
|
||||||
|
|
||||||
default_layout = main
|
default_layout = main
|
||||||
|
|
@ -111,6 +110,41 @@
|
||||||
escape = ~
|
escape = ~
|
||||||
|
|
||||||
home = end
|
home = end
|
||||||
|
|
||||||
|
[colemak:layout]
|
||||||
|
w = w
|
||||||
|
, = ,
|
||||||
|
s = r
|
||||||
|
a = a
|
||||||
|
c = c
|
||||||
|
g = d
|
||||||
|
q = q
|
||||||
|
e = f
|
||||||
|
] = ]
|
||||||
|
d = s
|
||||||
|
/ = /
|
||||||
|
; = o
|
||||||
|
' = '
|
||||||
|
r = p
|
||||||
|
f = t
|
||||||
|
t = g
|
||||||
|
u = l
|
||||||
|
. = .
|
||||||
|
j = n
|
||||||
|
k = e
|
||||||
|
p = ;
|
||||||
|
o = y
|
||||||
|
z = z
|
||||||
|
h = h
|
||||||
|
i = u
|
||||||
|
[ = [
|
||||||
|
v = v
|
||||||
|
l = i
|
||||||
|
m = m
|
||||||
|
n = k
|
||||||
|
x = x
|
||||||
|
b = b
|
||||||
|
y = j
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue