maximegmd / CyberEngineTweaks

Cyberpunk 2077 tweaks, hacks and scripting framework
MIT License
4.48k stars 285 forks source link

[QoL]Enable multiple Keybinding #915

Closed chrischeng192 closed 8 months ago

chrischeng192 commented 8 months ago

Description

As the limited key on standard laptop keyboard, I have to use one key to trigger more than one function, and i found that CET don't support it.

Expected behavior

Press one key and everything i have been bound will active at once.

Reproduction

Open key bind tab, and try to bind more than one key value into difference key Editing the bindings.json, and setting one value at more than one key

suggestion

In setting, add a on/off switch to allow multiple key binding

WSSDude commented 8 months ago

912 allows mods to call other mods input handlers. We dont know what is compatible with what, we won't be allowing this. If mods will want to interface with other in regards to bindings, they can do so thanks to the linked PR, which is included in latest master (not released yet).

As mentioned, we won't be allowing this as there is no way for us to verify what user does is valid.