AutoHotkey Community

It is currently May 27th, 2012, 6:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: £ sign
PostPosted: March 16th, 2011, 2:31 pm 
Offline

Joined: April 9th, 2009, 5:34 pm
Posts: 19
Location: Reading UK
I hope someone can clear up a simple issue. I am using an English keyboard

In the script file I have the £ sign but when text is placed in a document all I get is a small box. Can anyone tell me what character I need to put in the script to create the £ sign on output.

thanks

Steve

_________________
Many thanks

Stephen Mika
University of Reading


Report this post
Top
 Profile  
Reply with quote  
 Post subject: too many questions
PostPosted: March 16th, 2011, 4:55 pm 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
Please post your code.

Quote:
when text is placed in a document


What command "places" text in a "document"?
Are you using Send?
Document = Word? Maybe Notepad? WordPerfect, OpenOffice?...
I don't think it's about what keyboard you have, but I've only used US QWERT...

Code:
; FYI this works for me in notepad and Firefox.
Send, £


Last edited by keybored on March 16th, 2011, 4:59 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 16th, 2011, 4:57 pm 
Offline

Joined: June 4th, 2010, 9:04 pm
Posts: 1347
Location: california
Using the Arial Font the british pound is found by pressing and holding the alt key while typing 0163 on the numeric keypad

£

Other extended keys may be found by using the windows CharMap.exe utility.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 18th, 2011, 10:15 am 
Offline

Joined: April 9th, 2009, 5:34 pm
Posts: 19
Location: Reading UK
Thank you guys, I have found the £ sign with girlgamer's advice. Thanks also keybored (excellent name by the way).

Steve

_________________
Many thanks

Stephen Mika
University of Reading


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 18th, 2011, 11:01 am 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
another example
Code:
;-- £  ( openoffice odt /  notepad )
;-- use charmap or this script
;-- use > open textfile and press keys  alt+a
transform,S,chr,163
!a::
send,%s%
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Heck Yes!
PostPosted: March 18th, 2011, 3:34 pm 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
stephenmika, I just assumed you would copy and paste it. I mean you did have it in the forum...

Thanks I like it a lot. Keybored :D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], hd0202 and 62 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