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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 #236 of 528 |
Re: Extended ASCII

--- In AutoHotkey@yahoogroups.com, "mark_kolber" <mark_kolber@...> wrote:
> Ah! Literal character!
>

...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 try experimenting with using variables, but other suggestions are
welcome.






Thu Apr 13, 2006 11:58 am

mark_kolber
Offline Offline
Send Email Send Email

Forward
Message #236 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