From 332607765e7a574285cf0231730d86472072e0ab Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 6 Mar 2020 15:24:36 -0600 Subject: [PATCH 1/3] Updated readme, how to add setxkbmap options --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 7150202..34da9a2 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,29 @@ To Uninstall Kinto ./uninstall.sh ``` +## How to Add an additional setxkbmap option inside Kinto + +To summarize you'll need to pull the partial out of the symbols file the option resides in and the add that to the ~/.xkb/symbols/mac_gui file and lastly reference it in the keymap file(s) you want it in. + +symbols directory +``` +/usr/share/X11/xkb/symbols/ +``` + +symbols file +``` +~/.xkb/symbols/mac_gui +``` + +keymap files +``` +~/.xkb/keymap/kbd.mac.gui +~/.xkb/keymap/kbd.mac.term +``` + +A more detailed explaination is here. +https://github.com/rbreaves/kinto/issues/50#issuecomment-595953373 + ## How to Add or Change keymaps for Applications Note: All of the following is already done in Kinto (but may also change as improvements are made). The following is purely for documentation and example sake as they are real examples of how to leverage the json config to support additional keymaps. From f0851a949ce1587b8e8933a566885ab468a7f06f Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 6 Mar 2020 15:26:07 -0600 Subject: [PATCH 2/3] - Typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34da9a2..898b4a2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ To Uninstall Kinto ## How to Add an additional setxkbmap option inside Kinto -To summarize you'll need to pull the partial out of the symbols file the option resides in and the add that to the ~/.xkb/symbols/mac_gui file and lastly reference it in the keymap file(s) you want it in. +To summarize you'll need to pull the partial out of the symbols file the option resides in and then add that to the ~/.xkb/symbols/mac_gui file and lastly reference it in the keymap file(s) you want it in. symbols directory ``` From c5ff1f2513cd9676b08ade5eee2bb772490a91f7 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 6 Mar 2020 15:29:02 -0600 Subject: [PATCH 3/3] - Revisions to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 898b4a2..8916351 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ To Uninstall Kinto ./uninstall.sh ``` -## How to Add an additional setxkbmap option inside Kinto +## How to Add Setxkbmap Option inside Kinto -To summarize you'll need to pull the partial out of the symbols file the option resides in and then add that to the ~/.xkb/symbols/mac_gui file and lastly reference it in the keymap file(s) you want it in. +To summarize you'll need to pull the partial out of the symbols file the option resides in and then add that to the mac_gui file and lastly reference it in the keymap file(s) you want it in. symbols directory ```