summaryrefslogtreecommitdiffstats
path: root/hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json
blob: 50c62f29e648ee7af6600b0c437fc6e0d242bbe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
  {
    "Command": [],
    "Constant": [],
    "Constructor": [],
    "Deprecated": [],
    "Field": [],
    "Function": [],
    "Method": [
      {
        "def": "ReloadConfiguration:bindHotkeys(mapping)",
        "desc": "Binds hotkeys for ReloadConfiguration",
        "doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n  * reloadConfiguration - This will cause the configuration to be reloaded",
        "name": "bindHotkeys",
        "parameters": [
          " * mapping - A table containing hotkey modifier/key details for the following items:",
          "  * reloadConfiguration - This will cause the configuration to be reloaded"
        ],
        "signature": "ReloadConfiguration:bindHotkeys(mapping)",
        "stripped_doc": "",
        "type": "Method"
      },
      {
        "def": "ReloadConfiguration:start()",
        "desc": "Start ReloadConfiguration",
        "doc": "Start ReloadConfiguration\n\nParameters:\n * None",
        "name": "start",
        "parameters": [
          " * None"
        ],
        "signature": "ReloadConfiguration:start()",
        "stripped_doc": "",
        "type": "Method"
      }
    ],
    "Variable": [
      {
        "def": "ReloadConfiguration.watch_paths",
        "desc": "List of directories to watch for changes, defaults to hs.configdir",
        "doc": "List of directories to watch for changes, defaults to hs.configdir",
        "name": "watch_paths",
        "signature": "ReloadConfiguration.watch_paths",
        "stripped_doc": "",
        "type": "Variable"
      }
    ],
    "desc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.",
    "doc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)",
    "items": [
      {
        "def": "ReloadConfiguration:bindHotkeys(mapping)",
        "desc": "Binds hotkeys for ReloadConfiguration",
        "doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n  * reloadConfiguration - This will cause the configuration to be reloaded",
        "name": "bindHotkeys",
        "parameters": [
          " * mapping - A table containing hotkey modifier/key details for the following items:",
          "  * reloadConfiguration - This will cause the configuration to be reloaded"
        ],
        "signature": "ReloadConfiguration:bindHotkeys(mapping)",
        "stripped_doc": "",
        "type": "Method"
      },
      {
        "def": "ReloadConfiguration:start()",
        "desc": "Start ReloadConfiguration",
        "doc": "Start ReloadConfiguration\n\nParameters:\n * None",
        "name": "start",
        "parameters": [
          " * None"
        ],
        "signature": "ReloadConfiguration:start()",
        "stripped_doc": "",
        "type": "Method"
      },
      {
        "def": "ReloadConfiguration.watch_paths",
        "desc": "List of directories to watch for changes, defaults to hs.configdir",
        "doc": "List of directories to watch for changes, defaults to hs.configdir",
        "name": "watch_paths",
        "signature": "ReloadConfiguration.watch_paths",
        "stripped_doc": "",
        "type": "Variable"
      }
    ],
    "name": "ReloadConfiguration",
    "stripped_doc": "\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)",
    "submodules": [],
    "type": "Module"
  }
]