From 0ca253034c1f532cc7b37d979418a695c02f2925 Mon Sep 17 00:00:00 2001 From: Travis Baratcart Date: Tue, 1 Mar 2016 18:46:53 -0800 Subject: [PATCH 1/3] Fix error (outdated info?) for switch programs in reverse. --- osx.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osx.md b/osx.md index f333e3e..a3069d3 100644 --- a/osx.md +++ b/osx.md @@ -2,10 +2,12 @@ `command + tab` : switch open applications -command + ` : switch open applications in reverse +`command + shift + tab` : switch open applications in reverse + +command + ` : switch between open windows of the same application `command + q` (while in open applications) : quit an application `control + left/right arrow` : switch among fullscreen apps/desktops -`control + up arrow` : toggle mission control \ No newline at end of file +`control + up arrow` : toggle mission control From a3d4af5ccd29f765524e612cde1b57f97f9d94c6 Mon Sep 17 00:00:00 2001 From: Travis Baratcart Date: Tue, 1 Mar 2016 19:04:28 -0800 Subject: [PATCH 2/3] Add close window shortcut. --- tabbed-apps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tabbed-apps.md b/tabbed-apps.md index ec8f018..e33ad0f 100644 --- a/tabbed-apps.md +++ b/tabbed-apps.md @@ -9,10 +9,12 @@ `command + w` : close tab +`command + shift + w` : close window + `command + q` : quit application `command + shift + ] ` : move right one tab `command + shift + [ ` : move left one tab -`command + NUMBER `: move to tab number NUMBER (not in Bash) \ No newline at end of file +`command + NUMBER `: move to tab number NUMBER (not in Bash) From ab0eba5ae1bc4140560b47914fcf4a4afad48e93 Mon Sep 17 00:00:00 2001 From: Travis Baratcart Date: Tue, 1 Mar 2016 19:10:19 -0800 Subject: [PATCH 3/3] Add highlight address bar shortcut. --- chrome.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome.md b/chrome.md index 89c2cd7..e0ec3ee 100644 --- a/chrome.md +++ b/chrome.md @@ -5,4 +5,5 @@ pin tabs `command + option + j ` : open the javascript console `command + shift + i ` : email link for this page `command + [ ` : move backward through history -`command + ] ` : move forward through history \ No newline at end of file +`command + ] ` : move forward through history +`command + l ` : highlight address bar