aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorTeddy Wing2019-07-03 20:31:37 +0200
committerTeddy Wing2019-07-03 20:35:00 +0200
commit9f62ebd52b7aa745764b81ae562478f4c3537947 (patch)
treebc41f8c2e22359fc6cd11b917ce7623a41cfd267 /README.rst
parent4f3f75e1c926e1ad619b2b24d1a7f0459cf20e7e (diff)
downloadWindowMode.spoon-9f62ebd52b7aa745764b81ae562478f4c3537947.tar.bz2
window.lua: Add large increment window resize hotkeys
Change the modifiers to match the window movement hotkeys.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst48
1 files changed, 29 insertions, 19 deletions
diff --git a/README.rst b/README.rst
index f89558f..e095b71 100644
--- a/README.rst
+++ b/README.rst
@@ -45,25 +45,35 @@ Upon activating the mode, the following shortcuts are available:
| ``]`` | Move window right one screen |
+-------+------------------------------+
-+-------+---------------------------------+
-| ``e`` | Reduce window height 20 units |
-+-------+---------------------------------+
-| ``s`` | Reduce window width 20 units |
-+-------+---------------------------------+
-| ``d`` | Increase window height 20 units |
-+-------+---------------------------------+
-| ``f`` | Increase window width 20 units |
-+-------+---------------------------------+
-
-+-------------+--------------------------------+
-| ``Shift-e`` | Reduce window height 5 units |
-+-------------+--------------------------------+
-| ``Shift-s`` | Reduce window width 5 units |
-+-------------+--------------------------------+
-| ``Shift-d`` | Increase window height 5 units |
-+-------------+--------------------------------+
-| ``Shift-f`` | Increase window width 5 units |
-+-------------+--------------------------------+
++-------+----------------------------------+
+| ``e`` | Reduce window height 100 units |
++-------+----------------------------------+
+| ``s`` | Reduce window width 100 units |
++-------+----------------------------------+
+| ``d`` | Increase window height 100 units |
++-------+----------------------------------+
+| ``f`` | Increase window width 100 units |
++-------+----------------------------------+
+
++-------------+---------------------------------+
+| ``Shift-e`` | Reduce window height 20 units |
++-------------+---------------------------------+
+| ``Shift-s`` | Reduce window width 20 units |
++-------------+---------------------------------+
+| ``Shift-d`` | Increase window height 20 units |
++-------------+---------------------------------+
+| ``Shift-f`` | Increase window width 20 units |
++-------------+---------------------------------+
+
++--------------+--------------------------------+
+| ``Option-e`` | Reduce window height 5 units |
++--------------+--------------------------------+
+| ``Option-s`` | Reduce window width 5 units |
++--------------+--------------------------------+
+| ``Option-d`` | Increase window height 5 units |
++--------------+--------------------------------+
+| ``Option-f`` | Increase window width 5 units |
++--------------+--------------------------------+
Install