Closed humboldtux closed 2 years ago
I tried your config and CTRL-A, t
creates a new tab, and CTRL-A CTRL-A
sends \x01.
What isn't working for you?
Hey @wez, I have the same problem.
I use dvorak layout and I saw the keyboards default shortcut mapped by to QWERTY.
Then I had cmd+'
to quit per example.
I use the newest version of wezterm a 20220319-142410
.
I'm pretty sure the behavior you both see is explained by the new distinction between the physical key and the mapped key, and the default now being a physical key (on the qwerty layout), instead of the mapped key (on the layout configured in the OS): https://wezfurlong.org/wezterm/config/keys.html#physical-vs-mapped-key-assignments
I tested this behavior and that isn't working.
When I used { key = "mapped:r", mods = "SUPER", action = wezterm.action({ SpawnTab = "CurrentPaneDomain" }) },
every key tested works except t
.
@martinsrso please open a separate issue with information about your setup, thanks!
Thank you @bew, i am using a Azerty FR layout, and totally overlooked this new configuration feature. Updated my configuration and everything is working as expected with latest Wezterm.
Sorry about that.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What Operating System(s) are you seeing this problem on?
Linux X11
WezTerm version
wezterm 20220321-074757-aba3da6a
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
After upgrading wezterm to 20220321-* , my leader key shortcuts don't work anymore.
To Reproduce
Using the following configuration,, With wezterm <= 20220101, my leader key shortcuts worked.
Using the following configuration, upgrading to wezterm 20220321-*, my leader key shortcuts stopped working.
Using the following configuration and Downgrading to 20220101, my leader key shortcuts work again.
Configuration
Expected Behavior
I want Ctrl+a shortcuts to work.
Logs
Anything else?
No response