I’m curious whether it’s possible to map one key to a combination of keys. For example, to make my left palm key behave as if I pressed ctrl and shift simultaneously.
Has anyone done this? Can it be achieved with current firmware, and how? My naive attempt at Key_LeftShift+Key_LeftControl
produced error: no match for 'operator+'
…