ringtailsoftware / zig-wasm-audio-framebuffer

Examples of integrating Zig and Wasm for audio and graphics on the web
Other
53 stars 2 forks source link

Strafing in Doom needs another modifier key #1

Closed sskras closed 9 months ago

sskras commented 1 year ago

Alt-Left brings me back into the previous page. Any ideas on how to use different key for that?

ringtailsoftware commented 1 year ago

You can change the mappings here: https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer/blob/master/src/doom/doom.zig#L282 Here are the JavaScript keycodes, https://keyjs.dev/