mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-03 15:40:30 +00:00
right alt it is, other key combos
This commit is contained in:
parent
fcdb96c12b
commit
2cf4fa586f
12
slate.js
12
slate.js
@ -129,15 +129,15 @@ var hyper = ":shift,ctrl,alt,cmd";
|
|||||||
var hyperModal = hyper + ",m:toggle";
|
var hyperModal = hyper + ",m:toggle";
|
||||||
|
|
||||||
// f = fast switching and a nice position in the home row
|
// f = fast switching and a nice position in the home row
|
||||||
slate.bind("f" + hyper, hint, false);
|
slate.bind("[" + hyper, hint, false);
|
||||||
// g = grid view
|
// g = grid view
|
||||||
slate.bind("g" + hyper, grid, false);
|
slate.bind("]" + hyper, grid, false);
|
||||||
|
|
||||||
// most important apps on easy accesible keys
|
// most important apps on easy accesible keys
|
||||||
slate.bind("j" + hyper, iterm, false);
|
slate.bind("a" + hyper, iterm, false);
|
||||||
slate.bind("k" + hyper, fork, false);
|
slate.bind("s" + hyper, fork, false);
|
||||||
slate.bind("l" + hyper, chrome, false);
|
slate.bind("d" + hyper, chrome, false);
|
||||||
slate.bind(";" + hyper, mail, false);
|
slate.bind("f" + hyper, mail, false);
|
||||||
|
|
||||||
// movements in modal mode with m
|
// movements in modal mode with m
|
||||||
slate.bind("1" + hyperModal, lefthalf, false);
|
slate.bind("1" + hyperModal, lefthalf, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user