fixed deadkey location
This commit is contained in:
11
README.md
11
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)
|
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)
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user