Skip to content

Commit 4352458

Browse files
committed
Merge pull request #8 from mikemclin/bugfix/recent-edits-osx-keyboard
Change backspace key to delete for Mac OS X
2 parents d64bbfc + 84bc638 commit 4352458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

01 - Navigation/02 - Navigate to Declaration/2.1. Go to declaration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$name = 'Hadi';
1717
$age = 53;
1818

19-
// 1. Ctrl+Click on the Customer symbol
19+
// 1. Ctrl+Click (or Command+Click on Mac) on the Customer symbol
2020
// 2. Use the keyboard shortcut
2121
// 3. Go to Declaration for the $age variable passed into the below constructor
2222
$person = new Customer($name, $age);

01 - Navigation/03 - Navigating to somwhere we have been/3.4. Recent edits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Navigates back to where code was last edited.
66
*
77
* Ctrl+Shift+Backspace (Windows/Linux)
8-
* Shift+Command+Backspace (Mac OS X)
8+
* Shift+Command+Delete (Mac OS X)
99
*/
1010

1111
namespace Navigation3\JetBrains;
@@ -27,4 +27,4 @@ public function step1() {
2727
public function step2() {
2828
// 4. Navigate back to where we last edited using the keyboard shortcut.
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)