{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Photoindra: posts tagged mac",
    "_rss_description": "My telegram",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/photoindra.com\/tags\/mac\/",
    "feed_url": "https:\/\/photoindra.com\/tags\/mac\/json\/",
    "icon": "https:\/\/photoindra.com\/pictures\/userpic\/userpic@2x.jpg?1578579456",
    "authors": [
        {
            "name": "Russian in Panama",
            "url": "https:\/\/photoindra.com\/",
            "avatar": "https:\/\/photoindra.com\/pictures\/userpic\/userpic@2x.jpg?1578579456"
        }
    ],
    "items": [
        {
            "id": "252",
            "url": "https:\/\/photoindra.com\/all\/google-daemon-check\/",
            "title": "Google daemon check",
            "content_html": "<p>Google don’t tell you but it installs process to check for updates <a href=\"https:\/\/www.macobserver.com\/tmo\/article\/how-manage-the-secret-software-that-google-chrome-installs-on-your-mac\">every 5 hours<\/a>. Which is annoying and can occupy 100% of CPU. You can check the status on mac in terminal with this line:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">defaults read com.google.Keystone.Agent<\/code><\/pre><p>And you can change this interval to 4 days like this (24*4*3600=345600):<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">defaults write com.google.Keystone.Agent checkInterval 345600<\/code><\/pre>",
            "date_published": "2020-02-03T13:20:25-05:00",
            "date_modified": "2020-02-03T13:19:54-05:00",
            "tags": [
                "google",
                "mac"
            ],
            "_date_published_rfc2822": "Mon, 03 Feb 2020 13:20:25 -0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "252",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "249",
            "url": "https:\/\/photoindra.com\/all\/making-mac-keyboard-work-on-windows-10\/",
            "title": "Making Mac keyboard work on Windows 10",
            "content_html": "<p>After more than 10 years on Mac computers I’m switching to Windows. And the most challenging thing to my surprise was not the lack of some apps but default windows keyboard layout.<\/p>\n<p>It took me a while to figure out how to make my Magic Keyboard to work on windows the same way as on mac.<\/p>\n<p>Fist you need to swap WIN key with CTRL in app called SharpKeys:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/photoindra.com\/pictures\/sharpkeys_screenshot@2x.jpg\" width=\"462\" height=\"347\" alt=\"\" \/>\n<\/div>\n<p>Then you need to install an app AutoHotkey.<br \/>\nCreate a plain text document and call it whatever you want but with extension .ahk<br \/>\nPlace it in your user startup folder (replace _username_ with your name):<br \/>\nC:\\Users\\_username_\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup<br \/>\nInside this ahk file write this:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.\n; #Warn  ; Enable warnings to assist with detecting common errors.\nSendMode Input  ; Recommended for new scripts due to its superior speed and reliability.\nSetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.\n\t\nLControl &amp; Tab:: \n    AltTabMenu := true\n    If GetKeyState(&quot;Shift&quot;,&quot;P&quot;)\n        Send {Alt Down}{Shift Down}{Tab}\n    else\n        Send {Alt Down}{Tab}\nreturn\n\n#If (AltTabMenu)\n\n    ~*LControl Up::\n        Send {Shift Up}{Alt Up}\n        AltTabMenu := false \n    return\n\n#If<\/code><\/pre>",
            "date_published": "2020-01-18T07:31:39-05:00",
            "date_modified": "2020-01-18T07:31:21-05:00",
            "tags": [
                "mac",
                "switching",
                "windows"
            ],
            "image": "https:\/\/photoindra.com\/pictures\/sharpkeys_screenshot@2x.jpg",
            "_date_published_rfc2822": "Sat, 18 Jan 2020 07:31:39 -0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "249",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": [
                    "https:\/\/photoindra.com\/pictures\/sharpkeys_screenshot@2x.jpg"
                ]
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}