dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 637f4839e13d8370dd40d321f240112bf46a856a
parent bd2e4d0ef290f02356ef26f29da870f1a41d183f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  6 May 2019 14:02:37 +0200

karabiner: updated config for new version

Former-commit-id: b1e23146bf9743a70552c577e3bd6a2d38897cf0
Diffstat:
Mkarabiner/karabiner.json | 10+++-------
1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json @@ -11,7 +11,8 @@ "basic.simultaneous_threshold_milliseconds": 50, "basic.to_delayed_action_delay_milliseconds": 500, "basic.to_if_alone_timeout_milliseconds": 250, - "basic.to_if_held_down_threshold_milliseconds": 500 + "basic.to_if_held_down_threshold_milliseconds": 500, + "mouse_motion_to_scroll.speed": 100 }, "rules": [ { @@ -33,12 +34,7 @@ ], "to_if_alone": [ { - "key_code": "escape", - "modifiers": { - "optional": [ - "any" - ] - } + "key_code": "escape" } ], "type": "basic"