Category: Knowledge Base

  • How to use TextEdit Tabs on Mac

    TextEdit on Mac supports tabbed windows, allowing you to manage multiple documents within a single window. To enable and use tabs in TextEdit:

    1. Show the Tab Bar:
      • Open TextEdit.
      • Go to the View menu and select Show Tab Bar.
    2. Create a New Tab:
      • Click the + button in the tab bar to open a new tab.
    3. Merge Existing Windows into Tabs:
      • With multiple TextEdit windows open, go to the Window menu and choose Merge All Windows to combine them into a single window with tabs.

    This feature is available in macOS Sierra and later versions.  

    For a system-wide setting to prefer tabs across all applications that support them:

    1. Open System Preferences.
    2. Go to the Dock preferences.
    3. Find the option Prefer tabs when opening documents and set it to Always.  

    This adjustment will encourage apps to use tabs instead of separate windows when opening new documents.

    Source: https://osxdaily.com/2017/01/24/using-textedit-tabs-on-mac/

  • How to enable Touch Bar on Macbook

    The Touch Bar is a multi-touch enabled, interactive OLED strip that replaces the traditional function keys (F1–F12) on the keyboard of certain MacBook Pro models introduced by Apple in 2016. It provides context-specific controls and shortcuts, which change depending on the app or task you’re working on.

    Source: https://support.apple.com/guide/mac-help/use-the-touch-bar-mchlbfd5b039/mac

    Sometimes it is not just working. In order to fix that, just follow this instructions:

    1. Open terminal
    2. Type command: sudo pkill TouchBarServer
    3. Type command: sudo killall ControlStrip

    Done.