https://github.com/riesinger/us-intl-altgr-dead-keys
US International keyboard layout for Windows 10 with AltGr Dead Keys
https://github.com/riesinger/us-intl-altgr-dead-keys
i18n keyboard keyboard-layout windows windows-10
Last synced: about 1 year ago
JSON representation
US International keyboard layout for Windows 10 with AltGr Dead Keys
- Host: GitHub
- URL: https://github.com/riesinger/us-intl-altgr-dead-keys
- Owner: riesinger
- Created: 2019-12-14T17:49:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T18:01:50.000Z (over 6 years ago)
- Last Synced: 2025-03-28T16:43:56.369Z (over 1 year ago)
- Topics: i18n, keyboard, keyboard-layout, windows, windows-10
- Size: 248 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# US International keyboard layout
As I like to use a US keyboard (and keyboard layout) for programming, but am also a German person, I
need to use the [US international keyboard layout](https://en.wikipedia.org/wiki/British_and_American_keyboards#/media/File:KB_US-International.svg).
The so-called dead keys (~, ^, ', " and \`), which combine with letter to make characters such as à,
â, etc. usually work by first pressing the dead key and then pressing the letter key with which
you'd like to combine the accent. This is horrible when programming though, because you have to
press these dead keys twice, just to get the accent.
Since I don't write a lot of accented letters (only German Umlaute), I wanted to make it so that
these keys don't work as dead keys by default.
On Linux, there is a keyboard layout called "US International AltGr Dead Keys", which switches up
the way those keys work in combination with AltGr. If you use this keyboard layout, the accents by
themselves appear as a usual character would after one keypress. If you use AltGr in combination
with the accent, you'd have a dead key as usual.
Now, having to use Windows sometimes, I was disappointed to not find this keyboard layout there, so
I made it myself using the [Windows Keyboard Layout Creator](https://www.microsoft.com/en-us/download/details.aspx?id=22339).
To install it, simply download the ZIP file, extract it and run `setup.exe`. Note that you'll have
to log out and back in after installing the layout for it to work properly. You should now see a "US
International AltGr Deadkeys" layout in your input selection list.
Have fun!