contextmenu - How to add those tiny underlines for keyboard shortcuts when making right click menus from registry? -


this picture of mean, there no underline in entry created, can't access keyboard shortcut directly:

here's picture of how made it:

this key did job

windows registry editor version 5.00  [hkey_classes_root\systemfileassociations\.ico\shell\setthisicon] @="set icon current &folder"  [hkey_classes_root\systemfileassociations\.ico\shell\setthisicon\command] @="cmd /c del folder.ico /f /a s & copy /y \"%1\" folder.ico & \"seti[enter image description here][1]con.bat\"" 

just ignore "command" key

ampersand before letter want shortcut: @="set icon current &folder" i.e. &f

the solution the result


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -