menukeys
menukeys copied to clipboard
A LaTeX package to typeset menu sequences, key strokes, paths etc.
Add a macro `\click` (`\doubleclick`, `\rightclick`). These macros should print a mouse pointer indicating the click and the left or right button. The style depends on the `os` option. If...
Hello, I have just discovered your package ; it is quite nice ! However, the PDF documentation seems to lack explanation about how to select one the style presented in...
- [x] spell checking - [x] section _package options_ should become _loading and options_ - ~~[ ] load `menukeys` before `babel` — really necessary?~~ - ~~[ ] add a note...
I was writing a Windows-specific documentation about parameters and values to configure in `gpedit.msc`. I was using the `\menu` command to represent the hierarchy. As you know Microsoft is using...
One feature I would like to suggest concerns menus: I would like to be able to write \menu{File>} and \menu{>Exit} and those items to be drawn correspondingly just as the...
Hi there, Since your package makes high use of Tikz and the latter is using pgfkeys internally, I was wondering why not use that keyvalue implementation instead of kvoptions you...
While the use of `menukeys` is great visually, it makes it impossible to re-use a path by selecting and copying it. It would be great if it was possible to...
- [ ] `Page up` and `Page down` - [ ] `Pos1` or `Home` - [ ] `End` - [ ] ctrl symbol for mac - [ ] eject symbol...
In line 763 \ctrlname is not used line 763 `\def\tw@mk@ctrl@mac{ctrl}` Wouldn't it be better to use `\def\tw@mk@ctrl@mac{\ctrlname}`
Suggestion to add more styles for keys, e.g.: - keys with rounded border, but '+' is not printed - keys with no border and no '+' ``` % create new...