German characters on US-International keyboard layoutSetting default keyboard layout application-specific?Mac -> Windows Remote Desktop Keyboard [German Layout]In XOrg, can i switch keyboard-layout per application and still honor ~/.XmodmapHow to press cmd- on german keyboard layoutus keyboard, german layout - special character < and >Keyboard shortcuts for international characters with non-US keyboardsHow custom my keyboard layout?US International without dead keys layout Windows 10switching from English to English international on my windows 8.1 computerWhy does Windows 10 switch the Language, but not the Keyboard layout on Alt + Shift?
Would a "ring language" be possible?
How come Arya Stark wasn't hurt by this in Game of Thrones Season 8 Episode 5?
Can ThermodynamicData be used with NSolve?
How can sister protect herself from impulse purchases with a credit card?
Parse a C++14 integer literal
Have the writers and actors of GOT responded to its poor reception?
Former Employer just sent me an IP Agreement
Lock out of Oracle based on Windows username
I recently started my machine learning PhD and I have absolutely no idea what I'm doing
How was the blinking terminal cursor invented?
pwaS eht tirsf dna tasl setterl fo hace dorw
Error when running ((x++)) as root
Why are stats in Angband written as 18/** instead of 19, 20...?
What color to choose as "danger" if the main color of my app is red
Cycling to work - 30mile return
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario
What should I wear to go and sign an employment contract?
Appropriate liquid/solvent for life in my underground environment on Venus
Why using a variable as index of a list-item does not retrieve that item with clist_item:Nn?
What would be the game balance implications for using the Gygax method for applying falling damage?
Driving a school bus in the USA
on the truth quest vs in the quest for truth
Why is so much ransomware breakable?
How to laser-level close to a surface
German characters on US-International keyboard layout
Setting default keyboard layout application-specific?Mac -> Windows Remote Desktop Keyboard [German Layout]In XOrg, can i switch keyboard-layout per application and still honor ~/.XmodmapHow to press cmd- on german keyboard layoutus keyboard, german layout - special character < and >Keyboard shortcuts for international characters with non-US keyboardsHow custom my keyboard layout?US International without dead keys layout Windows 10switching from English to English international on my windows 8.1 computerWhy does Windows 10 switch the Language, but not the Keyboard layout on Alt + Shift?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm used to a German keyboard layout, but want to try using a US-International keyboard to simplify programming.
On Windows 10 I can enter German umlauts (äöü) using the US-International layout (for the normal US layout this does not work) by pressing " followed by aou, but how to enter the ß (sharp s)? "s does not work. I want to avoid switching to the German layout or using Alt-sequences.
windows keyboard keyboard-layout
add a comment |
I'm used to a German keyboard layout, but want to try using a US-International keyboard to simplify programming.
On Windows 10 I can enter German umlauts (äöü) using the US-International layout (for the normal US layout this does not work) by pressing " followed by aou, but how to enter the ß (sharp s)? "s does not work. I want to avoid switching to the German layout or using Alt-sequences.
windows keyboard keyboard-layout
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago
add a comment |
I'm used to a German keyboard layout, but want to try using a US-International keyboard to simplify programming.
On Windows 10 I can enter German umlauts (äöü) using the US-International layout (for the normal US layout this does not work) by pressing " followed by aou, but how to enter the ß (sharp s)? "s does not work. I want to avoid switching to the German layout or using Alt-sequences.
windows keyboard keyboard-layout
I'm used to a German keyboard layout, but want to try using a US-International keyboard to simplify programming.
On Windows 10 I can enter German umlauts (äöü) using the US-International layout (for the normal US layout this does not work) by pressing " followed by aou, but how to enter the ß (sharp s)? "s does not work. I want to avoid switching to the German layout or using Alt-sequences.
windows keyboard keyboard-layout
windows keyboard keyboard-layout
asked May 12 at 13:25
Thomas S.Thomas S.
221421
221421
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago
add a comment |
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago
add a comment |
6 Answers
6
active
oldest
votes
AltGr+s. You could get help in Windows Keyboard Layouts, in particular at United States-International (with AltGr pressed):
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
add a comment |
How do I enter the ß (sharp s)?
ß Right Alts Esszett (sz ligature)
Source Help with Microsoft Keyboards US-International | School of Languages, Cultures, and Race | Washington State University
add a comment |
I'm used to a German keyboard layout, but want to try using
a US-International keyboard to simplify programming.
If your goal is to simplify programming, you might want to check out keyboard layouts that are specifically optimized for programming. For example, the Neo layout makes the important programming symbols easily accessible on layer 3. The Neo layout also optimizes the normal letters for typing German and English texts (including äöüß), but you can also keep the normal letters as qwertz and benefit from Neo's programming support on layer 3.
New contributor
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
add a comment |
Personally i use this layout https://eurkey.steffen.bruentjen.eu/
It's basically the US layout with all of the umlauts (and anything else) you might need.
äöüß would be AltGr + a/o/u/s.
New contributor
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
add a comment |
- Make sure keyboard layout is set to English US International( Not simply English US)
- For ä, ö and ü.
Press Shift + " keys. Nothing should appear on screen.
Now press A and you get ä. Similarly for ö and ü.
Note: Press space if you wanted " (double quotes). So you need to press Shift + " and then space to get a single double quote in International US keyboard.
- Use right ALT ( ALT Grp) + S to get ß
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
add a comment |
I'm in the same boat as you and use eurokb as custom keyboard layout. It supports composing additional characters like German umlauts, but also many others like French or Greek characters. The composing sequences largely follow logic, so AltGr-a + :
becomes ä, AltGr-o + :
becomes ö, .
can be used for ȧ and so on.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1435870%2fgerman-characters-on-us-international-keyboard-layout%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
AltGr+s. You could get help in Windows Keyboard Layouts, in particular at United States-International (with AltGr pressed):
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
add a comment |
AltGr+s. You could get help in Windows Keyboard Layouts, in particular at United States-International (with AltGr pressed):
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
add a comment |
AltGr+s. You could get help in Windows Keyboard Layouts, in particular at United States-International (with AltGr pressed):
AltGr+s. You could get help in Windows Keyboard Layouts, in particular at United States-International (with AltGr pressed):
answered May 12 at 16:58
JosefZJosefZ
7,74141545
7,74141545
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
add a comment |
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
1
1
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
Wow, that is an old piece of microsoft.com. Still has javascript checking for Netscape 4...
– grawity
May 13 at 18:51
add a comment |
How do I enter the ß (sharp s)?
ß Right Alts Esszett (sz ligature)
Source Help with Microsoft Keyboards US-International | School of Languages, Cultures, and Race | Washington State University
add a comment |
How do I enter the ß (sharp s)?
ß Right Alts Esszett (sz ligature)
Source Help with Microsoft Keyboards US-International | School of Languages, Cultures, and Race | Washington State University
add a comment |
How do I enter the ß (sharp s)?
ß Right Alts Esszett (sz ligature)
Source Help with Microsoft Keyboards US-International | School of Languages, Cultures, and Race | Washington State University
How do I enter the ß (sharp s)?
ß Right Alts Esszett (sz ligature)
Source Help with Microsoft Keyboards US-International | School of Languages, Cultures, and Race | Washington State University
answered May 12 at 16:52
DavidPostill♦DavidPostill
110k27237273
110k27237273
add a comment |
add a comment |
I'm used to a German keyboard layout, but want to try using
a US-International keyboard to simplify programming.
If your goal is to simplify programming, you might want to check out keyboard layouts that are specifically optimized for programming. For example, the Neo layout makes the important programming symbols easily accessible on layer 3. The Neo layout also optimizes the normal letters for typing German and English texts (including äöüß), but you can also keep the normal letters as qwertz and benefit from Neo's programming support on layer 3.
New contributor
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
add a comment |
I'm used to a German keyboard layout, but want to try using
a US-International keyboard to simplify programming.
If your goal is to simplify programming, you might want to check out keyboard layouts that are specifically optimized for programming. For example, the Neo layout makes the important programming symbols easily accessible on layer 3. The Neo layout also optimizes the normal letters for typing German and English texts (including äöüß), but you can also keep the normal letters as qwertz and benefit from Neo's programming support on layer 3.
New contributor
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
add a comment |
I'm used to a German keyboard layout, but want to try using
a US-International keyboard to simplify programming.
If your goal is to simplify programming, you might want to check out keyboard layouts that are specifically optimized for programming. For example, the Neo layout makes the important programming symbols easily accessible on layer 3. The Neo layout also optimizes the normal letters for typing German and English texts (including äöüß), but you can also keep the normal letters as qwertz and benefit from Neo's programming support on layer 3.
New contributor
I'm used to a German keyboard layout, but want to try using
a US-International keyboard to simplify programming.
If your goal is to simplify programming, you might want to check out keyboard layouts that are specifically optimized for programming. For example, the Neo layout makes the important programming symbols easily accessible on layer 3. The Neo layout also optimizes the normal letters for typing German and English texts (including äöüß), but you can also keep the normal letters as qwertz and benefit from Neo's programming support on layer 3.
New contributor
New contributor
answered May 12 at 20:31
jbethunejbethune
211
211
New contributor
New contributor
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
add a comment |
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
1
1
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
Another option is Steffen Bruentjen’s EurKey layout eurkey.steffen.bruentjen.eu
– Joe
May 13 at 6:37
add a comment |
Personally i use this layout https://eurkey.steffen.bruentjen.eu/
It's basically the US layout with all of the umlauts (and anything else) you might need.
äöüß would be AltGr + a/o/u/s.
New contributor
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
add a comment |
Personally i use this layout https://eurkey.steffen.bruentjen.eu/
It's basically the US layout with all of the umlauts (and anything else) you might need.
äöüß would be AltGr + a/o/u/s.
New contributor
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
add a comment |
Personally i use this layout https://eurkey.steffen.bruentjen.eu/
It's basically the US layout with all of the umlauts (and anything else) you might need.
äöüß would be AltGr + a/o/u/s.
New contributor
Personally i use this layout https://eurkey.steffen.bruentjen.eu/
It's basically the US layout with all of the umlauts (and anything else) you might need.
äöüß would be AltGr + a/o/u/s.
New contributor
New contributor
answered May 13 at 11:10
user1035432user1035432
211
211
New contributor
New contributor
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
add a comment |
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
I'm trying the EurKey layout now and agree, that it is superior to the US-International, especially because ' and " are no dead keys any more. But also - as you mentioned - the German umlauts are more intuitively positioned.
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
Unfortunately, it looks that EurKey causes Autohotkey scripts to produce different outputs. :(
– Thomas S.
2 days ago
add a comment |
- Make sure keyboard layout is set to English US International( Not simply English US)
- For ä, ö and ü.
Press Shift + " keys. Nothing should appear on screen.
Now press A and you get ä. Similarly for ö and ü.
Note: Press space if you wanted " (double quotes). So you need to press Shift + " and then space to get a single double quote in International US keyboard.
- Use right ALT ( ALT Grp) + S to get ß
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
add a comment |
- Make sure keyboard layout is set to English US International( Not simply English US)
- For ä, ö and ü.
Press Shift + " keys. Nothing should appear on screen.
Now press A and you get ä. Similarly for ö and ü.
Note: Press space if you wanted " (double quotes). So you need to press Shift + " and then space to get a single double quote in International US keyboard.
- Use right ALT ( ALT Grp) + S to get ß
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
add a comment |
- Make sure keyboard layout is set to English US International( Not simply English US)
- For ä, ö and ü.
Press Shift + " keys. Nothing should appear on screen.
Now press A and you get ä. Similarly for ö and ü.
Note: Press space if you wanted " (double quotes). So you need to press Shift + " and then space to get a single double quote in International US keyboard.
- Use right ALT ( ALT Grp) + S to get ß
- Make sure keyboard layout is set to English US International( Not simply English US)
- For ä, ö and ü.
Press Shift + " keys. Nothing should appear on screen.
Now press A and you get ä. Similarly for ö and ü.
Note: Press space if you wanted " (double quotes). So you need to press Shift + " and then space to get a single double quote in International US keyboard.
- Use right ALT ( ALT Grp) + S to get ß
answered May 13 at 7:29
Max PayneMax Payne
686
686
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
add a comment |
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
But Shift+" is already in use for a different purpose. Remember that this is for a programmer!
– Mr Lister
May 13 at 8:15
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
Don't you mean ¨ rather than "
– Viktor Mellgren
May 13 at 11:02
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@mr lister. Well that's how I program anyway
– Max Payne
May 13 at 18:25
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@viktor. I mean use " key to get umlaut. Is there umlaut keyy directly?
– Max Payne
May 13 at 18:27
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
@MaxPayne Not on a US keyboard.
– Mr Lister
May 13 at 19:12
add a comment |
I'm in the same boat as you and use eurokb as custom keyboard layout. It supports composing additional characters like German umlauts, but also many others like French or Greek characters. The composing sequences largely follow logic, so AltGr-a + :
becomes ä, AltGr-o + :
becomes ö, .
can be used for ȧ and so on.
add a comment |
I'm in the same boat as you and use eurokb as custom keyboard layout. It supports composing additional characters like German umlauts, but also many others like French or Greek characters. The composing sequences largely follow logic, so AltGr-a + :
becomes ä, AltGr-o + :
becomes ö, .
can be used for ȧ and so on.
add a comment |
I'm in the same boat as you and use eurokb as custom keyboard layout. It supports composing additional characters like German umlauts, but also many others like French or Greek characters. The composing sequences largely follow logic, so AltGr-a + :
becomes ä, AltGr-o + :
becomes ö, .
can be used for ȧ and so on.
I'm in the same boat as you and use eurokb as custom keyboard layout. It supports composing additional characters like German umlauts, but also many others like French or Greek characters. The composing sequences largely follow logic, so AltGr-a + :
becomes ä, AltGr-o + :
becomes ö, .
can be used for ȧ and so on.
answered May 13 at 11:38
gixgix
16126
16126
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1435870%2fgerman-characters-on-us-international-keyboard-layout%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can map a whole keyboard to any language with AutoHotKey script. If you want a single word Character Map also helps.
– Biswapriyo
May 12 at 15:10
Not an answer to your question, so a comment, but you want want to consider WinCompose. This allows you to type a rarely used key (eg menu key), and then a sequence of characters to compose another. So for example <compose>a" -> ä. I actually have it set up so that <compose>ae -> ä because a) this much easier to remember if you write German; b) it doesn't involve a shift key. (I have <compose>ea -> æ, for the very rare occasions I need æ).
– Martin Bonner
May 13 at 10:15
Also note that unlike the US-International keyboard, WinCompose lets you enter capital eszett (ẞ, <compose>SS) in addition to eszett (ß, <compose>ss). (disclaimer: I created WinCompose)
– sam hocevar
2 days ago