Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Extended ASCII   Message List  
Reply | Forward Message #239 of 528 |
Re: [AutoHotkey] Re: Extended ASCII

Just make sure that you backup and restore the current clipboard contents:

^!5::
clipboardBak := clipboard
clipboard = °
Send, ^v
clipboard := clipboardBak
return


- Frederik


mark_kolber wrote:
> I ended up using the clipboard to solve the problem:
>
> ^!5:: clipboard=° send, ^v return
>
> works just fine.
>
> Thanks for the help. The ideas I received sent me on the right track.




Thu Apr 13, 2006 3:27 pm

ace_noone
Offline Offline
Send Email Send Email

Forward
Message #239 of 528 |
Expand Messages Author Sort by Date

I know the standard way of using autohotkey to create standard ASCII characters. For example, both ^!5::Send, {ASC 0176} and ... will produce the degrees...
mark_kolber
Offline Send Email
Apr 12, 2006
8:27 pm

Dear Rank Newbie, :) You may try: ^!F5::Send, `% Regards, :)...
goyyah
Offline Send Email
Apr 13, 2006
5:26 am

... Ah! Literal character! How wonderfully obvious. Well, see, I told you! :) Thank you....
mark_kolber
Offline Send Email
Apr 13, 2006
11:47 am

... ...except that it turns out it doesn't work. Same rseult. Even when entered in a text box in Firefox, the character appears in the google search box. I'll...
mark_kolber
Offline Send Email
Apr 13, 2006
12:00 pm

I haven't tried it... but what about using the chr function to load your character on to the clipboard, then paste that in? jack It's not the despair - I can...
jack horsfield
jack_horsfield
Online Now Send Email
Apr 13, 2006
1:10 pm

I ended up using the clipboard to solve the problem: ^!5:: clipboard=° send, ^v return works just fine. Thanks for the help. The ideas I received sent me on...
mark_kolber
Offline Send Email
Apr 13, 2006
3:16 pm

Just make sure that you backup and restore the current clipboard contents: ^!5:: clipboardBak := clipboard clipboard = ° Send, ^v clipboard := clipboardBak ...
F.D.
ace_noone
Offline Send Email
Apr 13, 2006
3:32 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help