Since keyreader is based on xkeyval i wonder if it’s possible to make it wokr with xkvview which comes with xkeyval.
\documentclass{scrartcl}
\usepackage{xkvview}
\usepackage{keyreader}
\makeatletter
% recorded
\define@boolkey{LI@package}[li@]{savemode}[true]{}
% not recorded
\krddefinekeys{LI@all}[li@]{%
cmd/testa/;
}
\begin{document}
\xkvview{}
\end{document}
The example shows that keys defined with the xkeyval way are recognized but not the ones defined via keyreader. I thought keyreader uses the xkeyval commands internally so I expect it to be also in the \xkvview{} list

