From ce125d4c1f161c63b3859d1616f37018e8afc86d Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 27 Apr 2020 17:01:43 -0500 Subject: [PATCH] Additional format and description changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 176d383..1979b63 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ To Uninstall Kinto ## Shortcut Creation **Keys** -| Value| Description| -| ----- |:--------:| -|C,Ctrl|Control| -|M,Alt| Alt/Option| -|Super | Win/Super| +| Value| Description|Mac/Kinto Equivalent| +| ----- |:--------:|:--------:| +|C,Ctrl|Control|Cmd| +|M,Alt| Alt/Option|Alt/Option| +|Super | Win/Super|Ctrl| You can define new keymaps for your specific app via this method. You also do not have to cancel out the original keybinding if you do not need or want to, but you can do so with "pass_through_key". @@ -88,7 +88,7 @@ You can define new keymaps for your specific app via this method. You also do no # Keybindings for Sublime Text define_keymap(re.compile("Sublime_text"),{ K("C-h"): pass_through_key, # cancel replace - K("Ctrl-Alt-f"): K("Ctrl-h"), # replace + K("Ctrl-Alt-f"): K("Ctrl-h"), # replace K("C-M-v"): [K("C-k"), K("C-v")], # paste_from_history } ```