Closed juru1234 closed 9 months ago
Remember the keys that were pressed before entering the sequence. E.g. when a sequence creates the German Umlaut "ä", holding shift should lead to "Ä". This is also the behavior in QMK.
Sorry, the patch was wrong. Only the line keyboard.keys_pressed = set() should be deleted.
keyboard.keys_pressed = set()
Remember the keys that were pressed before entering the sequence. E.g. when a sequence creates the German Umlaut "ä", holding shift should lead to "Ä". This is also the behavior in QMK.