Add some keybindings to switch chat rooms.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3236 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-06-02 23:48:45 +00:00
parent be18e46a17
commit 859a537bad
2 changed files with 35 additions and 0 deletions

View File

@ -184,6 +184,7 @@ function keyEvent(event) {
keyCode: event.keyCode,
charCode: event.charCode,
character: String.fromCharCode(event.keyCode || event.which),
altKey: event.altKey,
});
}