This commit is contained in:
2014-10-23 03:42:35 -07:00
parent 92fff5cd2e
commit 7988eb7f6a
4 changed files with 25 additions and 8 deletions

17
dotfiles/slate.js Normal file
View File

@@ -0,0 +1,17 @@
var hint = slate.op("hint", {
"characters" : "ASDFGHJKLQWERTYUIOPCVBN"
});
var grid = slate.op("grid", {
grids: {
"1920x1080": {"width": 8, "height": 6}
}
});
slate.bindAll({
"esc:cmd": hint,
"space:alt": grid
});
slate.configAll({
windowHintsIgnoreHiddenWindows: false,
windowHintsShowIcons: true,
windowHintsSpread: true
});