dotfiles

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

commit 48d8d2666073ec5880deca41e6155b4da6ee9ff9
parent 11ab0c21e7e30503da24a18967b5b684139ed1b0
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 18 Dec 2020 23:52:10 +0100

karabiner: add function keys

Diffstat:
Mkarabiner/karabiner.json | 43++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json @@ -247,7 +247,48 @@ "delay_milliseconds_before_open_device": 1000 }, "selected": true, - "simple_modifications": [], + "simple_modifications": [ + { + "from": { + "key_code": "f11" + }, + "to": { + "consumer_key_code": "volume_decrement" + } + }, + { + "from": { + "key_code": "f12" + }, + "to": { + "consumer_key_code": "volume_increment" + } + }, + { + "from": { + "key_code": "f3" + }, + "to": { + "key_code": "mission_control" + } + }, + { + "from": { + "key_code": "f4" + }, + "to": { + "key_code": "launchpad" + } + }, + { + "from": { + "key_code": "f10" + }, + "to": { + "consumer_key_code": "mute" + } + } + ], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, "country_code": 0,