diff options
author | Teddy Wing | 2019-07-06 18:42:08 +0200 |
---|---|---|
committer | Teddy Wing | 2019-07-06 18:42:08 +0200 |
commit | 8ad090ae8d4d77f25d49c092ffefb5c8d7444007 (patch) | |
tree | 80a0da47b9ab64d63b9a414ad3becbc72da563ca | |
parent | 9f62ebd52b7aa745764b81ae562478f4c3537947 (diff) | |
download | WindowMode.spoon-8ad090ae8d4d77f25d49c092ffefb5c8d7444007.tar.bz2 |
Rebuild docs
-rw-r--r-- | docs.json | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -23,15 +23,14 @@ "Constructor" : [ ], - "doc" : "Adds a hotkey mode for manipulating windows.\n\nUpon activating the mode, the following shortcuts are available:\n\nh: Move window left 100 units\nj: Move window down 100 units\nk: Move window up 100 units\nl: Move window right 100 units\n\nShift-h: Move window left 20 units\nShift-j: Move window down 20 units\nShift-k: Move window up 20 units\nShift-l: Move window right 20 units\n\nOption-h: Move window left 5 units\nOption-j: Move window down 5 units\nOption-k: Move window up 5 units\nOption-l: Move window right 5 units\n\ni: Move window to top\n\n[: Move window left one screen\n]: Move window right one screen\n\ne: Reduce window height 20 units\ns: Reduce window width 20 units\nd: Increase window height 20 units\nf: Increase window width 20 units\n\nShift-e: Reduce window height 5 units\nShift-s: Reduce window width 5 units\nShift-d: Increase window height 5 units\nShift-f: Increase window width 5 units", - "Method" : [ + "items" : [ { "desc" : "Bind keys for WindowMode", - "def" : "WindowMode:bindModal(mapping)", "stripped_doc" : [ "Bind keys for WindowMode", "" ], + "def" : "WindowMode:bindModal(mapping)", "doc" : "Bind keys for WindowMode\n\nParameters:\n * mapping – A table containing hotkey modifier\/key details for the following items:\n * mode – Activate and deactivate window mode", "notes" : [ @@ -48,17 +47,14 @@ ] } ], - "Command" : [ - - ], - "items" : [ + "Method" : [ { "desc" : "Bind keys for WindowMode", - "def" : "WindowMode:bindModal(mapping)", "stripped_doc" : [ "Bind keys for WindowMode", "" ], + "def" : "WindowMode:bindModal(mapping)", "doc" : "Bind keys for WindowMode\n\nParameters:\n * mapping – A table containing hotkey modifier\/key details for the following items:\n * mode – Activate and deactivate window mode", "notes" : [ @@ -75,9 +71,13 @@ ] } ], + "Command" : [ + + ], "Field" : [ ], + "doc" : "Adds a hotkey mode for manipulating windows.\n\nUpon activating the mode, the following shortcuts are available:\n\nh: Move window left 100 units\nj: Move window down 100 units\nk: Move window up 100 units\nl: Move window right 100 units\n\nShift-h: Move window left 20 units\nShift-j: Move window down 20 units\nShift-k: Move window up 20 units\nShift-l: Move window right 20 units\n\nOption-h: Move window left 5 units\nOption-j: Move window down 5 units\nOption-k: Move window up 5 units\nOption-l: Move window right 5 units\n\ni: Move window to top\n\n[: Move window left one screen\n]: Move window right one screen\n\ne: Reduce window height 100 units\ns: Reduce window width 100 units\nd: Increase window height 100 units\nf: Increase window width 100 units\n\nShift-e: Reduce window height 20 units\nShift-s: Reduce window width 20 units\nShift-d: Increase window height 20 units\nShift-f: Increase window width 20 units\n\nOption-e: Reduce window height 5 units\nOption-s: Reduce window width 5 units\nOption-d: Increase window height 5 units\nOption-f: Increase window width 5 units", "name" : "WindowMode" } -] +]
\ No newline at end of file |