tags: cheatsheet title: $:/Cheatsheet/Cheatsheet/Menu Keys type: text/vnd.tiddlywiki These macros provide similar functionality to the LaTeX `menukeys` package. It provides macros for showing instructions that contain keyboard shortcuts, menu navigation, and file system navigation. !! Keyboard Shortcuts ```plaintext <<keys "Ctrl > Space">> ``` Produces: <<keys "Ctrl > Space">> !! Menu/UI Navigation ```plaintext <<menu "File > Save">> ``` Produces: <<menu "File > Save">> !!File/Folder Paths ```plaintext <<folder "H:\COMP101\Lab01">> ``` Produces: <<folder "H:\COMP101\Lab01">> ```plaintext <<file "H:\COMP101\Lab01\lab01.pdf">> ``` Produces: <<file "H:\COMP101\Lab01\lab01.pdf">>