Neuron icon indicating copy to clipboard operation
Neuron copied to clipboard

Right (and leftonly) modifier (rshift, ralt, rctrl) support

Open nixxou opened this issue 3 years ago • 0 comments

Shadowland and TBC have a bug where we can't use [rshift] and [lshift] macro (or rctrl, ralt...). But we can still bind direct action to them. For exemple, if in my config file hotkey i replace ["keys"] = { ["hotKeyText"] = ":cF2:", ["hotKeys"] = ":CTRL-F2:", },

by

						["keys"] = {
							["hotKeyText"] = ":cF2:",
							["hotKeys"] = ":RCTRL-F2:",
						},

My key will not only work with Right ctrl.

Can you add something that allow button to work with right (or left) modifier only ? Like an option on the bar for exemple ?

nixxou avatar May 21 '21 11:05 nixxou