ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: £ on a non-uk keyboard

(1/2) > >>

mediaguycouk:
I was hoping someone could write a simple AHK script for me.

All I need is that when Alt-GR + 3 is pressed then a £ is sent (send ASC 0163)

cyberdiva:
If your keyboard has a numeric keypad, wouldn't it be just as easy to hold down the ALT key and press 0163?  This is the method I use all the time, not just for £ and € but also for non-English characters such as é, ü, ¿, and ç.

lanux128:
this should work but as i don't have an AltGr key, i can't test it. (it works with with Alt+3). so try both left & right Alt keys and let me know. :)


--- ---SendMode, Input

; <^>! stands for AltGr
<^>!3::
!3::
     Send, {ASC 0163}
Return

Carol Haynes:
Yep - works fine on my keyboard.

mediaguycouk:
The idea was for someone with a laptop (hence doesn't really have a numpad to type it in), however I suppose a laptop won't have a AltGr key either will it :(

Thanks for this.

Navigation

[0] Message Index

[#] Next page

Go to full version