V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
lawcc
V2EX  ›  问与答

Raycast 按 ESC 退出

  •  
  •   lawcc · Jan 25, 2023 · 1318 views
    This topic created in 1199 days ago, the information mentioned may be changed or developed.

    请问 Raycast 可以改成按 ESC 退出,CMD+ESC 为返回上一级菜单吗?

    谢谢

    lawcc
        1
    lawcc  
    OP
       Jan 25, 2023
    试着写了一下 Karabiner ,但不太好使,感觉是 conditions 的问题
    ```
    {
    "description": "Raycast ESC to cmd+w",
    "manipulators": [
    {
    "from": {
    "key_code": "escape"
    },
    "to": [
    {
    "key_code": "w",
    "modifiers": [
    "command"
    ]
    }
    ],
    "conditions": [
    {
    "type": "frontmost_application_if",
    "bundle_identifiers": [
    "^com\\.raycast\\.macos$"
    ]
    }
    ],
    "type": "basic"
    }
    ]
    }
    ```
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5503 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 07:02 · PVG 15:02 · LAX 00:02 · JFK 03:02
    ♥ Do have faith in what you're doing.