Subj : src/conio/x_events.c To : Git commit to main/sbbs/master From : Deucе Date : Sat Jul 29 2023 02:00 pm https://gitlab.synchro.net/main/sbbs/-/commit/f2d5534ae72cd7994e25ec77 Modified Files: src/conio/x_events.c Log Message: Fix CTRL + CAPS issue in X11 Previously, both the shift key, and the "implied shift" from CAPS were treated as a higher priority than the CTRL modifier. With this change, only the explicit shift key has priority, and the implicit one is only checked after CTRL is checked. Fixes SourceForge bug 117 .