From f0825c274c5aaf21a916e09f2abcb3a6f93ff69d Mon Sep 17 00:00:00 2001 From: Benjamin Tegge Date: Tue, 21 Jun 2022 04:10:23 +0200 Subject: [PATCH] Replace readme You can use pipe to shell, but you don't have to. --- README.md | 30 ++++++++++++++---------------- README.new.md | 23 ----------------------- README.old.md | 23 +++++++++++++++++++++++ 3 files changed, 37 insertions(+), 39 deletions(-) delete mode 100644 README.new.md create mode 100644 README.old.md diff --git a/README.md b/README.md index 147a721..e633e6c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ -# osx-us-altgr-intl +# US-AltGr-International Keyboard Layout for macOS -This is an adaptation of the Xorg US keymap "altgr-intl" variant for OSX. More -information can be found -[here](https://lists.x.org/archives/xorg/2007-July/026534.html) and -[here](https://zuttobenkyou.wordpress.com/2011/08/24/xorg-using-the-us-international-altgr-intl-variant-keyboard-layout/). +This is a custom keyboard layout for macOS. On Linux distributions, Chrome OS +and Windows it is typically called US International with dead keys. -# Usage +I modified some illustrative ASCII art I found, which you can find +[here](./docs/ascii_art.md). -```bash -sudo cp "us-altgr-intl.keylayout" "/Library/Keyboard Layouts" -``` -A reboot is probably necessary for the new keymap to appear in -Preferences/Keyboard. +## Installation -This has been tested with OSX Mojave 10.14.6. +- TODO: describe GUI +- TODO: describe terminal -# Improvements +```bash +curl -L https://raw.githubusercontent.com/lwbt/osx-us-altgr-intl/master/install.sh | bash +``` -Basics are here for my own usage but diacritics combinations (dead-keys mode -overlappings) are probably missing. Any improvement is welcome. This file has -been developped with Ukulele for a US ANSI keyboard. +To my current knowledge you have to reboot or log out of your Mac and back in +again to be able to use it. I think there must be a system service in macOS +which you can trigger to pickup tha changes. diff --git a/README.new.md b/README.new.md deleted file mode 100644 index f2b091a..0000000 --- a/README.new.md +++ /dev/null @@ -1,23 +0,0 @@ -# US-AltGr-International Keyboard Layout for macOS - -This is a custom keyboard layout for macOS. On Linux distributions, Chrome OS -and Windows it is typically called US International with dead keys. - -A modified some ASCII art I found, which you can find -[here](./docs/ascii_art.md). - - -## Installation - -- TODO: `install.sh`, `uninstall.sh` -- TODO: GUI -- TODO: terminal - -```bash -curl -sudo cp -``` - -To my current knowledge you have to reboot or log out of your Mac and back in -again to be able to use it. I think there must be a system service in macOS -which you can trigger to pickup tha changes. diff --git a/README.old.md b/README.old.md new file mode 100644 index 0000000..147a721 --- /dev/null +++ b/README.old.md @@ -0,0 +1,23 @@ +# osx-us-altgr-intl + +This is an adaptation of the Xorg US keymap "altgr-intl" variant for OSX. More +information can be found +[here](https://lists.x.org/archives/xorg/2007-July/026534.html) and +[here](https://zuttobenkyou.wordpress.com/2011/08/24/xorg-using-the-us-international-altgr-intl-variant-keyboard-layout/). + +# Usage + +```bash +sudo cp "us-altgr-intl.keylayout" "/Library/Keyboard Layouts" +``` + +A reboot is probably necessary for the new keymap to appear in +Preferences/Keyboard. + +This has been tested with OSX Mojave 10.14.6. + +# Improvements + +Basics are here for my own usage but diacritics combinations (dead-keys mode +overlappings) are probably missing. Any improvement is welcome. This file has +been developped with Ukulele for a US ANSI keyboard.