Zalafina / QKeyMapper

[按键映射工具] QKeyMapper,Qt开发Win10&Win11可用,不修改注册表、不需重新启动系统,可立即生效和停止,新增虚拟游戏手柄功能,可鼠标控制虚拟手柄摇杆。
https://github.com/Zalafina/QKeyMapper/releases/latest
GNU General Public License v3.0
183 stars 11 forks source link

Macro Support #10

Closed hyperxmason closed 3 months ago

hyperxmason commented 3 months ago

Hi Zalafina, you have everything I could ever ask for in this software I was wondering if you could add a macro section for recording and playing back macros on a certain key. This is the best program I have ever used for mapping with Interception and ViGEmBus.

Zalafina commented 3 months ago

I'm glad you like this program.

Because the previous implementation of the software did not take into account the addition of macro recording functionality, the most feasible way based on the existing functionality and code is to add a key that detects and stores the user's input as a mapped key string. This can save some manual work of writing the mapped key strings.

At this stage, adding the above user input conversion feature does not seem to be a simple task.

Therefore, to ensure that the existing functionality is not affected as much as possible, it is currently impossible to determine how long it will take to add this feature.