Skip to content

Instantly share code, notes, and snippets.

@oliverbooth
Created November 7, 2014 17:10
Show Gist options
  • Save oliverbooth/c1d64466f671109f9f16 to your computer and use it in GitHub Desktop.
Save oliverbooth/c1d64466f671109f9f16 to your computer and use it in GitHub Desktop.
Changes TAB to toggle co-op player's view instead of hold-to-use.
alias screen_open "+remote_view; bind TAB screen_close"; alias screen_close "-remote_view; bind TAB screen_open"; bind TAB "screen_open"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment