24 lines
419 B
Markdown
24 lines
419 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
|
||
|
```
|
||
|
|
||
|
### 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`.
|