You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section "87.4.3 Defining Key Codes" under .code 2 args, the manual states:
The second argument is optional: if it is not provided, it will be the empty string. Because of the special way the 'value' is parsed, if you set 'value' to, for instance, first (without any braces), then #1 will be set to f and #2 will be set to irst.
This appears to be false. If you pass a single braced argument, pgfkeys will always parse the first character as #1 and the rest as #2, even if you use double braces. Only when using triple braces, does it work as advertised in the manual.
In section "87.4.3 Defining Key Codes" under
.code 2 args
, the manual states:This appears to be false. If you pass a single braced argument, pgfkeys will always parse the first character as
#1
and the rest as#2
, even if you use double braces. Only when using triple braces, does it work as advertised in the manual.Minimal working example (MWE)
Result:
The text was updated successfully, but these errors were encountered: