dotfiles

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

commit cd15a20688c3bcf84527e4db5360df8122788720
parent cb92aa1ace19d4e4ce6a1481d14b9d772d2e14a6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 23 Feb 2022 16:50:14 +0100

karabiner: use eject as f13

I don't have a CD drive anymore anyway, so might as well make use of
that extra key.

Diffstat:
Mkarabiner/karabiner.json | 155+++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
1 file changed, 101 insertions(+), 54 deletions(-)

diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json @@ -530,17 +530,21 @@ "from": { "key_code": "f5" }, - "to": { - "key_code": "f5" - } + "to": [ + { + "key_code": "f5" + } + ] }, { "from": { "key_code": "f6" }, - "to": { - "key_code": "f6" - } + "to": [ + { + "key_code": "f6" + } + ] } ], "identifiers": { @@ -573,17 +577,21 @@ "from": { "key_code": "f5" }, - "to": { - "key_code": "f5" - } + "to": [ + { + "key_code": "f5" + } + ] }, { "from": { "key_code": "f6" }, - "to": { - "key_code": "f6" - } + "to": [ + { + "key_code": "f6" + } + ] } ], "identifiers": { @@ -612,9 +620,11 @@ "from": { "key_code": "application" }, - "to": { - "key_code": "right_command" - } + "to": [ + { + "key_code": "right_command" + } + ] } ] } @@ -624,97 +634,121 @@ "from": { "key_code": "f1" }, - "to": { - "key_code": "display_brightness_decrement" - } + "to": [ + { + "key_code": "display_brightness_decrement" + } + ] }, { "from": { "key_code": "f2" }, - "to": { - "key_code": "display_brightness_increment" - } + "to": [ + { + "key_code": "display_brightness_increment" + } + ] }, { "from": { "key_code": "f3" }, - "to": { - "key_code": "mission_control" - } + "to": [ + { + "key_code": "mission_control" + } + ] }, { "from": { "key_code": "f4" }, - "to": { - "key_code": "launchpad" - } + "to": [ + { + "key_code": "launchpad" + } + ] }, { "from": { "key_code": "f5" }, - "to": { - "key_code": "illumination_decrement" - } + "to": [ + { + "key_code": "illumination_decrement" + } + ] }, { "from": { "key_code": "f6" }, - "to": { - "key_code": "illumination_increment" - } + "to": [ + { + "key_code": "illumination_increment" + } + ] }, { "from": { "key_code": "f7" }, - "to": { - "key_code": "rewind" - } + "to": [ + { + "key_code": "rewind" + } + ] }, { "from": { "key_code": "f8" }, - "to": { - "key_code": "play_or_pause" - } + "to": [ + { + "key_code": "play_or_pause" + } + ] }, { "from": { "key_code": "f9" }, - "to": { - "key_code": "fastforward" - } + "to": [ + { + "key_code": "fastforward" + } + ] }, { "from": { "key_code": "f10" }, - "to": { - "key_code": "mute" - } + "to": [ + { + "key_code": "mute" + } + ] }, { "from": { "key_code": "f11" }, - "to": { - "key_code": "volume_decrement" - } + "to": [ + { + "key_code": "volume_decrement" + } + ] }, { "from": { "key_code": "f12" }, - "to": { - "key_code": "volume_increment" - } + "to": [ + { + "key_code": "volume_increment" + } + ] } ], "name": "Default profile", @@ -727,14 +761,27 @@ "from": { "key_code": "f10" }, - "to": { - "consumer_key_code": "mute" - } + "to": [ + { + "consumer_key_code": "mute" + } + ] + }, + { + "from": { + "consumer_key_code": "eject" + }, + "to": [ + { + "key_code": "f13" + } + ] } ], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, "country_code": 0, + "indicate_sticky_modifier_keys_state": true, "keyboard_type": "ansi", "mouse_key_xy_scale": 100 }