<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ernest Iliiasov</title>
    <description>The latest articles on DEV Community by Ernest Iliiasov (@ernestii).</description>
    <link>https://dev.to/ernestii</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F448131%2Ff88d7993-f108-4101-8acd-294b01413147.jpeg</url>
      <title>DEV Community: Ernest Iliiasov</title>
      <link>https://dev.to/ernestii</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ernestii"/>
    <language>en</language>
    <item>
      <title>Windows 10 with MacOS-like key bindings</title>
      <dc:creator>Ernest Iliiasov</dc:creator>
      <pubDate>Sun, 01 Nov 2020 17:42:43 +0000</pubDate>
      <link>https://dev.to/ernestii/windows-10-with-macos-like-key-bindings-2alo</link>
      <guid>https://dev.to/ernestii/windows-10-with-macos-like-key-bindings-2alo</guid>
      <description>&lt;p&gt;As someone who's been using Mac for a while, I find it pretty annoying to switch between my work Mac and my home Windows PC. There's a lot of tiny differences in keyboard shortcuts and micro-interactions that just make using Windows so awkward.&lt;/p&gt;

&lt;p&gt;Here's the list of what this article will help you to set up:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use Cmd instead of Ctrl&lt;/li&gt;
&lt;li&gt;Use Caps Lock to switch keyboard layout&lt;/li&gt;
&lt;li&gt;Use Option+Left/Right to jump a word (unlike Ctrl+Left/Right on Windows)&lt;/li&gt;
&lt;li&gt;Use Option+Backspace to delete a word (unlike Ctrl+Backspace on Windows)&lt;/li&gt;
&lt;li&gt;Quit programs on Cmd+Q instead of Alt+F4&lt;/li&gt;
&lt;li&gt;Use F10, F11, F12 for Volume control&lt;/li&gt;
&lt;li&gt;Invert scroll wheel direction&lt;/li&gt;
&lt;li&gt;Have something like Spotlight&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Apps
&lt;/h2&gt;

&lt;p&gt;PowerToys: &lt;a href="https://github.com/microsoft/PowerToys"&gt;https://github.com/microsoft/PowerToys&lt;/a&gt;&lt;br&gt;
SharpKeys: &lt;a href="https://github.com/randyrants/sharpkeys"&gt;https://github.com/randyrants/sharpkeys&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Keyboard Mappings
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WjINs7oW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7l3sov1qp4cbnh3dx926.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WjINs7oW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7l3sov1qp4cbnh3dx926.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Swap Cmd (Win) and Ctrl with SharpKeys&lt;br&gt;
Left Ctrl → Left Windows&lt;br&gt;
Left Windows → Left Ctrl&lt;/p&gt;

&lt;h2&gt;
  
  
  Set Key Mappings with PowerToys Keyboard Manager
&lt;/h2&gt;

&lt;p&gt;Caps Lock → Win + Space (Change keyboard layout with Caps Lock)&lt;br&gt;
F3 → Win + Tab&lt;br&gt;
F12 → Volume Up&lt;br&gt;
F11 → Volume Down&lt;br&gt;
F12 → Volume Mute&lt;/p&gt;

&lt;h2&gt;
  
  
  Set Shortcuts in PowerToys Keyboard Manager
&lt;/h2&gt;

&lt;p&gt;Alt + Backspace → Ctrl Backspace&lt;br&gt;
Alt + Left → Ctrl Left&lt;br&gt;
Alt + Right → Ctrl Right&lt;br&gt;
Ctrl Q → Alt F4&lt;br&gt;
Ctrl Shift 4 → Win Shift S (screenshot)&lt;/p&gt;

&lt;h2&gt;
  
  
  Add "Spotlight" to Windows: PowerToys Run
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MEIwUtmo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k2n8zf3mhdtt1d7jub63.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MEIwUtmo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k2n8zf3mhdtt1d7jub63.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Windows Start Menu search panel does the job most of the time, but I still miss the convenience of Spotlight's position in the center of the screen. Fortunately, PowerToys includes a feature named Run - and it looks and works (almost) exactly like Spotlight on a Mac.&lt;/p&gt;

&lt;p&gt;Choose PowerToys Run in the sidebar, and use these settings:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enable: true&lt;/li&gt;
&lt;li&gt;Shortcut: Ctrl + Space&lt;/li&gt;
&lt;li&gt;Clear the previous query on launch: true&lt;/li&gt;
&lt;li&gt;Disable drive detection warning: true&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Reverse scroll wheel direction
&lt;/h2&gt;

&lt;p&gt;These settings will bring "natural" scrolling direction to your Windows mouse. If you're lucky and never had to get used to the Mac-style scrolling, skip it.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Source and detailed instructions: &lt;a href="https://appuals.com/how-to-reverse-the-scrolling-direction-in-windows-10/"&gt;https://appuals.com/how-to-reverse-the-scrolling-direction-in-windows-10/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Open Device Manager, find your mouse, find its Device Instant Path&lt;/li&gt;
&lt;li&gt;Open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID. Find the folder that matches the Device Instant Path of the mouse&lt;/li&gt;
&lt;li&gt;Under Device Parameters set FlipFlopWheel to 1
Restart&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>windows</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
