Hello, I have use HotKeys to render multiple components with a different hotkey. Then I realize I need to focus on components to activate the hotkey. I don't want to do that. I change it to multiple GlobalHotKeys to avoid focus on each component. When I change to GlobalHotKeys and active hotkey the state of the parent does not change. It only affects the first component.
Hello, I have use HotKeys to render multiple components with a different hotkey. Then I realize I need to focus on components to activate the hotkey. I don't want to do that. I change it to multiple GlobalHotKeys to avoid focus on each component. When I change to GlobalHotKeys and active hotkey the state of the parent does not change. It only affects the first component.
here my code