Skip to content

Commit 0f8f017

Browse files
committed
Change backspace key to delete for Max OS X
1 parent 390fc2d commit 0f8f017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)