{
"title": "CapsLock button to Cmd-Space, change to input source",
"rules": [
{
"description": "Change CapsLock to Cmd+Space",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "spacebar",
"modifiers": [
"right_command"
]
}
]
}
]
}
]
}
儲存後重開Karabiner Element,依照下面的步驟設定:
- 按Menu bar的icon進入Preferences
- 選Complex Modification頁面
- 按左下角Add rule
- 打開Change CapsLock to Cmd-Space
用這個方式設定後,CapsLock就會直接變成Cmd-Space來轉換輸入法。若想要執行原本的功能只要用fn-CapsLock就可以轉換大小寫~
參考資料
- list of key codes and modifiers:鍵盤上面按鍵的名稱列表
- Karabiner Element Manual:說明文件
- Karabiner Element改變鍵盤佈局
- 設定PrintScreen變成Mac的螢幕快照:這邊有說明設定檔怎麼編輯
沒有留言:
張貼留言