-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tilde character ~ is not displayed in terminal using Belgian keyboard layout #9008
Comments
|
It is a keyboard layout issue: if I switch to the US keyboard layout, I can type If I copy |
I have the same issue with a german keyboard on macOS(
|
Thanks, I think this is to do with lack of AltGr support (#7061). Please confirm 😃 |
I am using a MacBookAir with a Belgian keyboard layout: There is no AltGr key on Apple keyboard layout. |
@pierredewilde if possible, could you setup https://github.com/sourcelair/xterm.js and check to see if this reproduces in the demo? This should get it up and running easily: git clone https://github.com/sourcelair/xterm.js.git
cd xterm.js
npm install
npm start # I think this needs node <= 4
# open browser at http://0.0.0.0:3000 |
Yep, same issue after installing and running BTW, you don't need |
This issue was moved to xtermjs/xterm.js#174 |
@pierredewilde thanks, moved it upstream :) |
Tracking this in xtermjs/xterm.js#174 |
Steps to Reproduce:
View > Integrated Terminal
)cd ~
+ EnterThe tilde character (~) is not displayed.
$ cd
The text was updated successfully, but these errors were encountered: