Wonderful program. Downloaded it for dispatch, but I'm refunding until they add accessibility features natively.
I wanted to make my hotkey F1 with no modifiers, which was not clearly documented. I guessed I could do it by just deleting everything after the =, but that still set it to shift+alt.
Reading the code I realized I could make it work by putting any fake key name in there as long as it didn't have the substring "ctrl", "alt", "shift", "win", etc, so I did that, but it would be good to (a) support leaving it blank and (b) explicitly document this option in GamePauser.ini.
I would make a PR myself, but I'm not confident in my ability to write C++ 😅
Wonderful program. Downloaded it for dispatch, but I'm refunding until they add accessibility features natively.
I wanted to make my hotkey F1 with no modifiers, which was not clearly documented. I guessed I could do it by just deleting everything after the =, but that still set it to shift+alt.
Reading the code I realized I could make it work by putting any fake key name in there as long as it didn't have the substring "ctrl", "alt", "shift", "win", etc, so I did that, but it would be good to (a) support leaving it blank and (b) explicitly document this option in GamePauser.ini.
I would make a PR myself, but I'm not confident in my ability to write C++ 😅