slate: throw window to next screen.

This commit is contained in:
Ivan Malison 2015-03-08 00:36:46 -08:00
parent 497600b1d1
commit cb7ac216e7

View File

@ -65,6 +65,11 @@ hyperBindAll({
a: quarterCorner("top-left"),
s: quarterCorner("top-right"),
z: quarterCorner("bottom-left"),
n: slate.op("throw", {
"width": "windowSizeX",
"height": "windowSizeY",
"screen": "next"
}),
x: quarterCorner("bottom-right"),
// App focus
e: focusApp("Emacs"),