commit adffe560e6acab77bef00e7351d58a59d21d6cec Author: Simon Rozman Date: Sat Dec 26 15:14:03 2020 +0100 Initial version Signed-off-by: Simon Rozman diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9daf02c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/KeyboardVerify.log +/*-apple +/*-apple.zip diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..845a3ff --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Simon Rozman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/hr-apple.klc b/hr-apple.klc new file mode 100644 index 0000000..2a2a31f Binary files /dev/null and b/hr-apple.klc differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..df03fd4 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Croatian/Slovenian Apple Magic Keyboard Layout for Windows + +The Apple Magic Keyboards have different key layout than standard Croatian and Slovenian QWERTZ keyboards used with PC computers. Windows 10 includes only some of the Apple keyboard localized layouts. Unfortunately, not Croatian and Slovenian. Fortunately, one can create a keyboard layout using free Microsoft Keyboard Layout Creator utility, downloadable from the Microsoft website. + +Croatian and Slovenian Apple Magic Keyboards are identical. However, they do require separate keyboard layouts on Windows as they are bound to specific locale ID. + +Ready-to-use keyboard layout installers can be [downloaded here](https://github.com/rozmansi/apple-keyboard-on-windows/releases). + + +## Known Limitations + +1. The modifier accents `AltGr+E`, `AltGr+U`, `AltGr+I`, `AltGr+N` etc. are not modifier Unicode characters (combine with the next character), as modifier characters are not available for all accents required on the keyboard. The composing Unicode characters are used instead. This means that the accent character should be typed after the main character (not before it like on macOS). + +2. `AltGr+Shift+K` does not type the Apple logo. The Apple glyph is not Unicode standard. diff --git a/sl-apple.klc b/sl-apple.klc new file mode 100644 index 0000000..a3eb702 Binary files /dev/null and b/sl-apple.klc differ