Skip to content

feat: (view) update client.ejs, add world map - #121

Open
anzz1 wants to merge 4 commits into
LostCityRS:274from
anzz1:patch-2
Open

feat: (view) update client.ejs, add world map#121
anzz1 wants to merge 4 commits into
LostCityRS:274from
anzz1:patch-2

Conversation

@anzz1

@anzz1 anzz1 commented Sep 3, 2026

Copy link
Copy Markdown

closes #120

fixes unhiding controls with ctrl+alt+i keyboard combination on international layouts that have the AltGr key. Ctrl+Alt is equivalent to AltGr in that case which make e.ctrlKey and e.altKey return false, while e.getModifierState("AltGraph") returns true. unwise JS design decision imo to have ctrl+alt return ctrl and alt as not pressed, but it is what it is.

adds ctrl+alt+S for taking a screenshot

add world map to the controls, move /worldmap.jag path out of debug

@anzz1 anzz1 changed the title feat: (view) update client.ejs feat: (view) update client.ejs, add world map Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

client.ejs: Missing improvements

1 participant