ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://ioquake3.org/
GNU General Public License v2.0
2.38k stars 528 forks source link

Emscripten: Don't swallow browser keyboard shortcuts #674

Open jdarpinian opened 3 months ago

jdarpinian commented 3 months ago

By default Emscripten SDL2 prevents all browser keyboard shortcuts from working while the game has focus. This change allows most browser keyboard shortcuts to work (while still blocking some that would conflict with Quake's default keybindings).