Umlaute v2

Post your working scripts, libraries and tools.
mboeker
Posts: 1
Joined: 22 May 2024, 01:20

Umlaute v2

22 May 2024, 01:24

V2 script for mapping alt-aouse to äöü߀, shift for uppercase.

Code: Select all

; Alt-a = ä, Shift+Alt-a = Ä
!a::Send "ä"
+!a::Send "Ä"

; Alt-o = ö, Shift+Alt-o = Ö
!o::Send "ö"
+!o::Send "Ö"

; Alt-u = ü, Shift+Alt-u = Ü
!u::Send "ü"
+!u::Send "Ü"

; Alt-s = ß
!s::Send "ß"

; Alt-e = €
!e::Send "€"
User avatar
smrt1
Posts: 36
Joined: 27 Mar 2022, 04:47

Re: Umlaute v2

24 May 2024, 13:08

I'm french and am using something like this:

Code: Select all

:*:éé::É
:*:èè::È
:*:çç::Ç
:*:àà::À
:*:ââ::Â
:*:êê::Ê
:*:îî::Î
:*:ôô::Ô
:*:ûû::Û
:*:oe::œ
So, you quickly hit the key twice to have the uppercase counterpart.
ozzii
Posts: 484
Joined: 30 Oct 2013, 06:04

Re: Umlaute v2

25 May 2024, 03:00

But with :*:éé::É you will have the word (for example) créée changed to crÉe :roll:
But apart for that, this is a nice quick way for having the uppercase counterpart :bravo:
User avatar
kunkel321
Posts: 1157
Joined: 30 Nov 2015, 21:19

Re: Umlaute v2

25 May 2024, 12:11

ozzii wrote:
25 May 2024, 03:00
But with :*:éé::É you will have the word (for example) créée changed to crÉe :roll:
But apart for that, this is a nice quick way for having the uppercase counterpart :bravo:
I think this would be the case if the hotstring options were :*?:. However with only the asterisk, the trigger would have to be at the beginning of a word.
ste(phen|ve) kunkel

Return to “Scripts and Functions (v2)”

Who is online

Users browsing this forum: songdg and 30 guests