Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error (outdated info?) for switch programs in reverse. #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`command + ] ` : move forward through history
`command + l ` : highlight address bar
6 changes: 4 additions & 2 deletions osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

`command + tab` : switch open applications

<code>command + &#96;</code> : switch open applications in reverse
`command + shift + tab` : switch open applications in reverse

<code>command + &#96;</code> : 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
`control + up arrow` : toggle mission control
4 changes: 3 additions & 1 deletion tabbed-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
`command + NUMBER `: move to tab number NUMBER (not in Bash)