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 

German Umlaute Convenience Script
Goto page Previous  1, 2
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Nov 18, 2009 8:38 pm    Post subject: Reply with quote

I tried all 4-5 scripts I found on google and after all the frustration I wrote this 7 lines script :

Code:

; # is the Win key
#a:: Send {ASC 0228}
#o:: Send {ASC 0246}
#u:: Send {ASC 0252}
#s:: Send {ASC 0223}

#+a:: Send {ASC 0196}
#+o:: Send {ASC 0214}
#+u:: Send {ASC 0220}



I like simple things....

Works in Excel/Word, Google Docs, Gmail, Notepad++

PS. Sorry if my stupid script makes the complicated ones obsolete...

PS2. 10x to http://www.mknoedel.de/lexikon_ASCII-Code.htm for the ASCII codes...
Back to top
hypertyper



Joined: 12 Nov 2009
Posts: 17

PostPosted: Tue Sep 27, 2011 11:19 am    Post subject: Reply with quote

You have to be extremely quick with typing for your script to work. I much prefer ck's original script. It's perfect and I've been using it for years without ever feeling the need to improve it.

I know quite a few students who study German and have to write essays etc. It's a pain having to go through alt keys or the Word menu, that's why I love this script.

I've written a blog entry about it including a "for dummies" version where it's compiled and ready to go. I hope it's ok to link, somebody asked for simple instructions...

http://www.codetopf.com/2011/09/german-umlaute-on-any-keyboard.html

In one sentence: Download this file, run it, press a,u,o or s and then the 5 key to put an umlaut on top (or turn s to ß).

http://dl.dropbox.com/u/9732528/umlaute.zip
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Sep 27, 2011 2:47 pm    Post subject: Reply with quote

This may not be the fastest way to type Umlaute but it's easy and straight forward. You also don't have to move your hand away to reach for modifier key or some number.
Code:
:C?*:A''::Ä
:C?*:a''::ä
:C?*:O''::Ö
:C?*:o''::ö
:C?*:U''::Ü
:C?*:u''::ü
:C?*:s''::ß
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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