fixed deadkey location

This commit is contained in:
JonSnowWhite
2025-05-25 16:26:54 +02:00
parent 9ab61afd98
commit 0cc3be481e
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
Fork of EurKey Layout that replaces checkmarks with endash and emdash.
Built with KLFC as
```
$ klfc eurkey.json altgr.json control.json deadkeys.json -o output
```
For Windows: Import in MSKLC. Set name (different to eurkey if eurkey already installed) and company name. Set working directory. Click Project -> Build DLL and Setup Package. Then install procuded setup.exe. Find installed keyboard in language settings of windows.
# Orginal README
The [EurKEY keyboard layout](https://eurkey.steffen.bruentjen.eu/start.html) The [EurKEY keyboard layout](https://eurkey.steffen.bruentjen.eu/start.html)
source for the [Keyboard Layout Files Creator]( https://github.com/39aldo39/klfc) (KLFC) source for the [Keyboard Layout Files Creator]( https://github.com/39aldo39/klfc) (KLFC)

View File

@@ -3,7 +3,7 @@
"keys": [ "keys": [
{"pos": "6", "letters": [ "cdk:circumflex", "cdk:caron" ], "capslock": false}, {"pos": "6", "letters": [ "cdk:circumflex", "cdk:caron" ], "capslock": false},
{"pos": "7", "letters": [ "cdk:overdot", "cdk:overbar" ], "capslock": false}, {"pos": "7", "letters": [ "cdk:overdot", "cdk:overbar" ], "capslock": false},
{"pos": "-", "letters": [ "cdk:symbol", "№" ], "capslock": false}, {"pos": "\\", "letters": [ "cdk:symbol", "№" ], "capslock": false},
{"pos": "'", "letters": [ "cdk:acute", "cdk:umlaut" ], "capslock": false}, {"pos": "'", "letters": [ "cdk:acute", "cdk:umlaut" ], "capslock": false},
{"pos": "~", "letters": [ "cdk:grave", "cdk:tilde" ], "capslock": false}, {"pos": "~", "letters": [ "cdk:grave", "cdk:tilde" ], "capslock": false},
{"pos": "M", "letters": [ "cdk:greek", "cdk:math" ], "capslock": true} {"pos": "M", "letters": [ "cdk:greek", "cdk:math" ], "capslock": true}