{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Photoindra: posts tagged switching",
    "_rss_description": "My telegram",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/mail.photoindra.com\/tags\/switching\/",
    "feed_url": "https:\/\/mail.photoindra.com\/tags\/switching\/json\/",
    "icon": "https:\/\/mail.photoindra.com\/pictures\/userpic\/userpic@2x.jpg?1578579456",
    "authors": [
        {
            "name": "Russian in Panama",
            "url": "https:\/\/mail.photoindra.com\/",
            "avatar": "https:\/\/mail.photoindra.com\/pictures\/userpic\/userpic@2x.jpg?1578579456"
        }
    ],
    "items": [
        {
            "id": "249",
            "url": "https:\/\/mail.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:\/\/mail.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:\/\/mail.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:\/\/mail.photoindra.com\/pictures\/sharpkeys_screenshot@2x.jpg"
                ]
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}‹               