Skip to content
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

version 1.0.208 on macOS arm64 breaks certain character presses on Norwegian keyboard #9746

Open
Binker opened this issue Jun 27, 2024 · 7 comments

Comments

@Binker
Copy link

Binker commented Jun 27, 2024

Version: 1.0.208
Platform: macOS arm64 23.5.0
Plugins: search-in-browser, highlight
Frontend: xterm-webgl

On Norwegian Apple keyboards, the following chars '|' '[' ']' broke when upgrading to 1.0.208.
Those chars are produced holding down "option" and pressing 7, 8 and 9 respectively. Producing third level chars by adding "shift" to the mix does nothing (for example, option+shift+8 normally produces '{' ).
Instead in zsh nothing happens, in bash pressing option+numbers produces "(arg: 1)" "(arg: 2)" "(arg: 3)" etc.

I downgraded back to ver. 1.0.207 which behaves normally.

@Kirial
Copy link

Kirial commented Jun 27, 2024

This also an issue on danish mac keyboard for '|' which is created holding down 'options' and pressing 'i'.

@bh
Copy link

bh commented Jun 28, 2024

Bildschirmaufnahme.2024-06-28.um.10.17.40.webm

I can confirm this issue on Mac. It is impossible to insert an @ or a pipe or other special chars. When trying to add an @, the cursor jumps to the start of the prompt and it clears all chars. I'm using a German PC keyboard layout.

@mossicrue
Copy link

Same for Italian layout on mac: option + ò should print @ but doesn't work

@amonod
Copy link

amonod commented Jul 1, 2024

I can confirm that I also have the same problem when trying to type @ on an French - PC (AZERTY) keyboard with 1.0.208 on macOS arm64 (works fine on 1.0.207)

@fuhrmannb
Copy link

I have the same issue on a French AZERTY keyboard with characters like | (AltGr+6), \(AltGr+7), #(AltGr+3).
Downgrading to 1.0.207 is my current workaround.

@larrycai
Copy link

larrycai commented Jul 1, 2024

Same issue for Swedish Keyboard, even can't use @, back to 1.0.207 solves the issue

@bh
Copy link

bh commented Jul 2, 2024

Mac OS downgrade:

brew uninstall tabby
wget https://raw.githubusercontent.com/Homebrew/homebrew-cask/484891b6f9341536d5b0527bb5e465b130aecb1c/Casks/t/tabby.rb
brew install --cask tabby.rb

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

No branches or pull requests

7 participants