AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Greek Letters

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
instantrunoff



Joined: 13 Jan 2008
Posts: 62

PostPosted: Sun Mar 30, 2008 9:50 am    Post subject: Greek Letters Reply with quote

Hopefully this will save someone else some time:

Code:
#Hotstring C * ?
::/alpha::{asc 945}
::/beta::{asc 946}
::/gamma::{asc 947}
::/Gamma::{asc 915}
::/delta::{asc 948}
::/Delta::{asc 916}
::/epsilon::{asc 949}
::/zeta::{asc 950}
::/eta::{asc 951}
::/theta::{asc 952}
::/kappa::{asc 954}
::/lambda::{asc 955}
::/mu::{asc 956}
::/xi::{asc 958}
::/sigma::{asc 963}
::/Sigma::{asc 931}
::/pi::{asc 960}
::/rho::{asc 961}
::/tau::{asc 964}
::/phi::{asc 966}
::/Phi::{asc 934}
::/chi::{asc 967}
::/psi::{asc 968}
::/Psi::{asc 936}
::/omega::{asc 969}
::/Omega::{asc 937}
#Hotstring *0 ?0 C0


Thanks to http://tlt.psu.edu/suggestions/international/bylanguage/greekchart.html#greeklower
Back to top
View user's profile Send private message Visit poster's website
Laszlo



Joined: 14 Feb 2005
Posts: 3877
Location: Pittsburgh

PostPosted: Sun Mar 30, 2008 3:55 pm    Post subject: Reply with quote

These save time, if you need occasionally Greek letters! However, a few are missing: nu (ν), capital theta (Θ), lambda (Λ), xi (Ξ), pi (Π). Greek letters are supported in a few keyboard scripts, too, e.g. here.
Back to top
View user's profile Send private message Visit poster's website
instantrunoff



Joined: 13 Jan 2008
Posts: 62

PostPosted: Sun May 11, 2008 12:34 pm    Post subject: Reply with quote

Another way
Back to top
View user's profile Send private message Visit poster's website
Laszlo



Joined: 14 Feb 2005
Posts: 3877
Location: Pittsburgh

PostPosted: Sun May 11, 2008 4:05 pm    Post subject: Reply with quote

It does not work for me in IE7 (Vista). It still catches Alt-C as its own hotkey.
Back to top
View user's profile Send private message Visit poster's website
instantrunoff



Joined: 13 Jan 2008
Posts: 62

PostPosted: Sun May 11, 2008 4:54 pm    Post subject: Reply with quote

Laszlo wrote:
It does not work for me in IE7 (Vista). It still catches Alt-C as its own hotkey.


This might be the reason: http://blogs.msdn.com/ie/archive/2005/12/19/505564.aspx
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group