File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments