15
Layout Programming Tips
Position tokens are always based on the default QWERTY Windows layout
If the keyboard cannot understand the desired remap, then the default action will remain in effect.
Do not mix and match square and curly brackets in a single line of code
Separate each line of code with Enter/Return
The order in which the lines of code appears in the .txt file does not generally matter, except in the event
of conflicting commands, in which case the command closest to the bottom of the file will be implemented.
Tokens are not case-sensitive. (see Section 6.5).
A line of code can be temporarily disabled by placing an asterisk (*) at the beginning of the line.
6.2 Position Token Map
Top Layer Position Tokens
Fn Layer Position Tokens
In general, to designate a key position in the Fn layer, you simply encode the prefix “fn“ (with a space) before
the basic, top-layer token (outside the brackets). Keys with a unique embedded key action have different Fn
layer position token as shown below.