Describe the bug
I set the CTL_T(Enter) key, but the Ctrl key did not work.
Also, when I changed CTL_T to GUI_T, it worked as a GUI key.
Also, even if you set QUKEYS individually, it will not be effective.
To Reproduce
Set the CTL_T(Enter) key to the layer.
Also,
QUKEYS(
kaleidoscope::plugin::Qukey(0, KeyAddr(3, 0), Key_LeftControl), // Enter(Left side of A key)
kaleidoscope::plugin::Qukey(0, KeyAddr(4, 1), Key_LeftGui) // Z
);
Expected behavior
I thought that holding the "CTL_T(Enter)" key would make it function as the Ctrl key.
also, Tapping it functions as the Enter key.
Environment (please complete the following information):
Additional context
There were other cases where the Ctrl key did not work.
#1530