Hi everyone,
as the topic says I am trying to customize the Cmk-eD_ISO_CurlAWideSym from EPKL 1.4.1 https://github.com/DreymaR/BigBagKbdTrixPKL
As the documentation states I copied a layout that I like (Cmk-eD_ISO_CurlAWideSym) and now I want to add some overwrite to map keys to my liking.
I am using a QWERTZ ISO keyboard
the colemak layout I am starting with looks like this:
` 1 2 3 4 5 6 \ 7 8 9 0 =
→ Q W F P B [ J L U Y ' -
↑ A R S T G ] M N E I O ;
Z X C D V _ / K H , .
What I am aiming for is this:
` 1 2 3 4 5 6 \ 7 8 9 0 =
→ Q W F P B [ J L U Y ' -
↑ A R S T G ] K N E I O ;
Z X D C V _ / M H , .
my physical keyboard looks like this(QWERTZ iso german):
^ 1 2 3 4 5 6 7 8 9 0 ß ´
→ q w e r t z u i o p ü +
↑ a s d f g h j k l ö ä ;
< y x c v b n m , . -
I am starting with the bottom row. First key I want to remap is the C key (colemak layout) or x key (iso qwertz layout)
So I am adding the follwing line in the Layout_Override.ini:
QW_C = D VKey
This works for the Colemak C key and maps it to the D key as expected.
If I now map like this
QW_D = C VKey
the Colemak D key stays D instead the ISO key D (or Colemak S) is now C
I am almost certain, that I am using the wrong scankeys here but I don't know which ones to use.
Can somebody explain this to me? I don't understand whats happening here.