REDkit hotkeys extender.
After installation, the Dijkstra Hotkey Extender can optionally set itself to run at startup. It quietly sits in the background until the REDkit editor launches. Once REDkit is running, a tray icon pops up to show that the hotkey extender is active. You can right-click this tray icon to close the app, and it will stay closed until you restart your PC or launch it again manually.
Alt + Scroll Up
— Increase scaleAlt + Scroll Down
— Decrease scaleShift + Scroll Up
— Increase slopeShift + Scroll Down
— Decrease slopeCtrl + Q
— Decrease probabilityCtrl + E
— Increase probabilityCtrl + Shift + Q
— Decrease probability by 5Ctrl + Shift + E
— Increase probability by 5Ctrl + Alt + Q
— Decrease probability by 30Ctrl + Alt + E
— Increase probability by 30Ctrl + V
— Check/uncheck vertical texture maskCtrl + H
— Check/uncheck horizontal texture maskF1
— Select brush preset 1F2
— Select brush preset 2F5
— Select brush preset 3F6
— Select brush preset 4F7
— Select brush preset 5
1
— Select 1 brush2
— Select 2 brush3
— Select 3 brush4
— Select 4 brush5
— Select 5 brush6
— Select 6 brush
You can change hotkeys or add new by changing register_hotkeys
functions in modules folder.
Parsed layout is in data
folder.
Then you can build it with pyinstaller.
pip install -r requirements.txt
pyinstaller dijkstra.spec
Resulting executable will be in dist
folder.