Gottox / terminal.js

Javascript terminal emulator library that aims to be xterm compliant and is supposed to work in browsers and node.js.
http://terminal.js.org
MIT License
593 stars 69 forks source link

Can not input ~ on a Mac #97

Closed dignifiedquire closed 8 years ago

dignifiedquire commented 9 years ago

I just tried this, and found that on a Mac I can not input ~ into the terminal when typing Alt+N (the default keyboard combination on mac for ~).

Gottox commented 9 years ago

Does this happen with node-webterminal?

dignifiedquire commented 9 years ago

I used https://github.com/Gottox/node-webterm with manually updated terminal.js to the latest version.

Gottox commented 9 years ago

@Dignifiedquire Do you use a german keyboard layout and can you retry it with an US layout? (~ is SHIFT + the key left to 1 )

dignifiedquire commented 8 years ago

Yes I'm using a German keyboard

Gottox commented 8 years ago

Does the current version fix this issue? If not please try master.