microsoft/Terminal

Binding the `§` key to actions does not work, only the equivalent Ctrl-Alt-5§§

Open

#18,663 建立於 2025年3月8日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (3,212 fork)batch import
Area-SettingsUIHelp WantedIssue-BugNeeds-Tag-FixProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Windows Terminal version

1.21.10351.0

Windows build number

10.0.26100.3323

Other Software

No response

Steps to reproduce

  1. Use a Swiss German keyboard, and the corresponding Swiss German keyboard layout
  2. Just to check: Press the § key while focussing a text field, and see an § appear. Press Ctrl-Alt-5, and the same § should appear.
  3. Bind the quakeMode action to § with the Terminal Settings window.

Expected Behavior

Pressing the § opens a quake mode window.

Actual Behavior

  1. Pressing the § key does not open a quake mode window.
  2. Pressing the (equivalent) Ctrl-Alt-5 does open a quake mode window.

A new section appears in settings.json with these contents:

        {
            "command": 
            {
                "action": "quakeMode"
            },
            "keys": "\u00a7"
        },

貢獻者指南