Skip to content

Commit 1ab8893

Browse files
committed
First pass at changelog
1 parent 67d60ed commit 1ab8893

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,20 @@ Template for new versions:
3535
## Fixes
3636

3737
## Misc Improvements
38+
- ``keybinding``: Now supports combinations of Ctrl/Alt/Shift and nearly any other key.
3839

3940
## Documentation
4041

4142
## API
43+
- ``Hotkey``: New module for hotkey functionality
4244

4345
## Lua
46+
- ``dfhack.hotkey.addKeybind``: Creates new keybindings
47+
- ``dfhack.hotkey.removeKeybind``: Removes existing keybindings
48+
- ``dfhack.hotkey.listActiveKeybinds``: Lists all keybinds for the current context
49+
- ``dfhack.hotkey.listAllKeybinds``: Lists all keybinds for all contexts
50+
- ``dfhack.hotkey.requestKeybindingInput``: Requests the next keybind-compatible input is saved
51+
- ``dfhack.hotkey.getKeybindingInput``: Reads the input saved in response to a request.
4452

4553
## Removed
4654

0 commit comments

Comments
 (0)