正如标题所述,我如何使用tab键来循环浏览 Spotlight 建议,而不是箭头键?
答案1
使用Karabiner
。
脚步:
编辑并保存文件,您可以在以下面板
private.xml
中找到该文件:Misc & Uninstall
Krabiner
<?xml version="1.0"?> <root> <appdef> <appname>SPOTLIGHT</appname> <equal>com.apple.Spotlight</equal> </appdef> <item> <name>Use Tab instead Up in Spotlight</name> <identifier>private.spotlight.tab</identifier> <only>SPOTLIGHT</only> <autogen>__KeyToKey__ KeyCode::TAB, ModifierFlag::SHIFT_L, KeyCode::CURSOR_UP</autogen> <autogen>__KeyToKey__ KeyCode::TAB, KeyCode::CURSOR_DOWN</autogen> </item> </root>
然后确保您在面板中检查该
Use Tab instead Up in Spotlight
物品。Reload XML
Change Key
现在它应该可以工作了。