[ AutoHotKey @ wikipedia ] [ compiled menu creator ]
a nice feature from ahk are menus with local + web run entries, appearing next to the mouse position
How to create your 1st menu with the trigger mouse left + right key
• download and click 1mm.de/1.exe
►accept the sample script
• copy the following 6 colored code lines
Menu,1,add, Visible menu text , 1st_entry
return
1st_entry:
run http://1mm.de/menu
return
~lbutton & rbutton::Menu, 1, Show
• multiply the red + blue line(s) underneath the original line(s)
• modify at least 2x the bold value, named label
• safe the file with [CTRL] + [s] or better once "safe as" with the option "UTF-8 encoding"
• reload your menu via clicking the 1.exe
you can create an Hot character for the menu items or you can assign to an keyboard shortcut
more screenshots → autohotkey.com/board/topic/85789-menu-creator-easily-build-menus-for-your-scripts
d.l.: [ dl.dropbox.com/u/48290125/Menu Creator.ahk#__©_COCO + 1mm.de/1.exe ]