🌊

KarabinerでEnter長推しをaltに設定する

に公開
 {
   "description": "Held Enter to alt",
   "manipulators": [
       {
           "from": {
               "key_code": "return_or_enter",
               "modifiers": { "optional": ["any"] }
           },
           "parameters": { "basic.to_if_held_down_threshold_milliseconds": 1000 },
           "to": [{ "key_code": "left_alt" }],
           "to_if_alone": [{ "key_code": "return_or_enter" }],
           "type": "basic"
       }
   ]
 }
GitHubで編集を提案

Discussion