Tobias Weh

Results 41 comments of Tobias Weh

Thanks for your feedback! The bad news is that solving this issue one the package level would require some work, but I don’t have the time at the moment. The...

Hm … do you want to have the symbol and the text on the same key or just be able to use both? Here some examples showing both. It is...

For this version changing the behavior would be much work, but for a future version I can think about an implementation like this: - `\`: depends on `os` (and `mackeys`)...

This is a pretty nice idea, however at the moment unfortunately I don’t have the time to work on the packe, but I’ll keep it in mind!

If we apply it only to the separator I fear it could happen that some viewers add extra spaces (from bevor after the separator) which would circumvent the whole effort...

Thanks for this request. At the moment it is possible to access the single style by additional macros: ``` \documentclass[parskip=full]{scrartcl} \usepackage{menukeys} \makeatletter % it is necessary to define the style...

But will this work, I have in mind that `\seq_seq` ignores empty elements by default, thus `Menu>Item>` would led to the same sequence as `Menu>Item` …

Thanks for your suggestions and a big sorry for the late reply. At the moment I can’t tell when I find the time to implement the new symbols. If you...

You could do this with something like ```tex \renewcommand{\enter}{Enter} ``` I.e. overwriting my definition. I think this must not be part of the package itself, however maybe this could be...