We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce44a5 commit 68e0d5bCopy full SHA for 68e0d5b
docs/changelog.txt
@@ -65,8 +65,15 @@ Template for new versions:
65
## Documentation
66
67
## API
68
+- ``Hotkey``: New module for hotkey functionality
69
70
## Lua
71
+- ``dfhack.hotkey.addKeybind``: Creates new keybindings
72
+- ``dfhack.hotkey.removeKeybind``: Removes existing keybindings
73
+- ``dfhack.hotkey.listActiveKeybinds``: Lists all keybinds for the current context
74
+- ``dfhack.hotkey.listAllKeybinds``: Lists all keybinds for all contexts
75
+- ``dfhack.hotkey.requestKeybindingInput``: Requests the next keybind-compatible input is saved
76
+- ``dfhack.hotkey.getKeybindingInput``: Reads the input saved in response to a request.
77
78
## Removed
79
0 commit comments