Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.72 KB

TeamsPlus

Some tweaks for Teams

Currently implemented features:

  • Support for both teams.live.com and teams.microsoft.com
    • Tweaks may apply to one or both
  • Configuration through %LOCALAPPDATA%\teamsplus\config.ini (Settings button)
  • CEF DevConsole (Debug button)
    • CEF DevConsole for second pane (Shift + Debug button)
  • Always on Top toggle (AOT button)
  • Split to two panels with a movable separator
    • Clone button: Clone the same session
    • Open a new session to log in with multiple accounts at the same time
      • Secondary button: Persist the session
      • Temporary button: Forget session data after closing
  • UI tweaks
    • Change background colour or background image of the header
    • Change background colour or background image of the chat pane
  • Links open in the default browser
  • Make the first video feed fill the whole window (Focus and Focus Secondary buttons)
  • Show/Hide the Chat List (ChatList and ChatList Secondary buttons)
  • Take Screenshot (ScrShot and ScrShot Secondary buttons)
    • Hold Shift to hide the Chat List while taking the screenshot
  • Handle notifications

Currently implemented configuration values:

  • config.notifications, values: true, false
  • config.notifications-secondary, values: true, false
  • theme.headerbg, values: #<HEX>, <URL>
  • theme.headerbg-secondary, values: #<HEX>, <URL>
  • theme.chatbg, values: #<HEX>, <URL>
  • theme.chatblend, values: float between 0.0 and 1.0
  • theme.chatbg-secondary, values: #<HEX>, <URL>
  • theme.chatblend-secondary, values: float between 0.0 and 1.0

Known bugs:

  • Focus button sporadically doesn't work
    • Workaround: Click somewhere in Teams and try again within one second
    • This is a browser security feature