Skip to content

Commit

Permalink
Merge branch 'Hammerspoon:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
morja authored Jul 18, 2024
2 parents bab08ce + 70341dd commit ff4af83
Show file tree
Hide file tree
Showing 8 changed files with 1,876 additions and 0 deletions.
291 changes: 291 additions & 0 deletions Source/LeftRightHotkey.spoon/docs.json

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions Source/LeftRightHotkey.spoon/init.lua

Large diffs are not rendered by default.

Binary file added Spoons/LeftRightHotkey.spoon.zip
Binary file not shown.
372 changes: 372 additions & 0 deletions docs/LeftRightHotkey.html

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions docs/docs.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/docs_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,47 @@
"name": "stop",
"type": "Method"
},
{
"desc": "This spoon addresses a limitation within the [hs.hotkey](hs.hotkey.html) module that allows the creation of hotkeys bound to specific left or right keyboard modifiers while leaving the other side free.",
"name": "LeftRightHotkey",
"type": "Module"
},
{
"desc": "Create and enable a new hotkey with the specified left/right specific modifiers.",
"module": "LeftRightHotkey",
"name": "bind",
"type": "Method"
},
{
"desc": "Deletes all previously set callbacks for a given keyboard combination",
"module": "LeftRightHotkey",
"name": "deleteAll",
"type": "Method"
},
{
"desc": "Disables all previously set callbacks for a given keyboard combination",
"module": "LeftRightHotkey",
"name": "disableAll",
"type": "Method"
},
{
"desc": "Create a new hotkey with the specified left/right specific modifiers.",
"module": "LeftRightHotkey",
"name": "new",
"type": "Method"
},
{
"desc": "Starts watching for flag (modifier key) change events that can determine if the right or left modifiers have been pressed.",
"module": "LeftRightHotkey",
"name": "start",
"type": "Method"
},
{
"desc": "Stops watching for flag (modifier key) change events that can determine if the right or left modifiers have been pressed.",
"module": "LeftRightHotkey",
"name": "stop",
"type": "Method"
},
{
"desc": "Show a popup window with the currently selected word in lexicon, notes, online help",
"name": "LookupSelection",
Expand Down
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ <h3>API documentation</h3>
<tr>
<th><a href="Leanpub.html">Leanpub</a></th>
<td><p>Spoon to track and notify about Leanpub builds.</p>
</td>
</tr>
<tr>
<th><a href="LeftRightHotkey.html">LeftRightHotkey</a></th>
<td><p>This spoon addresses a limitation within the <a href="hs.hotkey.html">hs.hotkey</a> module that allows the creation of hotkeys bound to specific left or right keyboard modifiers while leaving the other side free.</p>
</td>
</tr>
<tr>
Expand Down
363 changes: 363 additions & 0 deletions docs/templated_docs.json

Large diffs are not rendered by default.

0 comments on commit ff4af83

Please sign in to comment.