使用alt键的自定义快捷方式不起作用

时间:2017-09-13 19:00:26

标签: xcode macos xcode9

从Xcode 9 GM开始,我为“Structure > Add Documentation”配置的自定义快捷方式已停止工作。而不是常规行为,它现在打印÷。我已经阅读了几个关于如何使用Ukelele处理特殊快捷方式的问题,但是想知道是否有其他方法可以使用“旧行为”。

步骤:

  1. 打开Xcode> Preferences> Key Bindings
  2. 搜索add documentation
  3. 将快捷方式设为⌥alt 7 ,然后按↵输入
  4. 添加新功能,将光标置于其上方。 function foo(bar: String) {}
  5. ⌥alt 7
  6. 预期:

      

    新的文档标题应该由Xcode插入

    /// Insert function documentation here !!!
    ///
    /// - parameter bar: Parameter doc
    function foo(bar: String) {}
    

    结果:

      

    ÷已插入

    ÷
    function foo(bar: String) {}
    

0 个答案:

没有答案