It's technically possible for that to occur. The keyboard uses a matrix arrangement where each key activates a row and a column. But the STM32 chip was running out of capacitive sensor connections, so the mode keys (and letters A and S) use "column with no row" signaling.
I have tweaked the sensing thresholds quite a bit, so it should be difficult to activate a column signal without activating the row signal when hitting a regular letter key. But it may still be possible to get a misinterpreted key if you touch it key far to its left (where the column electrodes are) and press down hard enough (to get the key registered).
Apologies if this becomes a nuisance! If you notice that this tends to happen on specific keys, please let me know which ones -- maybe I can adjust the threshold further for these. Not all keys are created equal, due to the wiring topology.
Regards,
Jürgen