aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorTeddy Wing2019-06-17 20:00:34 +0200
committerTeddy Wing2019-06-17 20:00:34 +0200
commit4f3f75e1c926e1ad619b2b24d1a7f0459cf20e7e (patch)
tree71cacbc3c11845859df7b6a4579e2789df5b3259 /init.lua
parent87aa98923847dfd64874736d62d9288c175e82de (diff)
downloadWindowMode.spoon-4f3f75e1c926e1ad619b2b24d1a7f0459cf20e7e.tar.bz2
Update docs with new large window movement shortcuts
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua21
1 files changed, 13 insertions, 8 deletions
diff --git a/init.lua b/init.lua
index a0dd423..cce2097 100644
--- a/init.lua
+++ b/init.lua
@@ -4,15 +4,20 @@
---
--- Upon activating the mode, the following shortcuts are available:
---
---- h: Move window left 20 units
---- j: Move window down 20 units
---- k: Move window up 20 units
---- l: Move window right 20 units
+--- h: Move window left 100 units
+--- j: Move window down 100 units
+--- k: Move window up 100 units
+--- l: Move window right 100 units
---
---- Shift-h: Move window left 5 units
---- Shift-j: Move window down 5 units
---- Shift-k: Move window up 5 units
---- Shift-l: Move window right 5 units
+--- Shift-h: Move window left 20 units
+--- Shift-j: Move window down 20 units
+--- Shift-k: Move window up 20 units
+--- Shift-l: Move window right 20 units
+---
+--- Option-h: Move window left 5 units
+--- Option-j: Move window down 5 units
+--- Option-k: Move window up 5 units
+--- Option-l: Move window right 5 units
---
--- i: Move window to top
---