PDA

View Full Version : What are all the KeeperFX-added hotkeys/shortcuts?



spartahawk
January 26th, 2018, 02:12
I've only heard of a few, but I'm wondering if there is some list. Or if combined you guys can come up with most of them.

YourMaster
January 26th, 2018, 09:41
I actually don't think there have been very many changes to hotkeys in KeeperFX. On this page (https://github.com/dkfans/keeperfx-stable/blob/master/src/front_input.c) you can figure out most of it yourself, or go through the change list,...

But I think what is added/changed is this:
- Changed pickup of units from creature menu
- The inputs required for the cheats, so F10, F11, F12 and Num-Enter in the specific locations
- Alt+X and Alt+T are used when running a packet file
- Shift+M for making a movie and Shift+C for capturing a screenshot

Plus in the unofficial version I made some changes:
- Hardcoded the arrow keys for (camera) movement
- Added WASD keys as default and configurable keys for (camera) movement (so on top of the arrow keys)
- Changed default for Query from num0 to Q
- Changed the keys that were under WASD to need an additional keyboard modifier.

EDIT: There's this wiki page (https://github.com/dkfans/keeperfx/wiki/New-In-Game-Commands).