Skip to content

Instantly share code, notes, and snippets.

@t2ym
t2ym / LeftWinAsAppsKeyAndRightAltAsLeftWin.reg
Last active November 4, 2016 08:50
FILCO Minila-like key mappings with Left Windows key for AutoHotKey assisted by SharpKeys
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,5d,e0,5b,e0,5b,e0,38,e0,\
00,00,00,00
@t2ym
t2ym / gulpfile.js
Last active September 1, 2016 00:17
Integrate I18N transformers with Polymer CLI build process and gulp tasks with polymer-build library
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var debug = require('gulp-debug');
var gulpif = require('gulp-if');
var gulpignore = require('gulp-ignore');
var gulpmatch = require('gulp-match');
var sort = require('gulp-sort');
var grepContents = require('gulp-grep-contents');