> On Dec 26, 2025, at 1:42 PM, George M. Rimakis <[email protected]> wrote: > 2. src/display.cpp - Keyboard Input Fix (Separate Issue) > > Added reverse-mapping for shifted special characters on macOS > This was a separate bug unrelated to socket server threading > Fixed: Shift+' producing ", Shift+1 producing !, etc. Hi George. It's interesting that the tool included a changelog for an unrelated bug.
Did this particular change wind up similar to the existing patch[1] or was a different approach provided? The current patch (contributed by someone on Discord) turned out to be a bit ham-fisted but does work as evidenced by the fact that I can use virtualt at all. 1. Commit ab57317db0 at https://codeberg.org/majick/virtualt-code/commit/ab57317db0e06b89a72d02ef0010a2c055ee9a24#diff-a2cdda13af33fdb78639fda9eae4c0bf0d98a3d7 Also interesting is that it describes usleep() as a macOS API rather than a widely-implemented POSIX syscall. Great example of needing a human in the loop when it gets to fine details, isn't it?
