From 0cc3be481ebdeb79b891d4b042a961a83df8cd09 Mon Sep 17 00:00:00 2001 From: JonSnowWhite Date: Sun, 25 May 2025 16:26:54 +0200 Subject: [PATCH] fixed deadkey location --- README.md | 11 +++++++++++ deadkeys.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7aac7a..dd4ad14 100644 --- a/README.md +++ b/README.md @@ -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) source for the [Keyboard Layout Files Creator]( https://github.com/39aldo39/klfc) (KLFC) diff --git a/deadkeys.json b/deadkeys.json index ec77ec3..4428ec0 100644 --- a/deadkeys.json +++ b/deadkeys.json @@ -3,7 +3,7 @@ "keys": [ {"pos": "6", "letters": [ "cdk:circumflex", "cdk:caron" ], "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:grave", "cdk:tilde" ], "capslock": false}, {"pos": "M", "letters": [ "cdk:greek", "cdk:math" ], "capslock": true}