sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Quake and GitHub demo doesn't work on scandinavian keyboard #15

Closed anissen closed 11 years ago

anissen commented 11 years ago

On scandinavian keyboards we have to press a key combination to trigger a ~. Because of this we cannot trigger the console in the Quake and GitHub demos. A solution could be to include a button or another key for triggering the console.

sdether commented 11 years ago

I solved this on http://www.claassen.net/geek/blog/ by having a tab at the top of the page that lets you manually trigger the console. I'll port that over to the quake console and github console demos.

sdether commented 11 years ago

Added a tab at top of window to activate the console on quake and github demo, so it can be done without ~.

anissen commented 11 years ago

Thanks for the swift fix :)