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

Missing/moved wa library in 0.0.34 breaking keybindings #442

Open
destructobeam opened this issue Jan 30, 2024 · 4 comments
Open

Missing/moved wa library in 0.0.34 breaking keybindings #442

destructobeam opened this issue Jan 30, 2024 · 4 comments

Comments

@destructobeam
Copy link

Hi. Keybindings that are working on macOS in 0.0.33 have broken in 0.0.34 (for example Command+Shift+[ and ]; binding manually in the config also doesn't work). Looks like this is due to the missing wa library, which I see from other issues you are migrating away from for 0.1.0.

Would it be possible to get a 0.0.35 release with that back (looks like nightly has it) in the meantime please?

Thanks!

@raphamorim
Copy link
Owner

Hey there @destructobeam thanks for the issue!

Sorry about the delay have been working on #428 , couldn't reply much issues.

Hmm weird, I can't reproduce it, the command+shift+[ or ] does work for me in the 0.0.34. What's your configuration file?

@destructobeam
Copy link
Author

destructobeam commented Feb 15, 2024

Thanks @raphamorim, I don't have any custom config for keybindings at the moment, as they are working by default in 0.0.33. I have tried both the following in 0.0.34 without success however (I just get the literal characters [ and ] typed in to the command line), on macOS 14.3:

[bindings]
keys = [
  { key = "[", with = "super + shift", action = "SelectPrevTab" },
  { key = "]", with = "super + shift", action = "SelectNextTab" }
]
[bindings]
keys = [
  { key = "{", with = "super", action = "SelectPrevTab" },
  { key = "}", with = "super", action = "SelectNextTab" }
]

@destructobeam
Copy link
Author

Also, just to be thorough, I tried the following in 0.0.34 as well with no luck:

[bindings]
keys = [
  { key = "[", with = "command + shift", action = "SelectPrevTab" },
  { key = "]", with = "command + shift", action = "SelectNextTab" }
]

@destructobeam
Copy link
Author

I don't mean to nag you or anything, I only just saw that there was a 0.0.35 release. Confirming the above is not working in 0.0.35 either.

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

2 participants