Key Master

Key Master

89.8k Downloads

shortcut command not working anymore in macro

snaysix opened this issue ยท 2 comments

commented

Describe the bug
when i hit the macro where i enter '/km' or '/keymaster' they dont show the window

To Reproduce
create macro with /km or /keymaster
hit the macro - km window should open

Expected behavior
open the keymaster window

Additional context
its working until version 1.0.2, since 1.1.3 its not working

commented

Addressed in 1.1.7

commented

This issue started when auto-closing of the KM interface was implemented when using an action. Seemingly, a slash command in a macro IS an action, so, we'll have to find a clever way around it.
Culprit: \KeyMaster\Core\UI\MainFrame.lua line 42
Temporary fix: Comment line 42 out.