V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
ggp1ot2
V2EX  ›  程序员

如何禁用 Win11 的快捷键

  •  
  •   ggp1ot2 · Jul 29, 2022 · 2664 views
    This topic created in 1368 days ago, the information mentioned may be changed or developed.

    主要想禁用打开 powershell 的快捷键。

    现在按下 win + ~ 就自动打开终端(Windows PowerShell

    经常就会误按到

    因为我将alt+~设置为唤醒某个软件,用了很多年了,所以这个快捷键必须要保留,最近刚换到新的 win11 电脑,就很容易误触到。

    10 replies    2022-07-30 17:54:35 +08:00
    superrichman
        1
    superrichman  
       Jul 29, 2022 via Android
    autohotkey 试试
    ggp1ot2
        2
    ggp1ot2  
    OP
       Jul 29, 2022
    @superrichman #1 这个看起来是一个快捷键转换的软件?
    kid740246048
        3
    kid740246048  
       Jul 29, 2022
    @ggp1ot2 #2 可以理解为是一个劫持热键很方便且图灵完备的脚本语言
    byzod
        4
    byzod  
       Jul 29, 2022
    @ggp1ot2 你把快捷键功能绑成啥也不干不就是禁用吗
    leighton
        5
    leighton  
       Jul 29, 2022
    erwim
        6
    erwim  
       Jul 29, 2022   ❤️ 1
    1.这只有 Windows Terminal 后台运行才有
    2.Windows Terminal 设置-操作-显示 /隐藏 Quake 窗口,删除快捷键,或者修改快捷键
    cdxjcl123
        8
    cdxjcl123  
       Jul 29, 2022
    PowerToys 里有工具可以改
    bigwhite1
        9
    bigwhite1  
       Jul 29, 2022
    微软商店有个 onequick ,也可以改按键映射,界面对普通人比较友好
    Tumblr
        10
    Tumblr  
       Jul 30, 2022
    @erwim #6 是正解,有两种方式可以取消,一个是用 null 动作代替,一个是直接 unbund ,我也不喜欢这个,在 Terminal 的配置文件里这样写的:
    {
    //other settings
    "actions": [
    //other actions
    {
    "command": "unbound",
    "keys": "win+`"
    },
    //other actions
    ],
    //other settings
    }
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3198 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 55ms · UTC 13:41 · PVG 21:41 · LAX 06:41 · JFK 09:41
    ♥ Do have faith in what you're doing.