From d46e0c84efb3a2c2edb49806debeb228243d079f Mon Sep 17 00:00:00 2001 From: Henry-E Date: Mon, 13 Nov 2017 15:56:11 +0000 Subject: [PATCH 1/2] update read.me with extra troubleshooting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bc59e1..247d2fd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ There are some tricks as bare mac os bash abd byobu/tmux implement keyboard hand For example: `\0331;1P` is recognised as F1 in `byobu/tmux`, but is not a valid combination in bash itself, as `\033OP` works for both. +Another thing to try might be disabling the default shortcuts in the Keyboard section of System Preferences. E.g. for some users `ctrl-F2` moves the focus to the menu bar and prevents the usage of `ctrl-shift-F2` for creating a new session. # Full list of all bindings From d3744dada4d1fc176cc33d450e6b2c3cbb47d3c4 Mon Sep 17 00:00:00 2001 From: Henry-E Date: Mon, 13 Nov 2017 16:02:25 +0000 Subject: [PATCH 2/2] How to update an existing profile --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 247d2fd..9fa6edd 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ combination in bash itself, as `\033OP` works for both. Another thing to try might be disabling the default shortcuts in the Keyboard section of System Preferences. E.g. for some users `ctrl-F2` moves the focus to the menu bar and prevents the usage of `ctrl-shift-F2` for creating a new session. +## Incorporating with an existing profile + +Simply export your current prefered profile (Preferences|Profile| * |Export...) and open its xml file in a text editor. Then paste in the key `keyMapBoundKeys` along with the dict of keyboard options. Then save and re-import the profile. + # Full list of all bindings You can do it by hand, if you don't want to use my files: