From 03368424eae3e9a63f00f3489b037115f9a46a5b Mon Sep 17 00:00:00 2001 From: Jonny Saunders Date: Fri, 19 Mar 2021 15:43:49 -0700 Subject: [PATCH] Update README.md to have correct keybindings Default keybindings are `ctrl + cmd + l` on OS X: https://github.com/ketan/BeautifyLatex/blob/e8923c6c12151464437f6b42cb4c7cbc8b854047/Default%20(OSX).sublime-keymap#L2 and `ctrl + alt + l` on Windows: https://github.com/ketan/BeautifyLatex/blob/e8923c6c12151464437f6b42cb4c7cbc8b854047/Default%20(Windows).sublime-keymap#L2 updated readme to match <3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e7b6e..330473c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ By default, Sublime does not translate tabs to spaces. If you wish to use tabs y ### Key Binding ``` - ctrl + cmd + k on OS X, or ctrl + alt + k on Windows + ctrl + cmd + l on OS X, or ctrl + alt + l on Windows ``` # Installation