25 lines
517 B
Markdown
25 lines
517 B
Markdown
# Keyboard
|
|
US keyboard layout with Danish letters, and other additions.
|
|
|
|
## Linux
|
|
|
|
### Install
|
|
```
|
|
sudo patch --directory=/ --strip=0 < {dk,evdev.xml,evdev.lst}.patch
|
|
```
|
|
For ISO keyboards, consider also applying `evdev_iso.patch` to swap the backslash and quote keys.
|
|
|
|
### Uninstall
|
|
Add the `--reverse` flag to the command.
|
|
|
|
### Testing
|
|
Set or reload keyboard layout:
|
|
```
|
|
setxkbmap dk us
|
|
```
|
|
|
|
|
|
## Windows
|
|
Install `setup.exe` and then go to `Advanced keyboard settings` and select
|
|
`Danish - US, with Danish letters`.
|