Skip to content

【Qukeys】The CTL_T key is not effective and the argument key is used instead. #1532

@asakunotomohiro

Description

@asakunotomohiro

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions