dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit d1f2ec3a877d89f38c56918b7d0ebf2f6972c01a
parent f2fa5c870cfe708b3da51f87a3921f359b1a1b42
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Jul 2021 18:58:33 -0700

Delete karabiner.json

This keyboard manager turned out to be incredibly flaky.

Diffstat:
D.config/karabiner/karabiner.json | 164-------------------------------------------------------------------------------
M.gitignore | 3---
2 files changed, 0 insertions(+), 167 deletions(-)

diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json @@ -1,163 +0,0 @@ -{ - "global": { - "check_for_updates_on_startup": true, - "show_in_menu_bar": true, - "show_profile_name_in_menu_bar": false - }, - "profiles": [ - { - "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_held_down_threshold_milliseconds": 500, - "mouse_motion_to_scroll.speed": 100 - }, - "rules": [] - }, - "devices": [], - "fn_function_keys": [ - { - "from": { - "key_code": "f1" - }, - "to": { - "consumer_key_code": "display_brightness_decrement" - } - }, - { - "from": { - "key_code": "f2" - }, - "to": { - "consumer_key_code": "display_brightness_increment" - } - }, - { - "from": { - "key_code": "f3" - }, - "to": { - "key_code": "mission_control" - } - }, - { - "from": { - "key_code": "f4" - }, - "to": { - "key_code": "launchpad" - } - }, - { - "from": { - "key_code": "f5" - }, - "to": { - "key_code": "illumination_decrement" - } - }, - { - "from": { - "key_code": "f6" - }, - "to": { - "key_code": "illumination_increment" - } - }, - { - "from": { - "key_code": "f7" - }, - "to": { - "consumer_key_code": "rewind" - } - }, - { - "from": { - "key_code": "f8" - }, - "to": { - "consumer_key_code": "play_or_pause" - } - }, - { - "from": { - "key_code": "f9" - }, - "to": { - "consumer_key_code": "fastforward" - } - }, - { - "from": { - "key_code": "f10" - }, - "to": { - "consumer_key_code": "mute" - } - }, - { - "from": { - "key_code": "f11" - }, - "to": { - "consumer_key_code": "volume_decrement" - } - }, - { - "from": { - "key_code": "f12" - }, - "to": { - "consumer_key_code": "volume_increment" - } - } - ], - "name": "Default profile", - "parameters": { - "delay_milliseconds_before_open_device": 1000 - }, - "selected": true, - "simple_modifications": [ - { - "from": { - "key_code": "japanese_pc_katakana" - }, - "to": { - "key_code": "japanese_kana" - } - }, - { - "from": { - "key_code": "japanese_pc_nfer" - }, - "to": { - "key_code": "japanese_eisuu" - } - }, - { - "from": { - "key_code": "japanese_pc_xfer" - }, - "to": { - "key_code": "japanese_kana" - } - }, - { - "from": { - "key_code": "grave_accent_and_tilde" - }, - "to": { - "key_code": "vk_none" - } - } - ], - "virtual_hid_keyboard": { - "country_code": 0, - "mouse_key_xy_scale": 100 - } - } - ] -} -\ No newline at end of file diff --git a/.gitignore b/.gitignore @@ -1,5 +1,2 @@ -# Ignore Karabiner backups. -.config/karabiner/automatic_backups/ - # Ignore compiled python. *.pyc