Subj : exec/load/sbbsdefs.js src/sbbs3/inkey.cpp sbbsdefs.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Jan 25 2026 03:20 pm https://gitlab.synchro.net/main/sbbs/-/commit/8ee8c039642dbc3051963d74 Modified Files: exec/load/sbbsdefs.js src/sbbs3/inkey.cpp sbbsdefs.h Log Message: Change of K_EXTKEYS to be used exclusive to (not used with) K_CTRLKEYS This allows a script that relies on K_EXTKEYS (e.g. utopia.js) to still work with older SBBS (e.g. v3.20) - yeah, the global hot keys (e.g. Ctrl-T/U/P, etc.) will mess up the display, but that's better than not having arrow key support. .