Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过编辑创建我的 Xcode 键绑定PBKeyBindings.dict,因为这似乎是创建作为方法调用序列的命令的方式。这很好用,但必须重新加载 Xcode 才能使更改生效。有没有办法让 Xcode 在运行时重新加载这个文件?
PBKeyBindings.dict
您不需要触摸任何字典文件。您可以在其 Preferences 窗口中编辑 Xcode 的键绑定,并通过单击“Apply”按钮立即应用您在其中所做的任何更改。