9 years 8 months ago - 9 years 8 months ago#2by crosire
Replied by crosire on topic Combo KeyCodes ?
There are three annotation values called "togglectrl", "toggleshift" and "togglealt". Set them to true and the toggle is only triggered if both them and the key specified via "toggle" are pressed. Example: The following means "Ctrl + Shift + Space":
9 years 8 months ago#3by mindu
Replied by mindu on topic Combo KeyCodes ?
crosire wrote: There are three annotation values called "togglectrl", "toggleshift" and "togglealt". Set them to true and the toggle is only triggered if both them and the key specified via "toggle" are pressed. Example: The following means "Ctrl + Shift + Space":