Skip to content

Commit

Permalink
Update karabiner.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed May 3, 2018
1 parent 3601e5e commit 8dc9812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
{
"complex_modifications": {
"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": 1000,
"basic.to_if_held_down_threshold_milliseconds": 500
},
"rules": [
{
Expand Down Expand Up @@ -219,6 +221,7 @@
],
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"country_code": 0,
"keyboard_type": "ansi"
}
}
Expand Down

0 comments on commit 8dc9812

Please sign in to comment.