aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-07-06 18:42:08 +0200
committerTeddy Wing2019-07-06 18:42:08 +0200
commit8ad090ae8d4d77f25d49c092ffefb5c8d7444007 (patch)
tree80a0da47b9ab64d63b9a414ad3becbc72da563ca
parent9f62ebd52b7aa745764b81ae562478f4c3537947 (diff)
downloadWindowMode.spoon-8ad090ae8d4d77f25d49c092ffefb5c8d7444007.tar.bz2
Rebuild docs
-rw-r--r--docs.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs.json b/docs.json
index 3d56c3f..bebd1ec 100644
--- a/docs.json
+++ b/docs.json
@@ -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