ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Shortcut Creator

<< < (5/27) > >>

ewemoa:
Also, not quite what was requested, but FWIW, here's what I have locally:
-ewemoa (June 01, 2010, 06:38 PM)
--- End quote ---

What shell extension is that providing all those neatly categorized context menu items?
-daddydave (June 03, 2010, 05:12 PM)
--- End quote ---
It's not a shell extension :)  It's a little utility in AHK_L for consolidating certain types of AHK_L functionality into one place.

ewemoa:
I added some bits to skwire's code:

  CreateShortcutsIn.zip

SHA1: ba06fbfa0cb8a789dafbbda8e57889639738cd67

The zip file should contain an executable and a sample ini file (which should get copied by invoking the executable if there isn't already an ini file with the name "CreateShortcutsIn.ini" in the same directory as the executable).


--- ---[Settings]
Hotkey=^+c
1=C:\
2=C:\WINDOWS
3=C:\Documents and Settings
Total=3

The Hotkey setting should be something that the AHK Hotkey command can understand.  In the example here, it is set to "Ctrl Shift C".

The numbered entries indicate possible destinations to copy to.

The Total setting is the total number of numbered entries.  It is set to 3 here, but if one were to set it to 2, then it should ignore any numbered entries with numbers larger than 2.  Please make entries counting from (and including) 1 in increments of +1.  It is unlikely the code will behave otherwise.



Shortcut Creator

Note: If I understand correctly, any existing shortcuts will be overwritten.

I failed to include credits in the zip file (perhaps for a future version?).  Here is the draft of the CREDITS.txt file -- comments welcome:

Thanks to folks mentioned below (sorry if I missed someone):

Idea based on post by Contro at
  https://www.donationcoder.com/forum/index.php?topic=22924.0

Code based on skwire's post at
  https://www.donationcoder.com/forum/index.php?topic=21927.msg197063#msg197063

skwire's code mentioned by jdd at
  https://www.donationcoder.com/forum/index.php?topic=22924.msg207668#msg207668

Code written in AHK by Chris Mallett
  http://www.autohotkey.com/

Icon based on one from
  Mark James
    famfamfam.com: Silk Icons
    http://www.famfamfam.com/lab/icons/silk/

--- End quote ---

skwire:
Well done, ewemoa, nice work.   :D

Contro:
I am going ewemoa

Best Regards

Contro:
Wonderful.
In my case I adapted the ini file for my peculiar locations. My main system is on M:
I used environmental variables

c:   ---- %SYSTEMDRIVE%
C:\WINDOWS ---- %WINDIR%
%USERPROFILE%

 ;D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version