X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a0208e056389c8d9d21f9b0d8bf093e087809b21..2279bc9a6d42121149d1a4178cb4f29e73658332:/keys.inc.pl diff --git a/keys.inc.pl b/keys.inc.pl index 3def8bd..1cb8536 100644 --- a/keys.inc.pl +++ b/keys.inc.pl @@ -112,3 +112,39 @@ abc => [[ [qw'^t ^u ^v ^w ^x ^y ^z ^0 ^0 ^? '], ]], +colemak => [[ + [qw/ ` 1 2 3 4 5 6 7 8 9 0 - = /], + [qw/ ~ ! @ # $ % ^ & * ( ) _ + /], + [@num, qw/ ^_ ^0 /], +], [ + [qw/ q w f p g j l u y ; [ ] /], + [qw/ Q W F P G J L U Y : { } /], + [qw/^q ^w ^f ^p ^g ^j ^l ^u ^y ^0 ^[ ^] /], +], [ + [qw/ a r s t d h n e i o ' \\ /], + [qw/ A R S T D H N E I O " | /], + [qw/^a ^r ^s ^t ^d ^h ^n ^e ^i ^o ^0 ^\\ /], +], [ + [qw( z x c v b k m , . / )], + [qw( Z X C V B K M < > ? )], + [qw(^z ^x ^c ^v ^b ^k ^m ^0 ^0 ^? )], +]], + +qwerak => [[ + [qw/ ` 1 2 3 4 5 6 7 8 9 0 - = /], + [qw/ ~ ! @ # $ % ^ & * ( ) _ + /], + [@num, qw/ ^_ ^0 /], +], [ + [qw/ q w j p ; y g k r l [ ] /], + [qw/ Q W J P : Y G K R L { } /], + [qw/^q ^w ^j ^p ^0 ^y ^g ^k ^r ^l ^[ ^] /], +], [ + [qw/ a s e i u d h t n o ' \\ /], + [qw/ A S E I U D H T N O " | /], + [qw/^a ^s ^e ^i ^u ^d ^h ^t ^n ^o ^0 ^\\ /], +], [ + [qw( z x c v b f m , . / )], + [qw( Z X C V B F M < > ? )], + [qw(^z ^x ^c ^v ^b ^f ^m ^0 ^0 ^? )], +]], +