Skip to content

Instantly share code, notes, and snippets.

@fcFn
fcFn / style.css
Created June 5, 2024 17:13
Basic CSS media query template
/* Base styles for mobile devices */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: lightblue;
}
.container {
width: 100%;
@fcFn
fcFn / README.md
Last active July 7, 2019 12:52
Layout switcher

Layout switcher

Switches between English/Russian and Hebrew/English keyboard layouts upon pressing Win+Numpad0 (NumLock has to be toggled on for the hotkey to activate). The same hotkey toggles between the two states.

Installation

  1. Download and extract the archive.
  2. Right click on both .ps1 files and check the Unblock mark in the properties.
  3. Set the Powershell execution policy to RemoteSigned.