slate.js
This commit is contained in:
17
dotfiles/slate.js
Normal file
17
dotfiles/slate.js
Normal 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
|
||||
});
|
||||
Reference in New Issue
Block a user