From 64aac49f5cf0fa2acd9cd8d712f3dd1217b96dc7 Mon Sep 17 00:00:00 2001 From: Ryan Martinsen Date: Thu, 19 Jun 2014 11:02:12 -0400 Subject: [PATCH 1/2] Update OS X shortcut in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c50387..515ba82 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ From GitHub: Clone this repository into your version/platform specific Packages `Command Palette` > `Python Breakpoints: ...` * `Toggle` a breakpoint at current line (or `ctrl+shift+b`) -* `Goto` a selected breakpoint (or `alt+g` / `cmd+g`, or `Menu` > `Goto` > `Goto Python Breakpoint...`) +* `Goto` a selected breakpoint (or `alt+g` / `ctrl+shift+g`, or `Menu` > `Goto` > `Goto Python Breakpoint...`) * `Clear All` breakpoints in current file (or `Menu` > `Tools` > `Breakpoints` > `Clear All Python Breakpoints`) ## Settings From fae1b6d2c3e725f960418ea1e363ca9363201e76 Mon Sep 17 00:00:00 2001 From: Ryan Martinsen Date: Thu, 19 Jun 2014 11:05:06 -0400 Subject: [PATCH 2/2] Modify README wording so it's clear which shortcut is for which platform. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515ba82..f50c717 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ From GitHub: Clone this repository into your version/platform specific Packages `Command Palette` > `Python Breakpoints: ...` * `Toggle` a breakpoint at current line (or `ctrl+shift+b`) -* `Goto` a selected breakpoint (or `alt+g` / `ctrl+shift+g`, or `Menu` > `Goto` > `Goto Python Breakpoint...`) +* `Goto` a selected breakpoint (or `alt+g` for Windows and Linux, `ctrl+shift+g` for OS X, or `Menu` > `Goto` > `Goto Python Breakpoint...`) * `Clear All` breakpoints in current file (or `Menu` > `Tools` > `Breakpoints` > `Clear All Python Breakpoints`) ## Settings