AutoHotkey Community

It is currently May 27th, 2012, 1:37 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: February 20th, 2011, 3:43 am 
Offline

Joined: April 8th, 2009, 6:56 pm
Posts: 58
Location: Technology Guru/Tinker'er
This is working fine for me…

Code:
#Include bitlyAPI.ahk
#UseHook
#InstallKeybdHook
#Persistent
#Singleinstance force


^!F12::
   Clipboard=
   send ^c
   clipwait
   url=%clipboard%   
   val := bitly_shorten(url,1)
   MsgBox, Org URL %url%`n`n ShortURL`n %val%
return


And I updated the API in the bitlyapi.AHK
That's all… works like a charm..

I appreciate it...

_________________
Later,
LEHenryJr.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2011, 6:35 pm 
Offline

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
For those interested in shortening urls to AHK forum posts

8)

_________________
Image mirror 1mirror 2mirror 3ahk4.me • PM or Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2011, 1:50 am 
On Windows 7, when I use this, I always get the following error after adding a folder:

Error: The following variable name contains an illegal character: "f_MenuName[X]"

Image

Anyone know how to fix this?

Thanks for any advice!

Rob
:)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group