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

Cannot use AZERTY keys in bindings #13956

Closed
1 task done
gwennlbh opened this issue Jul 8, 2024 · 2 comments
Closed
1 task done

Cannot use AZERTY keys in bindings #13956

gwennlbh opened this issue Jul 8, 2024 · 2 comments
Labels
can't reproduce Issue that can't be reproduced (transient, invalid, etc)

Comments

@gwennlbh
Copy link

gwennlbh commented Jul 8, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I set a keybinding on context Editor && vim_mode != insert that maps ù to workspace::OpenTerminal (the default keybinding requires AZERTY layout users to press three keys, one on the left on the keyboard, one on top and one on the right, it's just not feasible for me to use the default keybinding '^^).

This seems related to #4624, although it may be different

My entire keymap.json:

[
  {
    "context": "Editor && vim_mode == insert",
    "bindings": {
      "j k": ["workspace::SendKeystrokes", "escape"],
      "k j": ["workspace::SendKeystrokes", "escape"]
    }
  },
  {
    "context": "Editor && vim_mode != insert",
    "bindings": {
      "ù": "workspace::OpenTerminal"
    }
  }
]

As well as my config:

{
  "theme": "One Dark Pro",
  "vim_mode": true,
  "ui_font_size": 14,
  "buffer_font_size": 13,
  "autosave": {
    "after_delay": {
      "milliseconds": 300
    }
  },
  "terminal": {
    "font_size": 14
  }
}

Environment

Zed: v0.142.6 (Zed)
OS: Linux Wayland endeavouros unknown
Memory: 15.6 GiB
Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

(not applicable, there was nothing generated in Zed.log)

@gwennlbh gwennlbh added admin read bug [core label] labels Jul 8, 2024
ConradIrwin added a commit that referenced this issue Jul 9, 2024
@gwennlbh
Copy link
Author

gwennlbh commented Jul 9, 2024

After looking through the logs, it turns out that i was using the wrong action to toggle focus on the terminal panel. The log was only visible after restarting Zed

@gwennlbh gwennlbh closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
@notpeter notpeter added can't reproduce Issue that can't be reproduced (transient, invalid, etc) and removed bug [core label] triage labels Jul 9, 2024
@ConradIrwin
Copy link
Member

Though funnily enough, this was a real bug under X11 that's now fixed :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't reproduce Issue that can't be reproduced (transient, invalid, etc)
Projects
None yet
Development

No branches or pull requests

3 participants