AutoHotkey Community

It is currently May 27th, 2012, 12:38 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 16 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: January 18th, 2010, 6:18 am 
a_h_k wrote:
Use
Code:
#z::
;Put the java script in Clipboard
;  (use StringReplace to "escape" chars such as %)
Send  ^l ; will focus on address bar
Sleep, 1000
Send ^v   ;is the FASTEST way to send text
return


It's much easier to use the keyword approach as mentioned earlier. This eliminates the need to escape characters, and if the shortcut is updated, there's no need to update my ahk code.
a_h_k wrote:
None (jeff) wrote:
The bookmarklet is almost 5000 characters, so could take several minutes (and it also might well exceed the limit on the number of characters allows in the address bar)

The one referred to by the link is exactly 561 chars long


You're right, I wasn't using my normal editor and I was inadvertently looking at the file size rather than the line size.

I am still looking for a way to use a Firefox bookmark without changing the contents of the address bar. Thanks!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad, jrav and 21 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