Skip to content

Commit 68e0d5b

Browse files
committed
First pass at changelog
1 parent 7ce44a5 commit 68e0d5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,15 @@ Template for new versions:
6565
## Documentation
6666

6767
## API
68+
- ``Hotkey``: New module for hotkey functionality
6869

6970
## 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.
7077

7178
## Removed
7279

0 commit comments

Comments
 (0)