 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Nov 18, 2009 8:38 pm Post subject: |
|
|
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
|
Posted: Tue Sep 27, 2011 11:19 am Post subject: |
|
|
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 |
|
 |
Guest
|
Posted: Tue Sep 27, 2011 2:47 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|