Skip to content

Commit

Permalink
Update karabiner setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk1ty committed Sep 21, 2023
1 parent 3050853 commit 156365e
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions dot_config/karabiner/karabiner.json
Expand Up @@ -12,7 +12,7 @@
"parameters": {
"basic.simultaneous_threshold_milliseconds": 50,
"basic.to_delayed_action_delay_milliseconds": 500,
"basic.to_if_alone_timeout_milliseconds": 1000,
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 500,
"mouse_motion_to_scroll.speed": 100
},
Expand Down Expand Up @@ -82,6 +82,35 @@
}
]
},
{
"description": "1秒間押し続けないとCmd-Qが実行されないようにする",
"manipulators": [
{
"from": {
"key_code": "q",
"modifiers": {
"mandatory": [
"command"
],
"optional": [
"caps_lock"
]
}
},
"parameters": {
"basic.to_if_held_down_threshold_milliseconds": 1000
},
"to_if_held_down": [
{
"key_code": "q",
"modifiers": ["command"],
"repeat": false
}
],
"type": "basic"
}
]
},
{
"description": "escキーを押したときに、英数キーも送信する(vim用)",
"manipulators": [
Expand Down Expand Up @@ -351,4 +380,4 @@
}
}
]
}
}

0 comments on commit 156365e

Please sign in to comment.